first example
This commit is contained in:
2
1/build.sh
Normal file
2
1/build.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
nasm -f bin -o boot.bin boot.asm
|
||||
dd if=boot.bin of=boot.img bs=512 count=1 conv=notrunc
|
||||
Reference in New Issue
Block a user