Date: Thu, 07 Oct 1999 15:40:19 +0930 (CST) From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: The Hermit Hacker <scrappy@hub.org> Cc: freebsd-current@freebsd.org Subject: RE: modules: how to use? Message-ID: <XFMail.991007154019.doconnor@gsoft.com.au> In-Reply-To: <Pine.BSF.4.10.9910070253100.393-100000@thelab.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 07-Oct-99 The Hermit Hacker wrote: > Looking in /modules, I saw 'procfs', so, cool, a place to start...remove > "options PROCFS" from kernel config, rebuild, install and reboot ... > so, I figure that I somehow have to tell the kernel to load that module? Well its a kld.. You don't have to reboot.. Since its a VFS module mount will load it automatically anyway.. Maybe a better place to start would be linux emulation.. The 'linux' shell script basically does a kldload linux Have a look at /boot/defaults/loader.conf for stuff you can load as a module before the kernel is executed. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.991007154019.doconnor>