Rev 694 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 694 | Rev 695 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | 31 | ||
| 32 | #define BOOT_OFFSET 0x108000 |
32 | #define BOOT_OFFSET 0x108000 |
| 33 | #define AP_BOOT_OFFSET 0x8000 |
33 | #define AP_BOOT_OFFSET 0x8000 |
| 34 | #define BOOT_STACK_SIZE 0x400 |
34 | #define BOOT_STACK_SIZE 0x400 |
| 35 | 35 | ||
| 36 | #define MULTIBOOT_HEADER_MAGIC 0x1BADB002 |
36 | #define MULTIBOOT_HEADER_MAGIC 0x1BADB002 |
| 37 | #define MULTIBOOT_HEADER_FLAGS 0x00010003 |
37 | #define MULTIBOOT_HEADER_FLAGS 0x00010003 |
| - | 38 | ||
| - | 39 | #define MULTIBOOT_LOADER_MAGIC 0x2BADB002 |
|
| 38 | 40 | ||
| 39 | #endif |
41 | #endif |