From 6bb5b3fa1d1bacac4b606cc6acdddc8bdd98b01a Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Mon, 30 Jul 2018 20:58:22 +0200 Subject: 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. --- arch/x86/tools/qemu.sh | 4 ++-- 1 file 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 -- cgit v1.2.3