bios
This commit is contained in:
10
makefile
10
makefile
@@ -1,8 +1,8 @@
|
||||
boot.bin: boot.asm
|
||||
nasm -o boot.bin boot.asm
|
||||
boot/boot.bin: boot/boot.asm
|
||||
nasm -o boot/boot.bin boot/boot.asm
|
||||
|
||||
run: boot.bin
|
||||
qemu-system-x86_64 boot.bin
|
||||
run: boot/boot.bin
|
||||
qemu-system-x86_64 -drive file=boot/boot.bin,format=raw,index=0,media=disk
|
||||
|
||||
clean:
|
||||
rm boot.bin
|
||||
rm boot/boot.bin
|
||||
Reference in New Issue
Block a user