林嘗試調試Linux內核QEMU的引導序列, 我運行該命令爲:QEMU窗口輸出重定向到終端中運行的qemu
qemu -serial stdio -kernel <path to kernel> -hda <path to rootfs> -append "root=/dev/sda terminal = ttyS0"
在引導過程中所有的內核消息被打印到QEMU窗口。 只有當啓動完成後,我得到我的提示回到終端我跑QEMU英寸
現在我可以開始使用內核終端我正在運行,看到輸出在終端,而不是在QEMU窗口。
我如何獲取所有消息,包括引導消息到我的終端,而不是QEMU窗口(因爲我不能向上滾動窗口..)?
http://stackoverflow.com/questions/18098455/redirect-qemu-console-to-a-file-or-the-host-terminal/18100781#18100781 –