The Linux kernel debugger (KDB) allows you to debug the Linux kernel. This aptly named tool is essentially a patch to the kernel code that lets hackers access kernel memory and data structures. One of ...
Embedded Linux as an operating system for modern ARM processors? Maybe not such a bad idea? Linux is a multitasking operating system and therefore, each process must be assigned its own process ...
Hey all. I was wondering if you know of any debugging, tracing, benchmarking, monitoring etc. tools that are available for kernel modules. I basically want to be able to monitor what a kernel module ...