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 generic device, some keyboard fixes (still in progress)
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 22 May 2008 19:49:13 +0000 (19:49 +0000)
committerPeter Dinda <pdinda@northwestern.edu>
Thu, 22 May 2008 19:49:13 +0000 (19:49 +0000)
commit028d9b71d4a4e6d49a22ad5904b6dd2f8c596a26
tree6b611a7e8d73d470d2378d475a607cb00df4a130
parent90b8236597004a37a9d5acb33a1b1f987fe9070c
Added generic device, some keyboard fixes (still in progress)
palacios/build/Makefile
palacios/build/depend.mak [deleted file]
palacios/include/devices/generic.h [new file with mode: 0644]
palacios/include/devices/keyboard.h
palacios/src/devices/generic.c [new file with mode: 0644]
palacios/src/devices/keyboard.c
palacios/src/geekos/keyboard.c
palacios/src/geekos/vm.c