Changes between Version 24 and Version 25 of WikiStart
- Timestamp:
- Oct 9, 2014, 10:21:34 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v24 v25 43 43 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: 44 44 45 === [wiki:kernel_utils C1) Utility functions] ===45 === [wiki:kernel_utils utility functions] === 46 46 47 === [wiki:kernel_ pmem C2) Physical memory allocators] ===47 === [wiki:kernel_cp0 CP0 registers access] === 48 48 49 === [wiki:kernel_vmem C3) Virtual to physical address translation] === 49 === [wiki:kernel_cp2 CP2 registers access] === 50 51 === [wiki:kernel_paddr Physical addressing] === 52 53 === [wiki:kernel_locks Locks access] === 54 55 === [wiki:kernel_tty0 TTY access] === 56 57 === [wiki:kernel_context Tasks context access] === 58 59 === [wiki:kernel_pmem Physical memory allocators] === 60 61 === [wiki:kernel_vmem Virtual to physical address translation] === 50 62 51 63 == __Y) Boot-loader functions__ ==