You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
core | 3 years ago | |
docs | 3 years ago | |
drivers | 3 years ago | |
tests | 3 years ago | |
.clang-format | 3 years ago | |
.vimrc | 3 years ago | |
Makefile | 3 years ago | |
README.md | 5 years ago | |
boot.asm | 5 years ago | |
boot.s | 5 years ago | |
linker.ld | 5 years ago |
README.md
Dependencies
To generate iso image
mtools xorriso (which is libisoburn on ArchLinux)
- gcc >= 6
Run it
make && qemu-system-x86_64 -kernel kernel
or
make fd.iso && qemu-system-x86_64 -cdrom fd.iso