Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.eng.convex.com!newshost.convex.com!newsgate.duke.edu!news.mathworks.com!newsfeed.internetmci.com!howland.reston.ans.net!newsjunkie.ans.net!newsfeeds.ans.net!lantana.singnet.com.sg!nuscc.nus.sg!leonis.nus.sg!cwclys From: Peter <cwclys@leonis.nus.sg> Newsgroups: comp.unix.bsd.bsdi.misc,comp.unix.bsd.freebsd.misc,comp.unix.bsd.misc,comp.unix.bsd.netbsd.misc Subject: Help: Loadable module in bsd? Date: Tue, 2 Jul 1996 12:47:33 +0800 Organization: National University of Singapore Lines: 11 Message-ID: <Pine.OSF.3.91.960702124121.10093B-100000@leonis.nus.sg> NNTP-Posting-Host: cwclys@leonis.nus.sg Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Xref: euryale.cc.adfa.oz.au comp.unix.bsd.bsdi.misc:4198 comp.unix.bsd.freebsd.misc:22625 comp.unix.bsd.misc:1190 comp.unix.bsd.netbsd.misc:3902 Does freebsd / netbsd have support for loadable modules, as in Linux? If I will to write a module (i.e.something likes protocol converter) between the IP and the network card driver, how can I do it in freebsd / netbsd? Using stream???? Any comments/suggestions are welcomed. Thank in advance.