Changeset e84439a in mainline for arch/mips/boot/boot.S
- Timestamp:
- 2005-09-06T08:51:22Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e949fd6
- Parents:
- 39ae77b
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/boot/boot.S
r39ae77b re84439a 33 33 .set nomacro 34 34 35 #include <arch/asm/boot.h> 36 35 37 .global start 36 38 start: 37 # move 0x80000000 to reg $838 lui $8, 0x800039 lui $ra, KERNEL_STARTUP_ADDRESS >> 16 40 ori $ra, KERNEL_STARTUP_ADDRESS & 0xffff 39 41 40 # prepare stack 41 lui $29, 0x8100 42 43 j $8 42 j $ra 44 43 nop
Note:
See TracChangeset
for help on using the changeset viewer.