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 full io support
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 4 Apr 2008 06:01:57 +0000 (06:01 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 4 Apr 2008 06:01:57 +0000 (06:01 +0000)
commit8c38488bc7d510a85ad23222ddd228924d14be8a
treeaf8b169b14a6cdb67667d95bf293482bae5b3d2d
parent4c17fb67c38120c141fa36bca9d7faa418b3c8e5
added full io support
palacios/build/vm_kernel
palacios/include/geekos/svm.h
palacios/include/geekos/svm_io.h
palacios/include/geekos/vmm_ctrl_regs.h
palacios/include/geekos/vmm_emulate.h
palacios/include/geekos/vmm_io.h
palacios/src/geekos/main.c
palacios/src/geekos/svm_ctrl_regs.c
palacios/src/geekos/svm_io.c
palacios/src/geekos/svm_lowlevel.asm
palacios/src/geekos/vmm_io.c