makefile update

This commit is contained in:
Adrien Bourmault 2019-03-09 22:30:33 +01:00
parent 5167e15b6d
commit fba9a3fc77
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ test32: kaleid
@ndisasm $(BINDIR)/kaleid -o 0x00100000 -b 64 > loader_disasm64.asm
@ndisasm $(BINDIR)/kaleid -o 0x00100000 -b 32 > loader_disasm32.asm
debug: kernel loader
debug: kaleid
@qemu-system-x86_64 -hda build/bin/disk.img -d cpu_reset,guest_errors,pcall,int -s -S -enable-kvm 2> qemu.log &
@ndisasm $(BINDIR)/kaleid -o 0x00100000 -b 64 > loader_disasm64.asm
@ndisasm $(BINDIR)/kaleid -o 0x00100000 -b 32 > loader_disasm32.asm
@ -112,7 +112,7 @@ debug: kernel loader
boot: make_disk boot.mbr
@echo ${CL2}[[boot]]${CL} Terminated without error.${CL3}
all: boot kernel loader
all: boot kaleid
@echo ${CL2}[[all]]${CL} Terminated without error.${CL3}
link: