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.


real->protected mode switch should work now
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 2 Apr 2008 00:28:34 +0000 (00:28 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 2 Apr 2008 00:28:34 +0000 (00:28 +0000)
commit9be2a31f574121ab4aa0289b7714eefe070b0db0
tree980e975e8b09dda3f4443ab4feccb53e0222d19d
parent959ed075fac59969a8dc299e51824166f50bb2d0
real->protected mode switch should work now
palacios/include/geekos/svm_ctrl_regs.h
palacios/include/geekos/vmm_ctrl_regs.h [new file with mode: 0644]
palacios/include/geekos/vmm_shadow_paging.h
palacios/src/geekos/main.c
palacios/src/geekos/svm.c
palacios/src/geekos/svm_ctrl_regs.c
palacios/src/geekos/svm_handler.c