Changeset 6a6cd55 in rtems
- Timestamp:
- 09/28/01 23:14:23 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- af536c96
- Parents:
- 194b5c7
- Location:
- c/src/lib/libbsp/mips/p4000
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/mips/p4000/ChangeLog
r194b5c7 r6a6cd55 1 2001-09-28 Joel Sherrill <joel@OARcorp.com> 2 3 * start/start.S: Invoke boot_card() not main(). 4 1 5 2001-09-27 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/lib/libbsp/mips/p4000/start/start.S
r194b5c7 r6a6cd55 71 71 ** 11) Execute initialization code if the IDT/c library is to be used 72 72 ** 73 ** 12) Jump to user's "main()" 73 ** 12) Jump to user's "main()" (boot_card() for RTEMS) 74 74 ** 13) Jump to promexit 75 75 ** … … 288 288 289 289 290 jal main290 jal boot_card 291 291 292 292 jal idtsim_promexit
Note: See TracChangeset
for help on using the changeset viewer.