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 intial cut at IDE disk support
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 3 Apr 2009 18:07:43 +0000 (13:07 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 3 Apr 2009 18:07:43 +0000 (13:07 -0500)
commit4659d019e2f65b9397e2289a9add28a3adf47cf8
tree758aeaf501d7ceb99c6afeb33d75db3cf5b8edc8
parenta3843aa9457ed5a02159fd5a83620426b0a0f3fe
Added intial cut at IDE disk support
palacios/build/Makefile
palacios/include/devices/ide.h
palacios/include/devices/ram_hd.h [new file with mode: 0644]
palacios/src/devices/atapi.h
palacios/src/devices/ide.c
palacios/src/devices/ram_hd.c [new file with mode: 0644]
palacios/src/palacios/vmm_config.c