From fba9a3fc7717d1b3f8bd649f07cbdefa26041f5a Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sat, 9 Mar 2019 22:30:33 +0100 Subject: [PATCH] makefile update --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: