Changeset 263 for soft/giet_vm/giet_kernel/switch.s
- Timestamp:
- Dec 19, 2013, 9:36:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_kernel/switch.s
r258 r263 2 2 * This function receives two arguments that are the current task context 3 3 * (virtual) addresses and the next task context (virtual) address. 4 * 5 * TODO (AG) Il semble possible de limiter le nombre de registres à sauver: 6 * - s0 à s8 ($16 à $23 + $30) 7 * - sp ($29) 8 * - ra ($31) 9 * - hi et lo 10 * - sr 11 * - epc 12 * - ptpr 4 13 ******************************************************************************/ 5 14
Note: See TracChangeset
for help on using the changeset viewer.