Emulating the XO/Quick Start/FreeBSD: Difference between revisions
Jump to navigation
Jump to search
m (Emulating the XO/Quick Start/FreeBSD moved to Walter's anus 21: Walter's anus) |
m (Walter's anus 21 moved to Emulating the XO/Quick Start/FreeBSD over redirect: revert) |
(No difference)
|
Revision as of 04:30, 24 September 2009
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
- Running Qemu on FreeBSD, as host by Nakata Maho (a committer of FreeBSD project)