Rev 4015 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4015 | 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 | #define MULTIBOOT_LOADER_MAGIC 0x2BADB002 |
- | |
46 | - | ||
47 | #ifndef __ASM__ |
45 | #ifndef __ASM__ |
48 | 46 | ||
49 | #ifdef CONFIG_SMP |
47 | #ifdef CONFIG_SMP |
50 | 48 | ||
- | 49 | /* This is only a symbol so the type is dummy. Obtain the value using &. */ |
|
51 | extern int _hardcoded_unmapped_size; |
50 | extern int _hardcoded_unmapped_size; |
52 | 51 | ||
53 | #endif /* CONFIG_SMP */ |
52 | #endif /* CONFIG_SMP */ |
54 | 53 | ||
55 | #endif /* __ASM__ */ |
54 | #endif /* __ASM__ */ |