From aa3090a4093daa3a6df145cfa29cc7416bce473d Mon Sep 17 00:00:00 2001 From: kxxt Date: Fri, 18 Nov 2022 11:56:41 +0800 Subject: [PATCH] fix: Makefile of os6-ref --- os6-ref/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/os6-ref/Makefile b/os6-ref/Makefile index 31c21bbf4..feb9ce172 100644 --- a/os6-ref/Makefile +++ b/os6-ref/Makefile @@ -63,7 +63,3 @@ dbg: build qemu-system-riscv64 -machine virt -nographic -bios $(BOOTLOADER) -device loader,file=$(KERNEL_BIN),addr=$(KERNEL_ENTRY_PA) -drive file=$(FS_IMG),if=none,format=raw,id=x0 -device virtio-blk-device,drive=x0,bus=virtio-mmio-bus.0 -s -S .PHONY: build env kernel clean fs-img - -[profile.release] -debug = true -opt-level = 0