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 dma device
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 10 Jun 2008 19:13:46 +0000 (19:13 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 10 Jun 2008 19:13:46 +0000 (19:13 +0000)
commit68cac210354f03675feb5370dfa7fae1fb97ceee
tree7065fd31ef95336311ddb480f4a89172e5d53e18
parenta4b341afa075a6620dd087ee3a8ed850730c05c7
added dma device
palacios/include/devices/8237_dma.h [new file with mode: 0644]
palacios/src/devices/8237_dma.c [new file with mode: 0644]
palacios/src/vmboot/rombios/rombios.c