Changes between Version 2 and Version 3 of common_functions


Ignore:
Timestamp:
Dec 7, 2014, 6:17:00 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • common_functions

    v2 v3  
    55 * They are used by the kernel in the ''dynamic'' phase, to handle events such as interrupts, exceptions and syscalls.
    66
    7 === [wiki:kernel_cp0 CP0 registers access functions] ===
     7=== [wiki:kernel_cp0 CP0 registers access] ===
    88
    9 === [wiki:kernel_cp2 CP2 registers access functions] ===
     9=== [wiki:kernel_cp2 CP2 registers access] ===
    1010
    11 === [wiki:kernel_paddr Physical addressing functions] ===
     11=== [wiki:kernel_paddr Physical addressing] ===
    1212
    13 === [wiki:kernel_locks Locks access functions] ===
     13=== [wiki:kernel_locks Locks access] ===
    1414
    15 === [wiki:kernel_tty0 TTY0 access functions] ===
     15=== [wiki:kernel_tty0 TTY0 access] ===
    1616
    17 === [wiki:kernel_context Task context access functions] ===
     17=== [wiki:kernel_context Task context access] ===
    1818
    19 === [wiki:kernel_mapping Mapping access functions] ===
     19=== [wiki:kernel_mapping Mapping access] ===
    2020
    2121=== [wiki:kernel_pmem Physical memory allocators] ===
     
    2323=== [wiki:kernel_vmem Virtual to physical address translation] ===
    2424
    25 === [wiki:kernel_utils Miscelaneous kernel functions] ===
     25===[wiki:kernel_malloc Dynamic memory allocation] ===
     26
     27=== [wiki:kernel_miscelaneous Miscelaneous] ===