Fix crap...
This commit is contained in:
parent
4e188235f9
commit
f0abe935fd
4
Makefile
4
Makefile
@ -19,7 +19,7 @@ endif
|
|||||||
|
|
||||||
default: kernel.rom
|
default: kernel.rom
|
||||||
|
|
||||||
kernel.rom: kernel/*.asm kernel/*.inc lib/*.inc
|
kernel.rom: kernel/*.asm lib/*.inc
|
||||||
nasm -s -o $@ -I lib -I kernel kernel/main.asm && scripts/fix-rom.sh $@
|
nasm -s -o $@ -I lib -I kernel kernel/main.asm && scripts/fix-rom.sh $@
|
||||||
|
|
||||||
boot/%.bin: boot/%.asm lib/*.inc
|
boot/%.bin: boot/%.asm lib/*.inc
|
||||||
@ -41,4 +41,4 @@ qemu-floppy: fdimage.img
|
|||||||
$(QEMU) $(QEMU_ARGS) -boot c -hda fdimage.img
|
$(QEMU) $(QEMU_ARGS) -boot c -hda fdimage.img
|
||||||
|
|
||||||
qemu-serial: boot/serial.bin
|
qemu-serial: boot/serial.bin
|
||||||
$(QEMU) $(QEMU_ARGS) -hda boot/serial.bin
|
$(QEMU) $(QEMU_ARGS) -hda boot/serial.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user