A small project toying arround with an x86 operating system
- NASM Compiler
- QEMU Emulator
- Make
- Run
maketo compile the project - Run
qemu-system-x86_64 -drive file=boot.bin,format=raw -m 512M -monitor stdio -s -Sorqemu-system-x86_64.exe -drive [...] - Emulation might need to be manually unpaused after starting, with either
cin the terminal or over the interface