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.


documentation changes
[palacios.git] / utils / guest_creator / out_format
1 v3vee\0\0\0        : 8 bytes
2 <length of xml>    : 4 bytes
3 <xml>              : xml configuration string
4 <zero's>           : 8 bytes of zeroes
5
6 <num files>        : 8 bytes
7
8 <index>            : 4 bytes
9 <size>             : 4 bytes
10 <offset>           : 8 bytes
11 ... other files ...
12
13 <zero's>           : 8 bytes of zeroes
14
15 <file>             : raw file data
16
17 ... other raw file data ...