From 8066fafe5daf87d761a6aceee3004f2a87d4fea9 Mon Sep 17 00:00:00 2001 From: zhangxinyu <840317537@qq.com> Date: Wed, 31 May 2023 10:19:09 +0800 Subject: [PATCH] =?UTF-8?q?debug=20=E4=B9=9F=E4=BC=9A=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E7=9A=84kill?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch4/os/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch4/os/Makefile b/ch4/os/Makefile index 834beb3..f2c534f 100644 --- a/ch4/os/Makefile +++ b/ch4/os/Makefile @@ -26,7 +26,7 @@ $(KERNEL_BIN): build_elf @$(OBJCOPY) $(KERNEL_ELF) --strip-all -O binary $@ -debug:build_elf $(KERNEL_BIN) $(SYMBOL_MAP) +debug:build_elf $(KERNEL_BIN) $(SYMBOL_MAP) kill $(QEMU_CMD_PATH) \ -machine virt \ -display none \