2012-01-05 17:30:21 +01:00
|
|
|
Run the emulation with:
|
|
|
|
|
2013-07-08 00:34:07 +02:00
|
|
|
qemu-system-mips -M malta -kernel output/images/vmlinux -serial stdio -hda output/images/rootfs.ext2 -append "root=/dev/hda" -net nic,model=pcnet -net user
|
2012-01-05 17:30:21 +01:00
|
|
|
|
|
|
|
The login prompt will appear in the terminal that started Qemu. The
|
|
|
|
graphical window is the framebuffer. No keyboard support has been
|
|
|
|
enabled.
|
2012-07-31 23:13:12 +02:00
|
|
|
|
2014-10-07 14:29:45 +02:00
|
|
|
Tested with QEMU 2.1.2
|