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.


svm_io.c now correctly handles segment prefix overrides in ins/outs instructions.
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 7 Jul 2008 23:26:51 +0000 (23:26 +0000)
committerPeter Dinda <pdinda@northwestern.edu>
Mon, 7 Jul 2008 23:26:51 +0000 (23:26 +0000)
commit88a9fe78672db5f5672dc20a92253e508bd3b7e1
tree3b250c63d2c631cf4eaa3f4ed68442c520bc7db1
parentd38ca6817962f46012fae1b014a24372494f4d7c
svm_io.c now correctly handles segment prefix overrides in ins/outs instructions.

generic.c now supports both print+passthrough and print+ignore.  The latter
means we can make devices disappear.

vm.c changed so generic device is attached, serial devices are ignored, and
IDE devices passthrough.  This means booting is much slower.  set GENERIC to 0
to turn this off
palacios/src/geekos/vm.c
palacios/src/palacios/svm_io.c
palacios/src/vmboot/rombios/rombios.c