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 generic VMM framework
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 27 Feb 2008 21:58:18 +0000 (21:58 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 27 Feb 2008 21:58:18 +0000 (21:58 +0000)
commit8126d0d154dfd37ed7997f4fa78a1c179c4d2c81
tree8d58e51814b4f80b50a12484c200eb50468283f5
parent888115363b482384d91d0f709e817debcc76ba52
added generic VMM framework
14 files changed:
palacios/build/Makefile
palacios/build/depend.mak
palacios/include/geekos/defs.h
palacios/include/geekos/svm.h
palacios/include/geekos/vmm.h [new file with mode: 0644]
palacios/include/geekos/vmm_sizes.h
palacios/include/geekos/vmx.h
palacios/src/geekos/defs.asm
palacios/src/geekos/int.c
palacios/src/geekos/lowlevel.asm
palacios/src/geekos/main.c
palacios/src/geekos/svm.c
palacios/src/geekos/vmm.c [new file with mode: 0644]
palacios/src/geekos/vmx.c