2 lines
87 B
Bash
2 lines
87 B
Bash
nasm -f bin -o boot.bin boot.asm
|
|
dd if=boot.bin of=boot.img bs=512 count=1 conv=notrunc |
nasm -f bin -o boot.bin boot.asm
|
|
dd if=boot.bin of=boot.img bs=512 count=1 conv=notrunc |