build: set default qemu display to SDL

This commit is contained in:
2024-01-07 20:04:55 +00:00
parent 15c576a99d
commit 9b00f83ff1

View File

@@ -3,6 +3,7 @@ QEMU := qemu-system-x86_64
QEMU_MONITOR_FLAGS := -serial stdio
QEMU_FLAGS := \
-m 10M \
-display sdl \
-smp 4 -cpu qemu64,pdpe1gb \
-device ahci,id=ahci \
-drive id=hd0,file=$(BUILD_DIR)/disk.img,if=none -device ide-hd,drive=hd0,bus=ahci.0 \