Difference between revisions of "Mipsel-qemu"
Jump to navigation
Jump to search
(mipsel-qemu, not qemu-mipsel) |
(Say "virtual environment", not "emulation environment") |
||
Line 1: | Line 1: | ||
− | [[Embedded Xinu]] has been ported to the MIPSel | + | [[Embedded Xinu]] has been ported to the MIPSel virtual 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 == |
Latest revision as of 02:59, 12 September 2013
Embedded Xinu has been ported to the MIPSel virtual 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.