An Intro to kernel Dev
build and run kernel.
· 5 min read
I'm a security engineer focused on low‑level networking, process/thread scheduling, and memory management at the kernel level. This site hosts notes, deep dives, and practical experiments around Linux internals and related subsystems.
build and run kernel.
· 5 min read
understand what bootloader does.
· 5 min read
understand why do we need interrupts.
· 15 min read
understanding how a Simple Scheduler works.
· 15 min read
Debugging Tips & Common Issues
· 5 min read
why do we need a MMU?
· 5 min read
Setup and Enabling MMU Unit
· 5 min read
Table Layout and Debugging MMU
· 15 min read
More Debugging MMU
· 15 min read
PA to VA Jump
· 5 min read
DTB Parsing
· 10 min read
Linker Script Debugging
· 10 min read
Low Level Page Allocator/DeAllocator Implementation.
· 10 min read