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 red-black tree implementation from linux
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 21 Jan 2009 23:25:02 +0000 (17:25 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 21 Jan 2009 23:25:02 +0000 (17:25 -0600)
commita4b3e0ab8dc52d98a7d9b65541d7c3c4e825b17c
treec901ab3629bce3fc313ef4106873b52540b018cd
parentf86bb124abd01222ca80640e15eced77b132fcc5
added red-black tree implementation from linux
palacios/include/palacios/vmm_rbtree.h [new file with mode: 0644]
palacios/src/palacios/vmm_rbtree.c [new file with mode: 0644]