Difference between revisions of "Qemu"

From Embedded Xinu
Jump to navigation Jump to search
(Created page)
 
(Say "virtual environment", not "emulation environment")
 
(2 intermediate revisions by the same user not shown)
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 following virtual environments provided by [http://wiki.qemu.org/Main_Page QEMU]:
  
== Building ==
+
* [[mipsel-qemu]] (Little-endian MIPS)
  
[[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.
+
These platforms provide an easy way to run Embedded Xinu without devoting real hardware.
 
 
== Running ==
 
 
qemu-system-mipsel -M mips -m 16M -kernel xinu.boot -nographic
 
 
 
== Notes ==
 
 
 
The qemu-mipsel platform does not yet support networking.
 

Latest revision as of 02:59, 12 September 2013

Embedded Xinu has been ported to the following virtual environments provided by QEMU:

These platforms provide an easy way to run Embedded Xinu without devoting real hardware.