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.


added null library files to fix linking
authorJack Lange <jacklange@cs.pitt.edu>
Tue, 8 Mar 2011 03:01:20 +0000 (21:01 -0600)
committerJack Lange <jacklange@cs.pitt.edu>
Tue, 8 Mar 2011 03:01:20 +0000 (21:01 -0600)
commit95198dcc4738a80a85422cd912170ced9acb81a5
treefd6c2ea21ee02b2e8e55b641f0f1e04f894dd50d
parentfe9b69407ae9ac7aeb6a9d1500c89d48953864ac
added null library files to fix linking
palacios/lib/i386/Makefile
palacios/lib/i386/null.c [new file with mode: 0644]
palacios/lib/x86_64/Makefile
palacios/lib/x86_64/null.c [new file with mode: 0644]
palacios/src/palacios/vmm_v3dec.c