Files
ownOS/1/build.sh
martin.cholewa fa69adfc68 first example
2026-01-30 08:59:23 +01:00

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