instructions

1. save my code to a file named c\boot.asm

2. assemble with nasm, nasm -f boot.asm -o boot.bin

3. write to disk on macos, dd=if~/Desktop/example/boot.bin of=~/my-VMs/a.img bs=512b


Comments

Popular posts from this blog

woo hoo, here is an easy way to make UEFI boot code for YOUR os :D

my latest os code, but its almost basically taken 95% from gemini. (i was on the right path, but i think my bad fat info ruined it)