Changeset 4e1d008 in mainline for arch/mips/boot/boot.s
- Timestamp:
- 2005-05-08T15:13:43Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c4a5207f
- Parents:
- ca90d65
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/boot/boot.s
rca90d65 r4e1d008 34 34 35 35 start: 36 37 36 # move 0x80000000 to reg $8 37 lui $8, 0x8000 38 38 39 40 39 # prepare stack 40 lui $29, 0x8100 41 41 42 43 42 j $8 43 nop
Note:
See TracChangeset
for help on using the changeset viewer.