Files
nasm/bootloader1/compile.sh

4 lines
125 B
Bash
Raw Permalink Normal View History

2025-08-29 19:07:30 -05:00
nasm -f bin boot.asm -o boot.bin
dd if=boot.bin of=floppy.img bs=512 count=1 conv=notrunc
qemu-system-x86_64 -fda floppy.img