summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-07-30 20:58:22 +0200
committerRichard Braun <rbraun@sceen.net>2018-07-30 20:59:45 +0200
commit6bb5b3fa1d1bacac4b606cc6acdddc8bdd98b01a (patch)
tree5dd2edf5de5f7c891f18b13033d5b5e6672643ec
parentbe4c372f3dd3bf5bc4ab590d7c3755671cd9d72e (diff)
x86: use the uart0 console when testing with QEMU
The UART console allows using a bigger screen as well as easy copy/pasting the output.
-rwxr-xr-xarch/x86/tools/qemu.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/tools/qemu.sh b/arch/x86/tools/qemu.sh
index c7488792..7e7cde17 100755
--- a/arch/x86/tools/qemu.sh
+++ b/arch/x86/tools/qemu.sh
@@ -34,8 +34,8 @@ $QEMU_EXE $KVM \
-gdb tcp::1234 \
-m $RAM \
-smp $NR_CPUS \
- -monitor stdio \
+ -nographic \
-kernel x15 \
- -append "console=atcons"
+ -append "console=uart0"
rm -rf $TMPDIR