summaryrefslogtreecommitdiff
path: root/rushmore-linux/rl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rushmore-linux/rl.sh')
-rwxr-xr-xrushmore-linux/rl.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/rushmore-linux/rl.sh b/rushmore-linux/rl.sh
index a9c024d..1465217 100755
--- a/rushmore-linux/rl.sh
+++ b/rushmore-linux/rl.sh
@@ -23,10 +23,11 @@ echo "Building initramfs"
(cd "$ROOTFS_DIR" && find . -print0 | cpio --null -ov --format=newc) > "$BUILD_DIR/initramfs.cpio"
echo "Running QEMU (do CTRL+A then X to quit)"
+
+# set vga=ask to select VGA modes
qemu-system-x86_64 \
-kernel linux/arch/x86/boot/bzImage \
-initrd "$BUILD_DIR/initramfs.cpio" \
- -append "console=ttyS0 video=vesafb:1024x768-32" \
- -serial mon:stdio \
- -vga std \
- -display sdl \ No newline at end of file
+ -append "console=tty0 console=ttyS0,115200 vga=792" \
+ -vga std \
+ -display gtk \ No newline at end of file