Output serial to a file
This commit is contained in:
parent
034a870ac7
commit
c19bc51bdc
@ -3,7 +3,8 @@
|
||||
if [ -z ${MITTOS64+x} ]; then >&2 echo "Unsupported environment! See README"; exit 1; fi
|
||||
|
||||
iso=${BUILDROOT}mittos64.iso
|
||||
seriallog=${BUILDROOT}serial.log
|
||||
|
||||
${BUILDROOT}toolchain/mkiso
|
||||
|
||||
qemu-system-x86_64 -s -S -cdrom ${iso} $@
|
||||
qemu-system-x86_64 -s -S -cdrom ${iso} -serial file:${seriallog} $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user