2011-11-11 22:12:47 +01:00
|
|
|
Run the emulation with:
|
|
|
|
|
2014-03-07 11:08:36 +01: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 -display none
|
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-11-05 13:03:27 +01:00
|
|
|
Tested with QEMU 1.6.1
|