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.


initial SVM guest running
authorJack Lange <jarusl@cs.northwestern.edu>
Sat, 1 Mar 2008 23:06:54 +0000 (23:06 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Sat, 1 Mar 2008 23:06:54 +0000 (23:06 +0000)
commit2e05f3b8f738466246add183c55bcb17abf33ec9
tree699e76b5393f9c5cb0cd42ccc2e5ec8d12da510e
parentff58148c2cfbbc82405dc9ec25056cc93c773083
initial SVM guest running
17 files changed:
palacios/build/Makefile
palacios/include/geekos/svm.h
palacios/include/geekos/vm_guest.h [new file with mode: 0644]
palacios/include/geekos/vmcb.h
palacios/include/geekos/vmm.h
palacios/include/geekos/vmm_mem.h [new file with mode: 0644]
palacios/include/geekos/vmm_types.h [new file with mode: 0644]
palacios/src/geekos/TODO [new file with mode: 0644]
palacios/src/geekos/debug.c
palacios/src/geekos/lowlevel.asm
palacios/src/geekos/main.c
palacios/src/geekos/svm.c
palacios/src/geekos/svm_lowlevel.asm
palacios/src/geekos/vm_guest.c [new file with mode: 0644]
palacios/src/geekos/vmcb.c [new file with mode: 0644]
palacios/src/geekos/vmm.c
palacios/src/geekos/vmm_mem.c [new file with mode: 0644]