Simple OS
arch/x86 | ||
core | ||
docs | ||
drivers | ||
tests | ||
.clang-format | ||
.vimrc | ||
boot.asm | ||
boot.s | ||
linker.ld | ||
Makefile | ||
README.md |
Dependencies
To generate iso image
mtools xorriso (which is libisoburn on ArchLinux)
- gcc >= 6
Run it
make test
or
make fd.iso && qemu-system-x86_64 -cdrom fd.iso
you can also test it
make self_test