Changes between Version 27 and Version 28 of boot_procedure
- Timestamp:
- May 3, 2017, 7:03:51 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
boot_procedure
v27 v28 3 3 [[PageOutline]] 4 4 5 == __A)General Principles__5 == A) __General Principles__ 6 6 7 7 The ALMOS-MKH boot procédure can be decomposed in two phases: … … 29 29 We describe below the boot_loader for the TSAR architecture, the boot_loader for the I86 architecture, and the generic kernel initialization procedure. 30 30 31 == __B)Boot-loader for the TSAR architecture__ ==31 == B) __Boot-loader for the TSAR architecture__ == 32 32 33 33 The TSAR boot-loader uses an OS-independant '''pre-loader''', stored in an external ROM, and in charge of loading the TSAR … … 117 117 TODO 118 118 119 == D) Generic kernel initialization procedure119 == D) __Generic kernel initialization procedure__ == 120 120 121 121 The kernel_init( boot_info_t * info ) function is the kernel entry point when the boot_loader transfer control to kernel. … … 129 129 The kernel initialization procedure execute sequentially the following steps: 130 130 131 === __D1) Core and cluster identification__===131 === D1) Core and cluster identification === 132 132 133 133 Each core has an unique hardware identifier, called '''gid''', that is hard-wired in a read-only register.