Emulating the XO: Difference between revisions
(Starting overhaul of OS_images_for_emulation.) |
No edit summary |
||
(236 intermediate revisions by 60 users not shown) | |||
Line 1: | Line 1: | ||
{{translations}} |
|||
''This page is an inprogress overhaul of [[OS images for emulation]].'' |
|||
{{emulation-nav}} |
|||
In the past, OLPC produced alternative software images which could be run in emulators such as QEMU and VMware. This meant that development and testing could happen to a limited extent without requiring an XO laptop. |
|||
== Quick Start == |
|||
*[[Using QEMU on Windows XP|Windows]] |
|||
*[[Emulating the XO#Mac Quick Start|Mac]] |
|||
*[[Emulating the XO#Linux Quick Start|Linux]] |
|||
*[[Emulating the XO#FreeBSD Quick Start|FreeBSD]] |
|||
'''In 2013, please see Tom Gilliard's many [http://wiki.sugarlabs.org/go/Sugar_Creation_Kit virtual machine images ready-to-go].''' |
|||
=== Mac Quick Start === |
|||
Note, XOs are readily available to genuine volunteer contributors through the [[Contributors program]]. |
|||
=== Linux Quick Start === |
|||
[http://sugarlabs.org Sugar], the unique user interface of the XO laptops, is also distributed as a generic software project and can be developed and tested on "regular" computers as well as XOs. See [http://wiki.sugarlabs.org/go/Downloads Sugar Labs Downloads] for the full range of options, such as [http://wiki.sugarlabs.org/go/Sugar_on_a_Stick Sugar on a Stick]. |
|||
=== FreeBSD Quick Start === |
|||
For emulation of extremely old builds, you may be able to come across "ext3 images" on some corners of http://download.laptop.org and http://xs-dev.laptop.org/~cscott/olpc/streams/ which can be loaded into emulators. You are unlikely to find support for them! |
|||
Install qemu from ports: |
|||
[[Category:OS]] |
|||
cd /usr/ports/emulators/qemu && make install clean |
|||
[[Category:Developers]] |
|||
[[Category:Emulation]] |
|||
or as a package |
|||
[[Category:Sugar]] |
|||
pkg_add -r qemu |
|||
Once installed, load kqemu and aio kernel modules: |
|||
kldload kqemu |
|||
kldload aio |
|||
and launch the image you want: |
|||
qemu -hda olpc-stream-development-7-20060609_1600-ext3.img |
|||
=== Quick Start: Get image === |
|||
== Developing software using emulation == |
Latest revision as of 16:26, 30 July 2013
modify |
In the past, OLPC produced alternative software images which could be run in emulators such as QEMU and VMware. This meant that development and testing could happen to a limited extent without requiring an XO laptop.
In 2013, please see Tom Gilliard's many virtual machine images ready-to-go.
Note, XOs are readily available to genuine volunteer contributors through the Contributors program.
Sugar, the unique user interface of the XO laptops, is also distributed as a generic software project and can be developed and tested on "regular" computers as well as XOs. See Sugar Labs Downloads for the full range of options, such as Sugar on a Stick.
For emulation of extremely old builds, you may be able to come across "ext3 images" on some corners of http://download.laptop.org and http://xs-dev.laptop.org/~cscott/olpc/streams/ which can be loaded into emulators. You are unlikely to find support for them!