▲ | gorgoiler 2 days ago | |
Related to this, the other day I learned that QEMU will render VGA mode text to your terminal using curses:
What a lovely feature, if you can get it to boot something with a VGA mode. | ||
▲ | professoretc a day ago | parent | next [-] | |
This also lets you run QEMU over SSH, if you want. I use this in my assembly language course; towards the end I give an assignment to write Hello, World! as a 16-bit real mode MBR bootloader. Students can do the whole thing on our SSH server, including testing in QEMU (and even attaching GDB to it to debug) not needing to install anything locally. | ||
▲ | arghwhat 2 days ago | parent | prev [-] | |
It is very cute. It doesn't take much to use a serial console though, or even enabling SPICE for a fully featured (and detachable). |