Simple OS
de3c5e5dc2
Otherwise, this may produce vectorized instruction (mmx, sse ...) that will rise a EXCEPTION_INVALID_OPCODE |
||
---|---|---|
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