From 6e7486415dc462506699714e5365c70f727f0ec7 Mon Sep 17 00:00:00 2001 From: zhangxinyu <840317537@qq.com> Date: Wed, 24 May 2023 18:43:30 +0800 Subject: [PATCH] =?UTF-8?q?"=E8=85=94=E9=AA=A8=E9=BE=99"=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch3/os/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch3/os/Makefile b/ch3/os/Makefile index 5ed77c9..0c03143 100644 --- a/ch3/os/Makefile +++ b/ch3/os/Makefile @@ -44,7 +44,7 @@ run:build_elf $(KERNEL_BIN) $(SYMBOL_MAP) kill -device loader,file=$(KERNEL_BIN),addr=$(KERNEL_ENTRY) clean: - #rm -rf ./target* && rm -rf ./src/link_app.S + rm -rf ./target* && rm -rf ./src/link_app.S kill: -kill -9 $(QEMU_PID)