Subject: Re: Lastest (19980322) current kernel status
To: David <dmf20@hermes.cam.ac.uk>
From: Erik E. Fair <fair@clock.org>
List: port-arm32
Date: 04/19/1998 17:36:31
Assuming your kernel has KERNFS and PROCFS turned on, these entries in
/etc/fstab should do the job:

procfs     /proc           procfs  rw 0 0
kernfs     /kern           kernfs  rw 0 0

then you can "mount /kern" and "mount /proc" and the magic will happen (oh,
those directories have to exist, too).

	Erik <fair@clock.org>