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.


working paged real mode
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 14 Mar 2008 22:59:33 +0000 (22:59 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 14 Mar 2008 22:59:33 +0000 (22:59 +0000)
commit158640d601f6c710cfce7bc4a6bd8f7e7847b7a3
tree54445d784b4a4d3c099d016d6561f14ff856aa8c
parent04fc4c8fbac29e04f0d0817a2906687c2c972559
working paged real mode
19 files changed:
palacios/build/Makefile
palacios/build/vm_kernel
palacios/include/geekos/svm.h
palacios/include/geekos/svm_handler.h [new file with mode: 0644]
palacios/include/geekos/tss.h
palacios/include/geekos/vm_guest.h
palacios/include/geekos/vmcb.h
palacios/include/geekos/vmm.h
palacios/include/geekos/vmm_debug.h [new file with mode: 0644]
palacios/include/geekos/vmm_io.h [new file with mode: 0644]
palacios/src/geekos/gdt.c
palacios/src/geekos/int.c
palacios/src/geekos/main.c
palacios/src/geekos/svm.c
palacios/src/geekos/svm_handler.c [new file with mode: 0644]
palacios/src/geekos/svm_lowlevel.asm
palacios/src/geekos/tss.c
palacios/src/geekos/vmm_debug.c [new file with mode: 0644]
palacios/src/geekos/vmm_io.c [new file with mode: 0644]