Rev 2071 | Rev 3829 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 3071 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #define KERN_ppc32_BOOT_H_ |
36 | #define KERN_ppc32_BOOT_H_ |
| 37 | 37 | ||
| 38 | #define BOOT_OFFSET 0x8000 |
38 | #define BOOT_OFFSET 0x8000 |
| 39 | 39 | ||
| 40 | /* Temporary stack size for boot process */ |
40 | /* Temporary stack size for boot process */ |
| 41 | #define TEMP_STACK_SIZE 0x100 |
41 | #define TEMP_STACK_SIZE 0x1000 |
| 42 | 42 | ||
| 43 | #define TASKMAP_MAX_RECORDS 32 |
43 | #define TASKMAP_MAX_RECORDS 32 |
| 44 | #define MEMMAP_MAX_RECORDS 32 |
44 | #define MEMMAP_MAX_RECORDS 32 |
| 45 | 45 | ||
| 46 | #ifndef __ASM__ |
46 | #ifndef __ASM__ |