Changes between Version 23 and Version 24 of boot_loader
- Timestamp:
- Mar 21, 2015, 12:55:14 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
boot_loader
v23 v24 62 62 63 63 === step 0 === 64 Processor P(0,0,0) makes kernel_heap[x][y] array , TTY0 lock initialization, andbarrier initialization.64 Processor P(0,0,0) makes kernel_heap[x][y] array initialization, TTY0 lock initialization, and kernel barrier initialization. 65 65 66 66 === step 1 === … … 72 72 73 73 === step 3 === 74 Each processor P(x,y,p) completes its private idle_task context . Each processor P(x,y,p)starts its TICK timer if it has at least one task allocated. Processor P(0,0,0) initializes the kernel FAT.74 Each processor P(x,y,p) completes its private idle_task context, and starts its TICK timer if it has at least one task allocated. Processor P(0,0,0) initializes the kernel FAT. 75 75 76 76 === step 4 ===