Towerism / os

A collection of functions written in assembly that can be executed in the BIOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

os

A simple kernel written C which writes to the screen if it was successfully bootstrapped by the bootstrapping code in the boot sector written in assembly.

Requirements

  • Linux 64-bit
  • QEmu

Instructions

Build with

$ make

Run with

$ make run

About

A collection of functions written in assembly that can be executed in the BIOS

License:GNU General Public License v3.0


Languages

Language:Assembly 65.4%Language:C 27.9%Language:Makefile 6.7%