*BSD News Article 96041


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!uunet!in1.uu.net!128.230.129.106!news.maxwell.syr.edu!europa.clark.net!smartdna!news.io.com!not-for-mail
From: Steve Coltrin <spcoltri@bermuda.io.com>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: BSD vs Linux
Date: 22 May 1997 17:30:29 -0500
Organization: Illuminati Online
Lines: 34
Message-ID: <ohkk9krjg1m.fsf@bermuda.io.com>
References: <337A4307.3BF9@vertexcomm.com>
	<87k9l1twjc.fsf@phaedrus.uchicago.edu> <5lnct0$47$2@klemm.gtn.com>
	<87lo5bmued.fsf@phaedrus.uchicago.edu> <5lqmua$dhs@news.webspan.net>
NNTP-Posting-Host: bermuda.io.com
X-Newsreader: Gnus v5.3/Emacs 19.31
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:41495

gpalmer@SPAM.webspan.net (Gary Palmer) writes:

> 	stephen farrell <stephen+usenet@farrell.org> writes:
 
> > 5. I like the /proc filesystem on linux.  I'm a big fan of flashing
> > lights and the /proc filesystem makes it trivial to write status
> > utilities.
> 
> That is relatively easy to emulate using either a much-customized
> portal fs or perhaps a linux_procfs. I do *NOT* want to touch /proc on
> FreeBSD, since it is meant to be a window onto the process table,
> filling it with junk is (IMHO) wrong, and I think Linux should have
> found another window onto the kernel for the odds and ends that are
> now in /proc

Like this? :)

MOUNT_KERNFS(8)         FreeBSD System Manager's Manual        MOUNT_KERNFS(8)

NAME
     mount_kernfs - mount the /kern file system

SYNOPSIS
     mount_kernfs [-o options] /kern mount_point

DESCRIPTION
     The mount_kern command attaches an instance of the kernel parameter
     namespace to the global filesystem namespace.  The conventional mount
     point is /kern. This command is normally executed by mount(8) at boot
     time.

[etc]

-spc