Kernel: Difference between revisions

Neobrain (talk | contribs)
mNo edit summary
Neobrain (talk | contribs)
No edit summary
Line 4: Line 4:


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]].
Low-level system information is exposed by the kernel via mapping the [[Configuration Memory]] page in all processes.