Keyronex Keyronex manual pages

INTRO(9) Kernel Developer's Manual INTRO(9)

introIntroduction to Keyronex kernel internals

This section contains documentation related to the internals of the kernel. It covers kernel facilities and functions that are relevant to developers of the kernel, drivers, and modules.

These manual pages are intended to be the primary reference for kernel programming and a practical complement to in-source documentation, which focuses on theoretical and design aspects.

Below are presented sections for each high-level division of the kernel, containing links to individual subsystems and functions.

ipl(9)
Interrupt Priority Level mechanism.
dpc(9)
Deferred Procedure Call mechanism.
locking(9)
Introduction to locking and synchronisation mechanisms.
spinlock(9)
Spin lock mutual exclusion mechanism.
rcu(9)
Read-Copy-Update work deferral mechanism.
ke_wait(9)
Dispatcher object waiting mechanism. (See also the dispatcher objects kevent(9), kmutex(9), ksemaphore(9), and ktimer(9).

The Keyronex kernel manual pages were begun on October the 5th, 2024.

October 5, 2024 Debian