Simple OS
13f1dc7878
sample code from https://www.gnu.org/software/grub/manual/multiboot/html_node/kernel_002ec.html#kernel_002ec have issue (c.f. https://forum.osdev.org/viewtopic.php?t=30318) |
||
---|---|---|
core | ||
drivers | ||
tests | ||
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 && qemu-system-x86_64 -kernel kernel
or
make fd.iso && qemu-system-x86_64 -cdrom fd.iso