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 memory region generated page tables, and removed all the ugliness that was...
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 4 Mar 2008 23:30:26 +0000 (23:30 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 4 Mar 2008 23:30:26 +0000 (23:30 +0000)
commit190b2ef9470c23c275754b74745933d973f8c439
treea0b4f306f5a6328ad5865224d69730b08f6dbceb
parent701de97007c8b6776998eeab78469a4304f6b871
added memory region generated page tables, and removed all the ugliness that was the high memory loader
23 files changed:
palacios/build/Makefile
palacios/build/depend.mak
palacios/include/geekos/bootinfo.h
palacios/include/geekos/defs.h
palacios/include/geekos/mem.h
palacios/include/geekos/svm.h
palacios/include/geekos/vmm.h
palacios/include/geekos/vmm_mem.h
palacios/include/geekos/vmm_paging.h [new file with mode: 0644]
palacios/include/geekos/vmm_sizes.h [deleted file]
palacios/include/geekos/vmm_util.h
palacios/src/geekos/defs.asm
palacios/src/geekos/gdt.c
palacios/src/geekos/idt.c
palacios/src/geekos/main.c
palacios/src/geekos/mem.c
palacios/src/geekos/setup.asm
palacios/src/geekos/show_sizes.c [deleted file]
palacios/src/geekos/svm.c
palacios/src/geekos/tss.c
palacios/src/geekos/vmm_mem.c
palacios/src/geekos/vmm_paging.c [new file with mode: 0644]
palacios/src/geekos/vmm_util.c