Rev 970 | Rev 990 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 970 | Rev 987 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | #include <arch/asm/regname.h> |
29 | #include <arch/asm/regname.h> |
| 30 | #include <arch/asm/spr.h> |
30 | #include <arch/asm/spr.h> |
| 31 | #include <arch/boot/boot.h> |
31 | #include <arch/boot/boot.h> |
| 32 | #include <arch/boot/memmap.h> |
32 | #include <arch/boot/memmap.h> |
| 33 | 33 | ||
| 34 | .section K_TEXT_START |
34 | .section K_TEXT_START, "ax" |
| 35 | 35 | ||
| 36 | .global kernel_image_start |
36 | .global kernel_image_start |
| 37 | kernel_image_start: |
37 | kernel_image_start: |
| 38 | 38 | ||
| 39 | # r10 contains physical address to memmap_t |
39 | # r10 contains physical address to memmap_t |