From 8394be5119efdc7cd1c33c223b2f9493e18a3a78 Mon Sep 17 00:00:00 2001 From: zhangxinyu <840317537@qq.com> Date: Wed, 17 May 2023 14:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ch2=E7=9A=84bootloader?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch2/os/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch2/os/Makefile b/ch2/os/Makefile index adb85bb..faf1758 100644 --- a/ch2/os/Makefile +++ b/ch2/os/Makefile @@ -32,7 +32,7 @@ debug:build_elf $(KERNEL_BIN) $(SYMBOL_MAP) kill -machine virt \ -display none \ -daemonize \ - -bios ../bootloader/rustsbi-qemu.bin \ + -bios ../../bootloader/rustsbi-qemu.bin \ -device loader,file=$(KERNEL_BIN),addr=$(KERNEL_ENTRY) \ -s -S @@ -40,7 +40,7 @@ run:build_elf $(KERNEL_BIN) $(SYMBOL_MAP) kill $(QEMU_CMD_PATH) \ -machine virt \ -nographic \ - -bios ../bootloader/rustsbi-qemu.bin \ + -bios ../../bootloader/rustsbi-qemu.bin \ -device loader,file=$(KERNEL_BIN),addr=$(KERNEL_ENTRY) clean: