Emulating the XO/Quick Start/FreeBSD
Jump to navigation
Jump to 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
- Running Qemu on FreeBSD, as host by Nakata Maho (a committer of FreeBSD project)