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 pci code (this only does a bus scan at this point)
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 23 Jun 2008 21:37:57 +0000 (21:37 +0000)
committerPeter Dinda <pdinda@northwestern.edu>
Mon, 23 Jun 2008 21:37:57 +0000 (21:37 +0000)
commit77cb02d9352065f780345e876eb104dd44237f66
tree26241877946ecacbd6be489d69ed220f54952edb
parentcde92d40f8a68b36c80eee51da1fd5803f559c31
Added pci code (this only does a bus scan at this point)
palacios/include/geekos/pci.h [new file with mode: 0644]
palacios/src/geekos/pci.c [new file with mode: 0644]