Makefile中kill不好使了, 先去掉

ch2
zhangxinyu 2 years ago
parent 4916c8bde9
commit 5e0f3985ca

@ -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 \

Loading…
Cancel
Save