Go to the source code of this file.
Defines | |
#define | __MACHDEP_PARAM_H__ 1 |
#define | PAGESIZE 0x1000 |
#define | GDT_SIZEPG 16 |
#define | IDT_SIZEPG 1 |
#define | PGTBLSIZE (1024 * PAGESIZE) |
#define | KERNEL_PGTBL 0xc0000000 |
#define | MAX_UADDR (KERNEL_PGTBL - 1) |
#define | GLAST_IDXSEL ((GDT_SIZEPG * PAGESIZE)/sizeof (union descriptor)) |
#define | ILAST_IDXSEL 256 |
#define | MAX_CPUS 8 |
#define | NB_CPUS 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|