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 network support
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 2 Sep 2008 21:03:44 +0000 (21:03 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 2 Sep 2008 21:03:44 +0000 (21:03 +0000)
commit032b20f0bfb2f1f057d69087151b9e49ce4c2776
treedf07b184fb025af135f5d2d34cc4c96b9535a77f
parent857093d3d4c89e549e80309ba70960653f906180
added network support
palacios/build/Makefile
palacios/include/geekos/list2.h [new file with mode: 0644]
palacios/include/geekos/queue.h [new file with mode: 0644]
palacios/include/geekos/socket.h [new file with mode: 0644]
palacios/include/palacios/vmm_queue.h
palacios/src/geekos/queue.c [new file with mode: 0644]
palacios/src/geekos/socket.c [new file with mode: 0644]