ADMIN - Explore the new world of system administration! Special introductory offer! Order by September 30th to save 10% off the regular subscription price! Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:
network security
system management
troubleshooting
performance tuning
virtualization
cloud computing
on Windows, Linux, Solaris, and popular varieties of Unix.
Author(s): BY EVA-KATHARINA KUNST AND JÜRGEN QUADE
New versions of the Linux kernel will support a special userspace driver
model, but some technical pitfalls might limit the use of this interesting new feature.
For years, developers had little success convincing Linus Torvalds of the need for a programming interface for userspace drivers. A userspace driver needs to provide application program interfaces for hardware access, like any other driver; however, the userspace driver operates from the application layer, so it runs in non-privi leged mode. Now Linus has finally given up his resistance. The future kernel 2.6.23 will permit userspace drivers, and it will provide a kernel interface for them . The code originated with Greg Kroah-Hart-man and his Industrial IO interface.
Comments