Kernel: Difference between revisions

Neobrain (talk | contribs)
Start the page to connect some relevant wiki pages with each other.
 
Neobrain (talk | contribs)
m mediawiki plz.
Line 3: Line 3:
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]].