Difference between revisions of "Mipsel-qemu"

From Embedded Xinu
Jump to navigation Jump to search
(Created page)
 
(mipsel-qemu, not qemu-mipsel)
Line 3: Line 3:
 
== Building ==
 
== Building ==
  
[[Build Xinu|Compile Embedded Xinu]] with <code>PLATFORM=qemu-mipsel</code>.  This will produce the file <code>xinu.boot</code> in the <code>compile/</code> directory.
+
[[Build Xinu|Compile Embedded Xinu]] with <code>PLATFORM=mipsel-qemu</code>.  This will produce the file <code>xinu.boot</code> in the <code>compile/</code> directory.
  
 
== Running ==
 
== Running ==
Line 11: Line 11:
 
== Notes ==
 
== Notes ==
  
The qemu-mipsel platform does not yet support networking.
+
The mipsel-qemu platform does not yet support networking.

Revision as of 02:58, 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=mipsel-qemu. 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 mipsel-qemu platform does not yet support networking.