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 locking primitives
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 5 Jun 2009 22:02:23 +0000 (17:02 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 5 Jun 2009 22:02:23 +0000 (17:02 -0500)
commit794a794cec97cecc8c7de7f8b5fe33381a1e02e0
treef7def5f6eb11415b603477b964f02b4054c7acb4
parente070c6feb9e35665efa6e50ed7549d20c26ff426
added locking primitives
palacios/build/Makefile
palacios/include/palacios/vmm.h
palacios/include/palacios/vmm_lock.h [new file with mode: 0644]
palacios/include/palacios/vmm_lowlevel.h
palacios/src/palacios/vmm_lock.c [new file with mode: 0644]