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.


Multiboot enhancements
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 18 Jun 2015 22:06:07 +0000 (17:06 -0500)
committerroot <root@v-test-r415-3.localdomain>
Thu, 18 Jun 2015 22:06:07 +0000 (17:06 -0500)
commitab1cd65da26f4b2cbc3c4d9625546561bf96461f
treef36628dae4365bd993365fc14f22a12534b756df
parenta20c07e3428f9aa55997befebca7a30721a71145
Multiboot enhancements

- enhancements to HRT info block
- clear of BSS (expected by MB kernel)
- actually included header file
- reset capability
palacios/include/palacios/vmm_multiboot.h [new file with mode: 0644]
palacios/src/palacios/vmm_multiboot.c