Documentation/Platforms/MIPS: Difference between revisions

From QEMU
(Add build directions)
m (update build directions)
 
Line 6: Line 6:


== Build Directions ==
== Build Directions ==
   ./configure --target-list=mips-softmmu
   ./configure --target-list=mips-softmmu && make


==Example Usage==
==Example Usage==

Latest revision as of 14:26, 18 July 2017

Description

The MIPS emulator emulates a MIPS Malta system.

Current Status

<fill me>

Build Directions

 ./configure --target-list=mips-softmmu && make

Example Usage

 qemu-system-mips -kernel <path to linux kernel> -m 16 -nographic

Guest Operating Systems

The MIPS version of Linux is known to work.
<fill IRIX status here>
<fill Windows NT status here>

Pictures

<fill me>

Links

https://www.linux-mips.org/wiki/QEMU
https://www.linux-mips.org/wiki/MIPS_Malta
https://en.wikipedia.org/wiki/IRIX
Video of Windows NT 3.50 MIPS running in QEMU
Video of Windows NT 4.0 MIPS running in QEMU

Maintainer Contact Info

Aurelien Jarno <aurelien@aurel32.net>
Yongbok Kim <yongbok.kim@imgtec.com>