You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
164 B

prog: bin image
image:
dd status=noxfer conv=notrunc if=boot.bin of=dittoOS.img
bin:
nasm -f bin -o boot.bin boot.asm
run: prog
qemu-system-x86_64 dittoOS.img