build: set default qemu display to SDL
This commit is contained in:
@@ -3,6 +3,7 @@ QEMU := qemu-system-x86_64
|
|||||||
QEMU_MONITOR_FLAGS := -serial stdio
|
QEMU_MONITOR_FLAGS := -serial stdio
|
||||||
QEMU_FLAGS := \
|
QEMU_FLAGS := \
|
||||||
-m 10M \
|
-m 10M \
|
||||||
|
-display sdl \
|
||||||
-smp 4 -cpu qemu64,pdpe1gb \
|
-smp 4 -cpu qemu64,pdpe1gb \
|
||||||
-device ahci,id=ahci \
|
-device ahci,id=ahci \
|
||||||
-drive id=hd0,file=$(BUILD_DIR)/disk.img,if=none -device ide-hd,drive=hd0,bus=ahci.0 \
|
-drive id=hd0,file=$(BUILD_DIR)/disk.img,if=none -device ide-hd,drive=hd0,bus=ahci.0 \
|
||||||
|
|||||||
Reference in New Issue
Block a user