Difference between revisions of "Qemu-mipsel"

From Embedded Xinu
Jump to navigation Jump to search
(Created page with content from Qemu)
 
(Wikify)
Line 1: Line 1:
Embedded Xinu has been ported to the MIPSel emulation environment provided by [http://wiki.qemu.org/Main_Page QEMU].  This provides an easy way to run a basic Embedded Xinu environment on a RISC architecture without devoting "real" hardware.
+
[[Embedded Xinu]] has been ported to the MIPSel emulation environment provided by [http://wiki.qemu.org/Main_Page QEMU].  This provides an easy way to run a basic Embedded Xinu environment on a RISC architecture without devoting "real" hardware.
  
 
== Building ==
 
== Building ==

Revision as of 02:52, 12 September 2013

Embedded Xinu has been ported to the MIPSel emulation environment provided by QEMU. This provides an easy way to run a basic Embedded Xinu environment on a RISC architecture without devoting "real" hardware.

Building

Compile Embedded Xinu with PLATFORM=qemu-mipsel. This will produce the file xinu.boot in the compile/ directory.

Running

qemu-system-mipsel -M mips -m 16M -kernel xinu.boot -nographic

Notes

The qemu-mipsel platform does not yet support networking.