diff --git a/Makefile b/Makefile index 2662a08..9383282 100644 --- a/Makefile +++ b/Makefile @@ -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: