Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


minor fixes
Jack Lange [Tue, 2 Feb 2010 00:20:44 +0000 (18:20 -0600)]
utils/guest_creator/default.xml

index d8576e7..c022473 100644 (file)
@@ -39,7 +39,7 @@
        <devices>
                <device id="8259A" name="PIC"/>
                <device id="KEYBOARD" name="keyboard"/>
-               <device id="8254_PIT" name="PIC" />
+               <device id="8254_PIT" name="PIT" />
                <device id="BOCHS_DEBUG" name="bochs debug"/>
                <device id="OS_DEBUG" name="os debug" />
                <device id="LAPIC" name="apic"/>
                </device>
 
 
-<!--
+
                <device id="RAMDISK" name="HD0">
                        <file>harddisk</file>
                        <frontend tag="blk_virtio" />
                </device>
--->
+
 
                <device id="NVRAM" name="nvram">
                        <storage>ide</storage>