Changes between Version 14 and Version 15 of WikiStart
- Timestamp:
- Oct 5, 2014, 12:54:57 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v14 v15 8 8 == __C) Shared kernel functions__ == 9 9 10 The boot code and the kernel code are two separated compilation units, but some utililityfunctions can be used by both the boot code and the kernel code:10 The boot code and the kernel code are two separated compilation units, but some ''common'' functions can be used by both the boot code and the kernel code: 11 11 12 === [wiki:kernel_utils variousutility functions] ===12 === [wiki:kernel_utils utility functions] === 13 13 14 === [wiki: 14 === [wiki:kernel_pmem physical memory allocators] === 15 15 16 === [wiki: 16 === [wiki:kernel_vmem virtual to physical address translation] === 17 17 18 18 == __Y) Boot Code__ ==