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.


moved paging debug functions to a separate file that gets included only into vmm_paging.c
authorJack Lange <jarusl@cs.northwestern.edu>
Thu, 30 Oct 2008 19:55:40 +0000 (14:55 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Thu, 30 Oct 2008 19:55:40 +0000 (14:55 -0500)
commit9058e2656483cff772bcaecd1599665d0ea5f04d
treeea087ea1e09149406bab9f7930f706a1f2092284
parent207e3b36648e4019ad8505c75ae6ef0778464a26
moved paging debug functions to a separate file that gets included only into vmm_paging.c
palacios/src/palacios/vmm_paging.c
palacios/src/palacios/vmm_paging_debug.h [new file with mode: 0644]