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.


got the bios setup ok, now we have to handle the exits
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 9 Apr 2008 00:21:54 +0000 (00:21 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 9 Apr 2008 00:21:54 +0000 (00:21 +0000)
commit1cf6b8a334fd683681665c177d33ad6c452ad366
tree23a402b0302a8581609a957f77f318c3b895f451
parent705cb2fd95fa4e9ebe978fc05b29843c44b3ea54
got the bios setup ok, now we have to handle the exits
15 files changed:
palacios/build/vm_kernel
palacios/include/geekos/vm.h
palacios/include/palacios/8259a.h [new file with mode: 0644]
palacios/include/palacios/svm.h
palacios/include/palacios/vmm_intr.h [new file with mode: 0644]
palacios/include/palacios/vmm_paging.h
palacios/src/geekos/main.c
palacios/src/geekos/setup.asm
palacios/src/geekos/vm.c
palacios/src/palacios/8259a.c [new file with mode: 0644]
palacios/src/palacios/svm.c
palacios/src/palacios/svm_handler.c
palacios/src/palacios/vm_guest_mem.c
palacios/src/palacios/vmm_intr.c [new file with mode: 0644]
palacios/src/palacios/vmm_mem.c