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