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 initial symbiotic swapping framework
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 14 Aug 2009 20:35:01 +0000 (15:35 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 14 Aug 2009 20:35:01 +0000 (15:35 -0500)
commit2304917404cd287c4741d9f85ff8a280e248c7d0
tree1f46409a4989a589527b02fa1dd84e446a8e25a8
parent4c0aeefed7dec96dd1f70c2f8f3cc3db45abb621
added initial symbiotic swapping framework
palacios/include/palacios/vmm_sym_swap.h [new file with mode: 0644]
palacios/src/devices/Kconfig
palacios/src/palacios/Makefile
palacios/src/palacios/vmm_shadow_paging.c
palacios/src/palacios/vmm_shadow_paging_32.h
palacios/src/palacios/vmm_sym_swap.c [new file with mode: 0644]