first example

This commit is contained in:
martin.cholewa
2026-01-30 08:59:23 +01:00
commit fa69adfc68
3 changed files with 43 additions and 0 deletions

2
1/build.sh Normal file
View 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