A simple toy OS
Under Archlinux, you need to install:
clang
for compilationqemu
andqemu-arch-extra
to runmake qemu
bochs
,libisoburn
andmtools
to runmake bochs
gdb
to runmake qemu-gdb
ormake bochs-gdb
make
to buildmake clean
to clean all build filesmake bochs
build and run with bochsmake qemu
build and run with qemu without graphics (Ctrl-A,C q to exit)