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.


cleaned up the PAGE table access macros to be general implementations that work acros...
authorJack Lange <jarusl@cs.northwestern.edu>
Thu, 30 Oct 2008 22:14:01 +0000 (17:14 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Thu, 30 Oct 2008 22:14:01 +0000 (17:14 -0500)
commitf4ba2c6bbcd720a0cd5f9ca9ca0b691656011fa7
treef904ac7c8c7ea853f226676d8e27e48d550158af
parent9058e2656483cff772bcaecd1599665d0ea5f04d
cleaned up the PAGE table access macros to be general implementations that work across all page table forms
starting to add page table translators
palacios/include/palacios/vmm_paging.h
palacios/src/palacios/vmm_emulator.c
palacios/src/palacios/vmm_paging.c
palacios/src/palacios/vmm_shadow_paging.c