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.


updated test vm to current palacios version and fixed pci scan
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 8 Apr 2009 00:43:33 +0000 (19:43 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 8 Apr 2009 00:43:33 +0000 (19:43 -0500)
commit02cec8a61395addd7d74daae5462e38fb1f256e6
tree15743bafc3b960857b019403c1c87e69272e1207
parent1f3ac121a2cb2eff7c71c84a799096c2cd744d1b
updated test vm to current palacios version and fixed pci scan
misc/test_vm/include/geekos/debug.h [new file with mode: 0644]
misc/test_vm/include/geekos/pci.h [new file with mode: 0644]
misc/test_vm/include/geekos/vm_cons.h [new file with mode: 0644]
misc/test_vm/src/geekos/debug.c [new file with mode: 0644]
misc/test_vm/src/geekos/pci.c [new file with mode: 0644]
misc/test_vm/src/geekos/vm_cons.c [new file with mode: 0644]