Changes between Version 27 and Version 28 of boot_procedure


Ignore:
Timestamp:
May 3, 2017, 7:03:51 PM (7 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • boot_procedure

    v27 v28  
    33[[PageOutline]]
    44
    5 == __A) General Principles__
     5== A) __General Principles__
    66
    77The ALMOS-MKH boot procédure can be decomposed in two phases:
     
    2929We describe below the boot_loader for the TSAR architecture, the boot_loader for the I86 architecture, and the generic kernel initialization procedure.
    3030
    31 == __B) Boot-loader for the TSAR architecture__ ==
     31== B) __Boot-loader for the TSAR architecture__ ==
    3232
    3333The TSAR boot-loader uses an OS-independant '''pre-loader''', stored in an external ROM, and in charge of loading the TSAR
     
    117117TODO
    118118
    119 == D) Generic kernel initialization procedure
     119== D) __Generic kernel initialization procedure__ ==
    120120
    121121The kernel_init( boot_info_t * info ) function is the kernel entry point when the boot_loader transfer control to kernel.
     
    129129The kernel initialization procedure execute sequentially the following steps:
    130130
    131 === __D1) Core and cluster identification__ ===
     131=== D1) Core and cluster identification ===
    132132
    133133Each core has an unique hardware identifier, called '''gid''', that is hard-wired in a read-only register.