What you need to know about custom kernels

With an incredible 13 million lines of code, the Linux kernel is one of the biggest open source projects in the world, possibly. Initially put together by Trovalds, the originally intended Linux kernel currently supports about 30 different architectures with no cross-platform intentions.
If you’re on XDA, you probably have heard about kernels before. The amazing custom kernel that offers a lot of features including but not limited to, more battery life, a smoother interface, maybe exFAT or OTG support, custom color controls, wake-up gestures etc. So, what exactly are custom kernels, and where did a kernel’s entire image get into Android?
Since the inception of computers and devices, there has been a three-tier interaction model.

As you can see, either way the kernel arrives at the second tier. That means that the kernel is the middle man if there is any contact between the operating system and the hardware (such as a volume increase trigger) or between the hardware and the operating system (such as an insertion of a USB device).
So, the next time you increase the volume on your Android device, what actually happens is that Android sends a request to the kernel indicating that the volume needs to be increased, and since the kernel manages the hardware, it raises the voltage for the speaker (which translates loosely into sending a request for a ‘ volume increase ‘ to the speaker); or the time you plug-in a USB device into your OTG-enab
The boot sequence for an Android device looks something like this:
BIOS->Bootloader->Kernel->Operating System.
Google wanted to go with the linux kernel when Android was brought up, a move that was rightly made. The’ mainline’ linux kernel is the kernel used in desktops that can be compiled and run from the linux branch of Trovalds, whereas the kernel of Android is a fork with (relatively) few additions off this mainline kernel. The key reason we can’t run the mainline kernel (the one running on desktops) is due to the lack of support for some of those elements that are required for Android.
- The android binder, an Android-specific interprocess communication mechanism, and remote method invocation system. If android decides to write to the display, the OS and the GPU talk through the binder. That should fairly give the idea that *almost* all communications are made through binders.
- ashmem/pmem/ion: memory allocators specifically designed for android
- logger: to write various logs like kmsg, radio, events, etc.
- wakelocks: ever wondered why you get that facebook message on your phone even though it seems to be turned off? voilà. wakelocks at work. (psst. the facebook for Android application holds a LOT of wakelocks, but that’s discussion for another day)
- oom handling: OOM stands for Out Of Memory. Since Android devices run low on memory, this is a process killer, the Linux LMK (Low Memory Killer). This is what prevents the device from hanging up by clearing a few running background apps when you open too many of them.
- support for YAFFS/JFFS/ file systems: If you’re running older devices, you are probably running a device with flash file systems. These are different from the conventional ext2/3 file systems, and need to be supported by the kernel.
There are various custom kernels to choose from, giving you a plethora of choices. You can either go for a high-performance, overclocked gaming kernel or a battery booster under-clocked, or go with a fair share of both. If you can’t decide, you can go ahead very well and build your own custom kernel with the features that you like since most OEMS release the kernel sources for their devices.

Google Pixel Watch 4

Google Pixel 9

Samsung Galaxy Watch 8
Comments & Discussions
Join the conversation! We use Disqus to handle comments. Click the button below to load the comment section.
Keep Reading
Six days after Android 17’s stable rollout began on June 16, a growing number of Pixel owners are dealing with a touchscreen bug that makes their devices genuinely unreliable. Swipes invert direction, taps either fail to register or fire multiple times, and screens go briefly unresponsive before recovering. Google has confirmed the bug and says […]

Motorola Quick Launch lets users double-tap the back of the phone to trigger a custom action without touching the screen. According to AT&T’s support documentation for the Razr+ 2025, when Quick Launch is enabled, that double-tap can perform actions like taking a screenshot or returning to the home screen. That specific wording — “certain options […]

If a Samsung phone occasionally shows a small flashing dot – or several – on the display, the proximity sensor is almost certainly the cause. These dots typically appear near the top center of the screen and become most visible during phone calls, when the under-display sensor is actively working. It’s worth distinguishing these from […]

Samsung builds the Galaxy Watch on the assumption that most people want some level of health and fitness tracking. That may be true for many users – but even if it describes you, there are several health settings running in the background that you might never actually check. If that data isn’t being used, there’s […]

Portable tech exists on a spectrum. A desktop setup stays home. A laptop travels. A phone handles the street-level stuff. And when even pulling out a phone to skip a song feels like too much effort, a smartwatch steps in. It’s the layer of tech that lives on your wrist, always available without the friction. […]

Before USB-C came along in 2014, smartphones relied on mini USB, micro USB, or Apple’s proprietary Lightning port. Android devices made the switch to USB-C early on — the Nokia N1 tablet was one of the first devices to feature the reversible connector — and Apple eventually followed suit, dropping Lightning with the iPhone 15 […]



