Changeset 392 for soft/giet_vm/giet_boot
- Timestamp:
- Aug 11, 2014, 9:23:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_boot/boot.c
r369 r392 1283 1283 // - In Step 1, it initialises the _schedulers[] pointers array, and scan 1284 1284 // the processors to initialise the schedulers, including the 1285 // idle_task context (ltid == 14) andHWI / SWI / PTI vectors.1285 // idle_task context, and the HWI / SWI / PTI vectors. 1286 1286 // - In Step 2, it scan all tasks in all vspaces to complete the tasks contexts, 1287 1287 // initialisation as specified in the mapping_info data structure. … … 1457 1457 // - it uses the page table of vspace[0] 1458 1458 // - it uses the kernel TTY terminal 1459 // - slots containing addresses (SP, RA, EPC , PTAB, PTPR)1460 // must be re-initialised by kernel_parallel_init()1459 // - slots containing addresses (SP, RA, EPC) 1460 // must be initialised by kernel_init() 1461 1461 1462 1462 psched[lpid].context[IDLE_TASK_INDEX][CTX_CR_ID] = 0;
Note: See TracChangeset
for help on using the changeset viewer.