Emulating the XO/Quick Start/FreeBSD

From OLPC
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

For current information on emulation of OLPC software images, see Emulating the XO

Stop hand.png WARNING:
The content of this section is considered
DEPRECATED and OBSOLETE
It is preserved for historical or documenting reasons.

In FreeBSD, you can install QEMU from the ports system.

cd /usr/ports/emulators/qemu
make -DWITH_KQEMU
make install

or as a package

pkg_add -r qemu

Then load kqemu and aio kernel modules:

kldload kqemu
kldload aio

and launch the image you want:

qemu -m 256 -hda olpc-stream-development-7-20060609_1600-ext3.img

allocating 256MB memory to the virtual machine since 'real' XO's have 256MB RAM.

External links