Linux Dynamic Library Concepts
This explains static,dynamically Linked libraries, Dynamically loaded modules,ldconfig and GDB working.
Embedded Debugging Concepts@GDB
This covers step-by-step debugging with GDB , View Registers/Memory,Breakpoints,Watchpoints,Catchpoints,Attach to running process
Device Drivers
Introduction Hello readers! I was quite fascinated by what are device drivers and how do they work. Pursuing that I
Linux Device Driver Book : Where Kernel meets hardware