Subject: "low level" access for testing
To: None <port-mac68k@NetBSD.ORG>
From: John P. Wittkoski <jpw@netscape.com>
List: port-mac68k
Date: 10/03/1996 14:32:13
Greeting kernel-builders,

Making changes to driver code, and rebooting to test is
very time consuming. I have been doing some code testing under
MacOS for the ADB code, but this is often plagued by problems
because I have to be careful not to conflict with anything it's
doing either.

So the question is:

Is there anyway to compile a code snippet from with NetBSD,
and then run it, as if it was part of the kernel? That means
access to all memory, etc. That way, perhaps I won't have to
reboot twice for every little change I attempt with the ADB
code.

Any insight is appreciated.

	--John