Files
nasm/bootloader1/compile.sh
2025-08-29 19:07:30 -05:00

4 lines
125 B
Bash
Executable File

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