$ make make img nasm -f bin -o helloos.img ipl.nas ipl.nas:29: warning: uninitialised space declared in .text section: zeroing ipl.nas:101: warning: uninitialised space declared in .text section: zeroing nasm -f bin -o haribote.sys haribote.nas
$ sudo make install dd if=helloos.img of=/dev/disk1s1 bs=512k 0+1 records in 0+1 records out 512 bytes transferred in 0.002018 secs (253720 bytes/sec) dd if=haribote.sys of=/dev/disk1s1 bs=512k 0+1 records in 0+1 records out 3 bytes transferred in 0.000950 secs (3158 bytes/sec)