/dev/hello_world: A Simple Introduction to Device Drivers under LinuxLinux DevCenter

Posted on July 5, 2007 by Valerie Henson.
Categories: Contributors.
tile imageFor many seasoned Linux developers, device drivers still remain a bit of a mysterious black art practiced by a select few. While no single article could possibly attempt to covered everything there is to know about writing drivers, Valerie Henson gives us a brief taste of what's involved, by implementing a device to return "Hello World" using all the major driver frameworks.