[698] in NetBSD-Development
Re: granola's kernel
daemon@ATHENA.MIT.EDU (John Kohl)
Tue Mar 28 00:29:57 1995
Date: Tue, 28 Mar 1995 00:29:34 -0500
From: John Kohl <jtk@atria.com>
To: mycroft@ai.mit.edu
Cc: jtkohl@MIT.EDU, netbsd-dev@MIT.EDU
In-Reply-To: <199503280443.XAA13948@duality.gnu.ai.mit.edu> (mycroft@ai.mit.edu)
Well, after some fits and starts, granola is back to the old kernel.
You cannot mix old kernel and new libafs, because AFS looks at stuff
which has moved in the proc structure. If you want to use previous
kernels, be sure to put back the old libafs (libafs1_0A.good.o) first!
/bin/ps matches the running kernel. /usr/local/bin/ps matches the old
kernel(s), I believe. /bin/ps.current also seems to match the old
kernel. Why do we have both?
==John