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 sprintf implementation from FreeBSD
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 24 Jul 2009 19:56:39 +0000 (14:56 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 24 Jul 2009 19:56:39 +0000 (14:56 -0500)
commit3dd047dc0f70231ea93e5b3b40a9142a391bf507
tree7abe6eb75d81586e3b5a5b6ead9c2734688c8022
parent2e8b584de26a975655d20d5e94a047a4b286b339
added sprintf implementation from FreeBSD
palacios/include/palacios/vmm_sprintf.h [new file with mode: 0644]
palacios/src/palacios/vmm_sprintf.c [new file with mode: 0644]