Rev 2511 | Rev 2558 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2511 | Rev 2519 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | .global start |
34 | .global start |
| 35 | start: |
35 | start: |
| 36 | 36 | ||
| 37 | mov ar.rsc = r0 |
37 | mov ar.rsc = r0 |
| 38 | # movl r8 = (VRN_KERNEL << VRN_SHIFT) ;; |
38 | # movl r8 = (VRN_KERNEL << VRN_SHIFT) ;; |
| 39 | movl r1 = 0x100000 |
39 | movl r1 = 0x4400000 |
| 40 | movl r8 = initial_stack ;; |
40 | movl r8 = initial_stack ;; |
| 41 | mov ar.bspstore = r8 |
41 | mov ar.bspstore = r8 |
| 42 | loadrs |
42 | loadrs |
| 43 | 43 | ||
| 44 | # initialize memory stack to some sane value |
44 | # initialize memory stack to some sane value |