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.


Replaces C++-style comments (// ...) with C-style comments (/* ... */) in header...
authorErik van der Kouwe <erikvdk@gmail.com>
Fri, 5 Nov 2010 20:59:18 +0000 (15:59 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 5 Nov 2010 20:59:18 +0000 (15:59 -0500)
commit96241180a9bfdf5eb59082ce4cfd27a1a898181a
tree9e6d12c633063500981bd87c610638a6cb0506f1
parent8a29c551e4814160169e4219b7c9bf7f60be2f74
Replaces C++-style comments (// ...) with C-style comments (/* ... */) in header files that I need to use in MINIX. I need this because MINIX uses an older C standard.
palacios/include/palacios/vmm.h
palacios/include/palacios/vmm_mem.h
palacios/include/palacios/vmm_types.h