Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit e9cf7bf

Browse files
committed
Upd Makefile
1 parent 093a136 commit e9cf7bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LDFLAGS = -m elf_x86_64 -z max-page-size=0x1000
2727
NFLAGS = -f bin
2828
QEMU_FLAGS = -serial stdio -display none -monitor none -device qemu-xhci,id=xhci \
2929
-device usb-kbd,bus=xhci.0 \
30-
-bios /usr/share/ovmf/OVMF.fd -d int -D qemu.log --no-reboot
30+
-bios /usr/share/ovmf/OVMF.fd -d int,guest_errors -D qemu.log --no-reboot
3131
QEMU_VGA = -device qemu-xhci,id=xhci -device usb-kbd,bus=xhci.0
3232
CONSOLE = -display curses
3333

@@ -115,7 +115,7 @@ run-console: $(ESP_IMG) $(EXT2_IMG)
115115
$(QEMU) -bios /usr/share/ovmf/OVMF.fd $(CONSOLE) $(QEMU_USB) -drive file=$(ESP_IMG),format=raw -drive file=$(EXT2_IMG),format=raw,if=ide
116116

117117
run-vga: $(ESP_IMG) $(EXT2_IMG)
118-
$(QEMU) -bios /usr/share/ovmf/OVMF.fd $(QEMU_VGA) -drive file=$(ESP_IMG),format=raw -drive file=$(EXT2_IMG),format=raw,if=ide -d int -D qemu.log --no-reboot
118+
$(QEMU) -bios /usr/share/ovmf/OVMF.fd $(QEMU_VGA) -drive file=$(ESP_IMG),format=raw -drive file=$(EXT2_IMG),format=raw,if=ide -d int -D qemu.log --no-reboot -monitor stdio
119119

120120
clean:
121121
rm -rf $(OUT_DIR) $(ESP_DIR)

0 commit comments

Comments
 (0)