A Computer Kernel in Base Level.
If you wanna start immediately you can type "make"
user@hostname ~/BaseLevelComputerKernel $ make
It compiles the micro kernel and runs it on qemu (you need qemu-system-x86_64)
user@hostname ~/BaseLevelComputerKernel $ make bootloader.bin
user@hostname ~/BaseLevelComputerKernel $ make micro_kernel.bin
user@hostname ~/BaseLevelComputerKernel $ make balecok.iso
user@hostname ~/BaseLevelComputerKernel $ make start-qemu
user@hostname ~/BaseLevelComputerKernel $ make bochs
Type "help" for available commands