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 <lwk/palacios.h> header for all users of the V3VEE library to include.
[palacios.git] / kitten / include / lwk / palacios.h
1 /* Copyright (c) 2007,2008 Sandia National Laboratories */
2
3 #ifndef _LWK_PALACIOS_H_
4 #define _LWK_PALACIOS_H_
5
6 #ifdef CONFIG_V3VEE
7
8 #include <palacios/vmm.h>
9
10 extern uint8_t rombios_start, rombios_end;
11 extern uint8_t vgabios_start, vgabios_end;
12
13 #endif // CONFIG_V3VEE
14
15 #endif