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 RTC functionality (including interrupt injection) to nvram
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 28 Jul 2008 01:06:34 +0000 (01:06 +0000)
committerPeter Dinda <pdinda@northwestern.edu>
Mon, 28 Jul 2008 01:06:34 +0000 (01:06 +0000)
commitaad69eda8e2354cf146054e57ad25fe201a1cb52
tree88c1933d4fa205a698394e9e2e0d5b8cb7a6fb26
parent07820ee58e9b356341ce86cd2b2938d3abef60c9
Added RTC functionality (including interrupt injection) to nvram
palacios/include/devices/nvram.h
palacios/include/palacios/vmm_ctrl_regs.h
palacios/include/palacios/vmm_paging.h
palacios/src/devices/8259a.c
palacios/src/devices/nvram.c
palacios/src/geekos/timer.c
palacios/src/palacios/svm_handler.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_ctrl_regs.c