2010-12-05 21:53:24 +01:00
|
|
|
Run the emulation with:
|
|
|
|
|
2013-10-04 14:49:38 +02:00
|
|
|
qemu-system-ppc -M g3beige -kernel output/images/vmlinux -hda output/images/rootfs.ext2 -append "console=ttyS0 root=/dev/hda" -serial stdio -net nic,model=rtl8139 -net user
|
2010-12-05 21:53:24 +01:00
|
|
|
|
|
|
|
The login prompt will appear in the terminal that started Qemu. The
|
|
|
|
graphical window is the framebuffer.
|
2012-11-15 11:25:39 +01:00
|
|
|
|
2015-04-15 19:05:11 +02:00
|
|
|
Tested with QEMU 2.2.1
|