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 support for in/out instructions
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 4 Apr 2008 00:28:23 +0000 (00:28 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 4 Apr 2008 00:28:23 +0000 (00:28 +0000)
commit29dcf8d7134d5c8fe56ec1f3ffaaa37192ce6fb8
treeff4bd42f1c9cbfe6e192f4adc0f7c48aff53548b
parentb85f79b8030114370851ed3422c078debe630570
added support for in/out instructions
palacios/build/Makefile
palacios/include/geekos/svm_handler.h
palacios/include/geekos/svm_io.h [new file with mode: 0644]
palacios/include/geekos/vmm_io.h
palacios/src/geekos/main.c
palacios/src/geekos/svm.c
palacios/src/geekos/svm_ctrl_regs.c
palacios/src/geekos/svm_handler.c
palacios/src/geekos/svm_io.c [new file with mode: 0644]
palacios/src/geekos/vmm_io.c