diff options
Diffstat (limited to 'board/qemu/mips-malta/readme.txt')
-rw-r--r-- | board/qemu/mips-malta/readme.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/qemu/mips-malta/readme.txt b/board/qemu/mips-malta/readme.txt new file mode 100644 index 000000000..0e21a3c9b --- /dev/null +++ b/board/qemu/mips-malta/readme.txt @@ -0,0 +1,7 @@ +Run the emulation with: + + qemu-system-mips -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 +graphical window is the framebuffer. No keyboard support has been +enabled. |