终端 – 如何直接在控制台中启动qemu(* ​​not * in curses或SDL)

前端之家收集整理的这篇文章主要介绍了终端 – 如何直接在控制台中启动qemu(* ​​not * in curses或SDL)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我似乎记得能够启动qemu只有终端模拟器输出,禁用图形窗口.在这里我不是指ncurses接口,那个很好,但我希望输出直接流入我的终端,以便更容易切割和粘贴.

我试过了:

qemu -nographic binary.img # simply no display
qemu -curses binary.img # nice text output,but not directly flowing in the terminal
qemu -noframe -curses binary.img # same as above
qemu -nographic -curses binary.img

我想一个可接受的解决方法是让我能够调整curses控制台的大小以适应我正在使用的终端.现在它很烦人,因为它不适合终端尺寸……

qemu -curses  binary.img



           SeaBIOS (version 1.7.0-20120603_194846-gandalf)



           iPXE (http://ipxe.org) 00:03.0 C900 PCI2.10 PnP PMM+07FC86A0+07F886A0 C900


           Booting from Hard Disk...
           [...]

请注意显示如何缩进12个空格?烦人. 原文链接:https://www.f2er.com/css/216431.html

猜你在找的CSS相关文章