Changes between Version 2 and Version 3 of common_functions
- Timestamp:
- Dec 7, 2014, 6:17:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
common_functions
v2 v3 5 5 * They are used by the kernel in the ''dynamic'' phase, to handle events such as interrupts, exceptions and syscalls. 6 6 7 === [wiki:kernel_cp0 CP0 registers access functions] ===7 === [wiki:kernel_cp0 CP0 registers access] === 8 8 9 === [wiki:kernel_cp2 CP2 registers access functions] ===9 === [wiki:kernel_cp2 CP2 registers access] === 10 10 11 === [wiki:kernel_paddr Physical addressing functions] ===11 === [wiki:kernel_paddr Physical addressing] === 12 12 13 === [wiki:kernel_locks Locks access functions] ===13 === [wiki:kernel_locks Locks access] === 14 14 15 === [wiki:kernel_tty0 TTY0 access functions] ===15 === [wiki:kernel_tty0 TTY0 access] === 16 16 17 === [wiki:kernel_context Task context access functions] ===17 === [wiki:kernel_context Task context access] === 18 18 19 === [wiki:kernel_mapping Mapping access functions] ===19 === [wiki:kernel_mapping Mapping access] === 20 20 21 21 === [wiki:kernel_pmem Physical memory allocators] === … … 23 23 === [wiki:kernel_vmem Virtual to physical address translation] === 24 24 25 === [wiki:kernel_utils Miscelaneous kernel functions] === 25 ===[wiki:kernel_malloc Dynamic memory allocation] === 26 27 === [wiki:kernel_miscelaneous Miscelaneous] ===