Changes between Version 23 and Version 24 of boot_loader


Ignore:
Timestamp:
Mar 21, 2015, 12:55:14 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • boot_loader

    v23 v24  
    6262
    6363=== step 0 ===
    64 Processor P(0,0,0) makes kernel_heap[x][y] array, TTY0 lock initialization, and barrier initialization.
     64Processor P(0,0,0) makes kernel_heap[x][y] array initialization, TTY0 lock initialization, and kernel barrier initialization.
    6565
    6666=== step 1 ===
     
    7272
    7373=== 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.
     74Each 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.
    7575
    7676=== step 4 ===