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 queue implementation
authorJack Lange <jarusl@cs.northwestern.edu>
Mon, 25 Aug 2008 21:51:49 +0000 (21:51 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Mon, 25 Aug 2008 21:51:49 +0000 (21:51 +0000)
commit7246e098eaeb10934569dd4c6ef12753a1637351
treea9e63e4f692e61e053befc1353acadf95b320116
parentd25cf4863326ae17565bfbe23879438bc352f069
added queue implementation
palacios/build/Makefile
palacios/include/palacios/vmm_ctrl_regs.h
palacios/include/palacios/vmm_queue.h [new file with mode: 0644]
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_queue.c [new file with mode: 0644]