Linux-Noob Forums

Full Version: testing the OLPC os (sugar) in Fedora 7 using qemu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

the OLPC is soon ready (november timeframe) and you can test it yourself by doing as follows:-

 

in Fedora 7 do as follows:-

 

first install qemu as root,

 



Code:
su -
yum install qemu




 

and now as normal user, get the os by doing this

 



Code:
wget http://olpc.download.redhat.com/olpc/streams/development/LATEST/devel_ext3/olpc-redhat-stream-development-devel_ext3.img.bz2




 

(175mb or so)

 

then extract it to an img file

 



Code:
bzcat olpc-redhat-stream-development-devel_ext3.img.bz2 > laptop.img




 

then mount it in qemu

 



Code:
qemu -soundhw es1370 -serial `tty` -net user -net nic,model=rtl8139 -hda laptop.img




 

here's some screenshots of it in action using the web-browser

 

more info and other os's supported > [/url][url=http://wiki.laptop.org/go/OS_images_for_emulation]http://wiki.laptop.org/go/OS_images_for_emulation

 

cheers

anyweb

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_10_2007/post-1-1191578064.png" data-fileid="972">[img]<fileStore.core_Attachment>/monthly_10_2007/post-1-1191578064.png[/img]</a>

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_10_2007/post-1-1191578288.png" data-fileid="973">[img]<fileStore.core_Attachment>/monthly_10_2007/post-1-1191578288.png[/img]</a>