Debugging Linux Kernel and Applications
Over on Embedded Star is an article about debugging Linux kernel and applications. The increasing popularity of high-speed 32-bit ARM based microcontrollers allowed Linux to enter the world of embedded devices. That is why the need for debugging its kernel and applications have become essential. Since Linux is a true multi-process operating system, it utilizes a Memory Management Unit (MMU) to give each process a separate memory space. The MMU is also responsible for the protection of each process's memory space against each other. The switching among different processes complicates debugging, so the aticle will show you how to debug Linux kernel and applications.
If you found this page useful, bookmark and share it on:
Possibly of Interest
- An Easy Way to Debug Embedded Linux Webinar
- Debugging Embedded Linux The Easy Way Webinar
- Windows CE 6.0 Beta Released
- NightStar LX Tools for Ubuntu Linux
- Vision 2007 Embedded Linux Developers Conference
If you are familiar with RSS feeds, you can also sign up for our free blog feed. Our RSS feed is updated in real-time while our newsletter is updated daily.
