Changes between Version 67 and Version 68 of WikiStart


Ignore:
Timestamp:
Nov 5, 2014, 5:59:00 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v67 v68  
    2222== __B) [wiki:boot_loader Boot Procedure]__ ==
    2323
    24 The boot procedure is done in three phases: (i) The generic ''reset'' code (hard-coded in the external ROM) is executed by processor (0,0,0), and load the ''boot-loader'' code from the hard disk to the physical memory. (ii) The ''boot-loader'' is executed by processor (0,0,0). It load the ''map.bin'' file, build the page tables, initializes the schedulers as specified in the mapping, initializes the peripherals, and load the kernel code, as well as the user application(s) code into memory. (iii) Finally, the ''kernel_init()'' function is executed by all processors, and completes the kernel initialisation.
     24This section describes the three phases boot procedure.
    2525
    2626== __C) [wiki:common_functions Kernel Utility functions]__ ==