Subject: re: when to sysctl and when not to?
To: Simon Burge <simonb@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 06/16/2000 14:18:17
   
   
   There's scope to go even further and use
   
   	if (memf == NULL || strcmp(memf, _PATH_MEM) == 0)


i think this may be going too far.


perhaps we could document in the kvm commands that if you do
pass a memory file, you want to use kvm-style accesses...