Rev 506 | Rev 532 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 506 | Rev 507 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | 31 | ||
32 | #define BOOTSTRAP_OFFSET 0x8000 |
32 | #define BOOTSTRAP_OFFSET 0x8000 |
33 | #define BOOT_OFFSET 0x100000 |
33 | #define BOOT_OFFSET 0x100000 |
34 | 34 | ||
35 | #define MULTIBOOT_HEADER_MAGIC 0x1BADB002 |
35 | #define MULTIBOOT_HEADER_MAGIC 0x1BADB002 |
36 | #define MULTIBOOT_HEADER_FLAGS 0x0001000B |
36 | #define MULTIBOOT_HEADER_FLAGS 0x00010003 |
37 | 37 | ||
38 | #define MULTIBOOT_LOADER_MAGIC 0x2BADB002 |
38 | #define MULTIBOOT_LOADER_MAGIC 0x2BADB002 |
39 | 39 | ||
40 | #endif |
40 | #endif |