We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4ad6e commit d6220fcCopy full SHA for d6220fc
Makefile
@@ -64,10 +64,10 @@ dist/nativeos-${PROFILE}.iso: compile/${PROFILE}/kernel dist/ramdisk.tar
64
65
66
qemu: check-profile dist/nativeos-${PROFILE}.iso
67
- $(QEMU) -m 16 -cpu 486 -cdrom dist/nativeos-${PROFILE}.iso -serial stdio
+ $(QEMU) -m 16 -cpu 486 -cdrom dist/nativeos-${PROFILE}.iso -serial stdio -display sdl
68
69
qemu-gdb: check-profile dist/nativeos-${PROFILE}.iso
70
- $(QEMU) -m 16 -cpu 486 -cdrom dist/nativeos-${PROFILE}.iso -serial stdio -s -S
+ $(QEMU) -m 16 -cpu 486 -cdrom dist/nativeos-${PROFILE}.iso -serial stdio -s -S -display sdl
71
72
clean:
73
rm -rf compile
0 commit comments