Kernel

The kernel is the central part of any operating system and talks to the underlying hardware on a device. Where possible, the AOSP kernel is split into hardware-agnostic modules and vendor-specific modules. The foundation of the system, providing essential functionalities like memory management, device drivers, and process management.

Last updated