Building a Simple Linux Kernel Object Cache with the SLAB Allocator: From Module Signing to Cleanup
Building a Simple Linux Kernel Object Cache Using SLAB Allocator
Linux kernel development is very different from user-space programming.
In user space, developers typically use:
malloc();
free();
Ins
devnation.joshisfitness.com6 min read