[net.unix-wizards] avoiding kernel memory tomfoolery

mo@Lbl-Unix (12/30/82)

From: mo at Lbl-Unix (Mike O'Dell [system])
Date: 29 Dec 1982 14:54:35-PST
Many years ago, George Goble solved the kmem problem with a thing called
the table driver - minor devs specify which table (proc, inode, etc.)
it reads up.  It is MUCH faster than the fuibytes done on 11's,
and MUCH cleaner.  I would strongly recommend it be adopted to generally
solve the problem.
	-Mike