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.


First cut at a keyboard device (partially done) CUTPOINT_BEFORE_FULL_EMULATION
authorPeter Dinda <pdinda@northwestern.edu>
Fri, 16 May 2008 18:23:50 +0000 (18:23 +0000)
committerPeter Dinda <pdinda@northwestern.edu>
Fri, 16 May 2008 18:23:50 +0000 (18:23 +0000)
commitd16ef42bba84c7fe88352e5dc23e5e70a5207e29
treea81fa0dbb37cfb1e238faf992fd9f6bcdc2db19c
parent1da53ce8f6ab61d298d38cf3f1c4fcd9b1050ce8
First cut at a keyboard device (partially done)
palacios/build/Makefile
palacios/build/depend.mak
palacios/include/devices/keyboard.h [new file with mode: 0644]
palacios/src/devices/keyboard.c [new file with mode: 0644]
palacios/src/geekos/keyboard.c
palacios/src/geekos/vm.c
palacios/src/palacios/vmm_dev_mgr.c
palacios/src/palacios/vmm_io.c