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.


Merge branch 'devel'
[palacios.git] / kitten / include / arch-x86_64 / boot.h
1 #ifndef _ARCH_BOOT_H
2 #define _ARCH_BOOT_H
3
4 /* Don't touch these, unless you really know what you're doing. */
5 #define DEF_INITSEG     0x9000
6 #define DEF_SYSSEG      0x1000
7 #define DEF_SETUPSEG    0x9020
8 #define DEF_SYSSIZE     0x7F00
9
10 #endif