<?xml version="1.0" encoding="iso-8859-2"?>
<!DOCTYPE rdf:RDF [
<!ENTITY % HTMLlat1 PUBLIC
 "-//W3C//ENTITIES Latin 1 for XHTML//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
]>
<rdf:RDF
 xmlns="http://purl.org/rss/1.0/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:admin="http://webns.net/mvcb/"
>
<channel rdf:about="http://blog.janik.cz">
<title>QEMU</title>
<link>http://blog.janik.cz/archives/cat_7/</link>
<description>... what is he doing?</description>
<dc:language>en-us</dc:language>
<dc:creator>Pavel</dc:creator>
<dc:date>2010-07-31T12:56:43+02:00</dc:date>
<admin:generatorAgent rdf:resource="http://nanoblogger.sourceforge.net" />
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://blog.janik.cz/archives/2005/11/22/T12_37_20/" />
<rdf:li rdf:resource="http://blog.janik.cz/archives/2004/10/26/T22_06_23/" />
<rdf:li rdf:resource="http://blog.janik.cz/archives/2004/05/22/T21_50_50/" />
<rdf:li rdf:resource="http://blog.janik.cz/archives/2004/05/20/T23_30_47/" />
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://blog.janik.cz/archives/2005/11/22/T12_37_20/">
<link>http://blog.janik.cz/archives/2005/11/22/T12_37_20/</link>
<title>QEMU supports SMP!</title>
<dc:date>2005-11-22T12:37:20+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>QEMU</dc:subject>
<description><![CDATA[Fabrice Bellard <a
href="http://lists.gnu.org/archive/html/qemu-devel/2005-11/msg00391.html">implemented</a> SMP
support into <a href="http://www.qemu.org/">QEMU</a>. Please test it carefully (it was tested on
GNU/Linux only - 2.4 and 2.6)!
<br /><br />
Another interesting news - Paul Brook <a
href="http://lists.gnu.org/archive/html/qemu-devel/2005-11/msg00394.html">announced</a> initial ARM
system emulation.
-----]]></description>
</item>
<item rdf:about="http://blog.janik.cz/archives/2004/10/26/T22_06_23/">
<link>http://blog.janik.cz/archives/2004/10/26/T22_06_23/</link>
<title>&quot;Evil genius&quot; made it again!</title>
<dc:date>2004-10-26T22:06:23+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>QEMU</dc:subject>
<description><![CDATA[Fabrice Bellard (Joseph Stewart called him "evil genius") again made my day.
<br /><br />
He created <a href="http://fabrice.bellard.free.fr/tcc/tccboot.html">TCCBOOT: TinyCC Boot
Loader</a>. What is it? To make a simple demo, just fetch its <a
href="http://fabrice.bellard.free.fr/tcc/tccboot.iso">demo ISO</a>, burn it and see how <a
href="http://fabrice.bellard.free.fr/tcc/index.html">TinyCC</a> compiler compiles the Linux kernel
and boots it.
<br /><br />
Or you can run the complete process in Fabrice's <a
href="http://fabrice.bellard.free.fr/qemu/">qemu</a>, of course. Just run <code>qemu -cdrom
tccboot.iso</code> and watch kernel source files being compiled and finally small Linux system boot.
-----]]></description>
</item>
<item rdf:about="http://blog.janik.cz/archives/2004/05/22/T21_50_50/">
<link>http://blog.janik.cz/archives/2004/05/22/T21_50_50/</link>
<title>QEMU is now able to boot GRUB's netboot</title>
<dc:date>2004-05-22T21:50:50+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>QEMU</dc:subject>
<description><![CDATA[<p>Fabrice was online on IRC channel <code>#qemu</code> today and fixed several issues in Bochs' BIOS
code and also in network card emulation inside QEMU and now it is possible to boot from GRUB floppy
that is using netboot.
</p><p>
I'm now installing SuSE Linux 9.0 via AutoYast from NFS server on local network. Installation was
started from floppy image that I use on real systems. GRUB successfully detected emulated NE2000
card, I assigned IP address, network mask, gateway and TFTP server and installation kernel and
initial ramdisk were downloaded by TFTP.
</p><p>
Command line used to running the first part of installation was:
<pre>
/tmp/QEMU/bin/qemu -boot a -fda /tmp/floppy.img -hda /tmp/hda.img \
                   -pci -user-net -m 128</pre>
After the first part is finished and system reboots, qemu exits and I have to run it again this time
booting from disk:
<pre>
/tmp/QEMU/bin/qemu -boot c -hda /tmp/hda.img -pci -user-net -m 128</pre></p>
-----]]></description>
</item>
<item rdf:about="http://blog.janik.cz/archives/2004/05/20/T23_30_47/">
<link>http://blog.janik.cz/archives/2004/05/20/T23_30_47/</link>
<title>IRC channel opened</title>
<dc:date>2004-05-20T23:30:47+02:00</dc:date>
<dc:creator>Pavel</dc:creator>
<dc:subject>QEMU</dc:subject>
<description><![CDATA[<p>I have registered <code>#qemu</code> channel on freenode.net and the discussion started almost
immediately. <a href="http://www.qemu.org/">QEMU</a> is wonderful project - you should investigate
it, really ;-)</p>
-----]]></description>
</item>
</rdf:RDF>
