I did something recently I haven’t done in a long time: I recompiled the Linux kernel. There was a time when this was a common occurrence. You might want a feature that the default kernel didn’t ...
Kernel modules are chunks of code that are loaded and unloaded into the kernel as needed, thus extending the functionality of the kernel without requiring a reboot. In fact, unless users inquire about ...
Up until about 10 years ago I wrote a lot of Linux device drivers. The last one I wrote was in '03, needless to say I'm out of practice (and out of date, that was for a 2.4 kernel). I've got 2 ...
ARM has brought out an Embedded Linux Education Kit to train students and future engineers on Linux development. The kit includes full courseware on how to develop embedded Linux products, including ...
This course provides an introduction to Kernel programming for the Linux operating system, and the development of Linux kernel drivers for Embedded devices. The Yocto build system is introduced, which ...