Scripts: add output serial to stdio

This commit is contained in:
g1n 2021-08-09 16:36:28 +03:00
parent b33cd6c40c
commit f46798410a
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
set -e
. ./build.sh
qemu-system-x86_64 -kernel sysroot/boot/orion.kernel
qemu-system-x86_64 -kernel sysroot/boot/orion.kernel -serial stdio

View File

@ -2,4 +2,4 @@
set -e
. ./iso.sh
qemu-system-x86_64 -cdrom orion.iso
qemu-system-x86_64 -cdrom orion.iso -serial stdio