2012-09-04 06:09:56 +02:00
|
|
|
Run the emulation with:
|
|
|
|
|
2019-06-22 18:51:20 +02:00
|
|
|
qemu-system-mips64 -M malta -kernel output/images/vmlinux -serial stdio -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/hda"
|
2012-09-04 06:09:56 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
2018-06-02 22:07:20 +02:00
|
|
|
Tested with QEMU 2.12.0
|