Home Tags Loadable kernel modules

Tag: Loadable kernel modules

Device Drivers, Part 17: Module Interactions

17
This article, which is part of the series on Linux device drivers, demonstrates various interactions with a Linux module. As Shweta and Pugs gear up...

Understanding a Kernel Oops!

13
Understanding a kernel panic and doing the forensics to trace the bug is considered a hacker's job. This is a complex task that requires...

Device Drivers, Part 2: Writing Your First Linux Driver in the...

138
This article, which is part of the series on Linux device drivers, deals with the concept of dynamically loading drivers, first writing a Linux...

Getting Started with RTLinux

5
This article deals with installing RTLinux, and creating a sample real-time module that can be loaded in it. An operating system is responsible for managing,...

SystemTap Tutorial, Part 1

1
This is the first of a two-part series on SystemTap, a dynamic method to monitor and trace the operations of a running Linux kernel....