Rev 534 | Rev 952 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 693 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef __ia32_BOOT_H__ |
29 | #ifndef __ia32_BOOT_H__ |
30 | #define __ia32_BOOT_H__ |
30 | #define __ia32_BOOT_H__ |
31 | 31 | ||
32 | #define BOOTSTRAP_OFFSET 0x8000 |
32 | #define BOOT_OFFSET 0x108000 |
33 | #define BOOT_OFFSET 0x100000 |
33 | #define AP_BOOT_OFFSET 0x8000 |
- | 34 | #define BOOT_STACK_SIZE 0x400 |
|
34 | 35 | ||
35 | #define MULTIBOOT_HEADER_MAGIC 0x1BADB002 |
36 | #define MULTIBOOT_HEADER_MAGIC 0x1BADB002 |
36 | #define MULTIBOOT_HEADER_FLAGS 0x00010003 |
37 | #define MULTIBOOT_HEADER_FLAGS 0x00010003 |
37 | 38 | ||
38 | #define MULTIBOOT_LOADER_MAGIC 0x2BADB002 |
39 | #define MULTIBOOT_LOADER_MAGIC 0x2BADB002 |