Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 4022 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | #define BOOT_STACK_SIZE 0x400 |
40 | #define BOOT_STACK_SIZE 0x400 |
| 41 | 41 | ||
| 42 | #define MULTIBOOT_HEADER_MAGIC 0x1BADB002 |
42 | #define MULTIBOOT_HEADER_MAGIC 0x1BADB002 |
| 43 | #define MULTIBOOT_HEADER_FLAGS 0x00010003 |
43 | #define MULTIBOOT_HEADER_FLAGS 0x00010003 |
| 44 | 44 | ||
| - | 45 | #ifndef __ASM__ |
|
| - | 46 | ||
| - | 47 | #ifdef CONFIG_SMP |
|
| - | 48 | ||
| - | 49 | /* This is only a symbol so the type is dummy. Obtain the value using &. */ |
|
| 45 | #define MULTIBOOT_LOADER_MAGIC 0x2BADB002 |
50 | extern int _hardcoded_unmapped_size; |
| - | 51 | ||
| - | 52 | #endif /* CONFIG_SMP */ |
|
| - | 53 | ||
| - | 54 | #endif /* __ASM__ */ |
|
| 46 | 55 | ||
| 47 | #endif |
56 | #endif |
| 48 | 57 | ||
| 49 | /** @} |
58 | /** @} |
| 50 | */ |
59 | */ |