|
|
|
|
|
by TazeTSchnitzel
1876 days ago
|
|
QEMU does have a quite primitive GUI while it's running that lets you change disks and so on. But really, it's not a graphical emulator. You specify everything via command-line switches. (They're fairly intuitive, mind you. “-hda drive-c.img -m 16 -cpu 486 -soundhw sb16,adlib -vga cirrus” does what it sounds like.) There are of course tools that provide a friendlier GUI wrapper if the command-line isn't your thing. |
|