redirect QEMU window output to terminal running qemu

后端 未结 3 1380

Im trying to debug the boot sequence of a linux kernel with qemu, the command i\'m running is:

  qemu -serial stdio -kernel  -hda 

3条回答
  •  無奈伤痛
    2020-12-29 22:14

    Redirecting Qemu output to terminal might cause some problem (personally i don't like it). You can using options like -noframe (this will create new window but won't any window frame) or -curses to experience qemu output on terminal.

提交回复
热议问题