Skip to content

Commit d6220fc

Browse files
committed
meta: use SDL backend for QEMU
This allows to scale the display.
1 parent ea4ad6e commit d6220fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ dist/nativeos-${PROFILE}.iso: compile/${PROFILE}/kernel dist/ramdisk.tar
6464

6565

6666
qemu: check-profile dist/nativeos-${PROFILE}.iso
67-
$(QEMU) -m 16 -cpu 486 -cdrom dist/nativeos-${PROFILE}.iso -serial stdio
67+
$(QEMU) -m 16 -cpu 486 -cdrom dist/nativeos-${PROFILE}.iso -serial stdio -display sdl
6868

6969
qemu-gdb: check-profile dist/nativeos-${PROFILE}.iso
70-
$(QEMU) -m 16 -cpu 486 -cdrom dist/nativeos-${PROFILE}.iso -serial stdio -s -S
70+
$(QEMU) -m 16 -cpu 486 -cdrom dist/nativeos-${PROFILE}.iso -serial stdio -s -S -display sdl
7171

7272
clean:
7373
rm -rf compile

0 commit comments

Comments
 (0)