Linux

Linux Dynamic Library Concepts

This explains static,dynamically Linked libraries, Dynamically loaded modules,ldconfig and GDB working.

0 comments

Embedded Debugging Concepts@GDB

This covers step-by-step debugging with GDB , View Registers/Memory,Breakpoints,Watchpoints,Catchpoints,Attach to running process

0 comments

Device Drivers

Introduction Hello readers! I was quite fascinated by what are device drivers and how do they work. Pursuing that I

Continue reading

0 comments

Linux Device Driver Book : Where Kernel meets hardware