13 ms·
With this, I wasn't seeing any output with -display curses. It does work with -nographic or using a vnc connection to qemu's display, as well as on the two phys
by crc_ 11mo ago
With this, I wasn't seeing any output with -display curses. It does work with -nographic or using a vnc connection to qemu's display, as well as on the two physical machines I currently have access to.
- coolcoder613 11mo agoThat would probably be because it is using UEFI text mode rather than VGA text mode.
- kragen 11mo agoOh, I didn't know UEFI text mode didn't use VGA text mode! That could be an important consideration. But I suppose you can still frob the VGA registers to set VGA text mode, right? Even if you boot under UEFI?
- coolcoder613 11mo agoWhile that way work on some hardware, on a lot of hardware it won't. see https://old.reddit.com/r/osdev/comments/yjm04z/vga_on_uefi/iuolh67/ https://old.reddit.com/r/osdev/comments/yjm04z/vga_on_uefi/i...