Rev 1787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1787 | Rev 2089 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | * kernel text |
4 | * kernel text |
5 | * kernel data |
5 | * kernel data |
6 | * |
6 | * |
7 | */ |
7 | */ |
8 | 8 | ||
9 | #define __ASM__ |
- | |
10 | - | ||
11 | ENTRY(kernel_image_start) |
9 | ENTRY(kernel_image_start) |
12 | 10 | ||
13 | SECTIONS { |
11 | SECTIONS { |
14 | .image 0xe000000000100000: AT (0x0000000000100000) { |
12 | .image 0xe000000000100000: AT (0x0000000000100000) { |
15 | ktext_start = .; |
13 | ktext_start = .; |