Changes

Jump to navigation Jump to search
8 bytes added ,  19:34, 28 January 2016
no edit summary
Line 1: Line 1: −
The kernel is the core of the operating system(s) running on the ARM9 and ARM11 CPUs. Among other things, it is responsible for memory management, access control, and process scheduling. It furthermore provides userland applications with fundamental functionality like memory allocation, [[Multi-threading|multithreading]], and interprocess communication.
+
The kernel is the core of the operating system(s) running on the ARM9 and ARM11 CPUs. Among other things, it is responsible for memory management, access control, and process scheduling. It furthermore provides userland applications with fundamental functionality like memory allocation, [[Multi-threading|multithreading]], and [[IPC|interprocess communication]].
    
The kernel is part of the [[FIRM|system firmware]] and as such is initialized during the [[Bootloader|boot procedure]].
 
The kernel is part of the [[FIRM|system firmware]] and as such is initialized during the [[Bootloader|boot procedure]].
    
The functionality provided by the kernel to userland applications is exposed via [[SVC|supervisor calls]]. Internally, the implementation of this ABI uses an object-oriented hierarchy of [[:Category:Kernel_objects|objects]].
 
The functionality provided by the kernel to userland applications is exposed via [[SVC|supervisor calls]]. Internally, the implementation of this ABI uses an object-oriented hierarchy of [[:Category:Kernel_objects|objects]].
254

edits

Navigation menu