From c7a1cc1cb05f63c767aa88545ab518f8ce1b2c10 Mon Sep 17 00:00:00 2001 From: zhangxinyu <840317537@qq.com> Date: Wed, 17 May 2023 18:53:01 +0800 Subject: [PATCH] =?UTF-8?q?Makefile=E4=B8=ADkill=E4=B8=8D=E5=A5=BD?= =?UTF-8?q?=E4=BD=BF=E4=BA=86,=20=E5=85=88=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch2/os/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch2/os/Makefile b/ch2/os/Makefile index dccc8cc..2b314fb 100644 --- a/ch2/os/Makefile +++ b/ch2/os/Makefile @@ -27,7 +27,7 @@ $(KERNEL_BIN): build_elf @$(OBJCOPY) $(KERNEL_ELF) --strip-all -O binary $@ -debug:build_elf $(KERNEL_BIN) $(SYMBOL_MAP) kill +debug:build_elf $(KERNEL_BIN) $(SYMBOL_MAP) $(QEMU_CMD_PATH) \ -machine virt \ -display none \