Rev 1787 | Rev 1852 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1787 | Rev 1790 | ||
---|---|---|---|
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__ |
9 | #define __LINKER__ |
10 | #include <arch/boot/boot.h> |
10 | #include <arch/boot/boot.h> |
11 | 11 | ||
12 | ENTRY(kernel_image_start) |
12 | ENTRY(kernel_image_start) |
13 | 13 | ||
14 | SECTIONS { |
14 | SECTIONS { |