Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Operating Systems Software Linux

The Linux Networking Stack Exposed 69

An anonymous reader writes "The Linux source code is a great way to learn about the design of device drivers for a multitude of device types, including network device drivers. This article will show you the basic architecture of the Linux networking stack and dig into its interfaces for system calls, protocols, and device drivers."
This discussion has been archived. No new comments can be posted.

The Linux Networking Stack Exposed

Comments Filter:
  • by feld ( 980784 ) on Monday August 13, 2007 @12:42PM (#20213453)
    yeah, but learning how to write device drivers for Minix is a pretty useless skill.

    The point of this is to teach people a useful skill so they can help the Linux community. If the goal here was teaching people how to write general device drivers it wouldn't be centered around Linux.
  • by assantisz ( 881107 ) on Monday August 13, 2007 @01:46PM (#20214283)

    yeah, but learning how to write device drivers for Minix is a pretty useless skill.

    What? As long as you learn the concepts you will do just fine. And Minix is a fine example of how to study the principles and concepts of operating system design. Once you understand the basics you can go ahead and get your feet dirty in Linux, Solaris, Mac OS, Windows, whatever you like.

"God is a comedian playing to an audience too afraid to laugh." - Voltaire

Working...