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 stos instruction to the emulator
authorJack Lange <jarusl@cs.northwestern.edu>
Mon, 23 Feb 2009 22:06:33 +0000 (16:06 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Mon, 23 Feb 2009 22:06:33 +0000 (16:06 -0600)
commit0733f93d0fc8a20528a9ab2f21704bee5562b302
tree2e2a7657940ac92e308c480f768fae837737efdf
parent84373a6580ffe1b3370243112e5a12bf273a63e3
added stos instruction to the emulator
palacios/include/palacios/vmm_decoder.h
palacios/include/palacios/vmm_instr_emulator.h
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_emulator.c
palacios/src/palacios/vmm_xed.c