Changes between Version 24 and Version 25 of WikiStart


Ignore:
Timestamp:
Oct 9, 2014, 10:21:34 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v24 v25  
    4343The 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:
    4444
    45 === [wiki:kernel_utils C1) Utility functions] ===
     45=== [wiki:kernel_utils utility functions] ===
    4646
    47 === [wiki:kernel_pmem C2) Physical memory allocators] ===
     47=== [wiki:kernel_cp0 CP0 registers access] ===
    4848
    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] ===
    5062
    5163== __Y) Boot-loader functions__ ==