2012-09-04 06:09:56 +02:00
|
|
|
Run the emulation with:
|
|
|
|
|
|
|
|
qemu-system-mips64 -M malta -kernel output/images/vmlinux -serial stdio -hda output/images/rootfs.ext2 -append "root=/dev/hda"
|
|
|
|
|
|
|
|
The login prompt will appear in the terminal that started Qemu. The
|
2013-11-27 19:09:27 +01:00
|
|
|
graphical window is the framebuffer.
|
2012-11-15 11:25:44 +01:00
|
|
|
|
2015-04-15 19:05:04 +02:00
|
|
|
Tested with QEMU 2.2.1
|