Changes between Version 34 and Version 35 of boot_procedure
- Timestamp:
- Jun 18, 2018, 4:47:32 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
boot_procedure
v34 v35 117 117 At this point, the boot-loader completed its job: 118 118 * The kernel code ''kcode'' and ''kdata'' segments are are loaded - in all clusters in the first ''offset'' physical pages. 119 * The hardware architecture described by the '''arch_info.bin'''file has been analyzed, and copied - in each cluster - in the '''boot_info_t''' structure, stored in the kdata segment.119 * The hardware architecture described by the '''arch_info.bin'''file has been analyzed, and copied - in each cluster - in the '''boot_info_t''' structure, stored in the kdata segment. 120 120 * Each local kernel instance can use all the physical memory that is not used to store the kernel ''kcode'' and ''kdata'' segments themselves. 121 121