Skip to content

episode2

Compare
Choose a tag to compare
@flydeoo flydeoo released this 09 Jan 08:23
· 17 commits to main since this release
2edf555

you can create binary file of "boot.asm" via following command:

nasm -f bin -o boot.bin boot.asm

and then run it in qemu via following command:

qemu-system-i386 -fda boot.bin