2011-11-11 22:12:47 +01:00
|
|
|
Run the emulation with:
|
|
|
|
|
2013-07-08 00:34:07 +02:00
|
|
|
qemu-system-sparc -M SS-10 -kernel output/images/zImage -drive file=output/images/rootfs.ext2 -append "root=/dev/sda console=ttyS0,115200" -serial stdio -net nic,model=lance -net user
|
2011-11-11 22:12:47 +01:00
|
|
|
|
|
|
|
The login prompt will appear in the terminal that started Qemu.
|
|
|
|
The graphical window is the framebuffer.
|
|
|
|
|
2013-07-29 21:21:51 +02:00
|
|
|
Tested with QEMU 1.5.2
|