Emulating the XO/Quick Start/FreeBSD

From OLPC
< Emulating the XO‎ | Quick Start
Revision as of 09:20, 18 January 2008 by LeeSI (talk | contribs) (FreeBSD is not a linux. :-))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

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

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 -hda olpc-stream-development-7-20060609_1600-ext3.img


External links