I am trying to write a little Operation System in Assembly x86 and C language.
For now I'm writing the bootloader yet.
This version is using the DOS bios mode, which is 16 bits architecture.
nasm -f bin file.asm -o file.bin
qemu-system-x86_64 file.bin
===
Some suggestions ? Please, let me know ;-)
Bye !