Y
Hacker News
new
|
ask
|
show
|
jobs
by
commandlinefan
2272 days ago
FYI if you're trying to follow along - it appears that QEMU doesn't (for some reason) run on a headless workstation. You'll have to have X installed.
1 comments
AntiRush
2272 days ago
You can run qemu without the graphical UI with `-nographic` (serial port output to the console) or `-curses` which can show the vga text output on your console.
link
commandlinefan
2272 days ago
Ah - thanks. I wish I'd known that before I installed the full X distribution.
link