Subject: Re: Kernel environment?
To: None <nyef@softhome.net>
From: Robert Swindells <rjs@fdy2.demon.co.uk>
List: port-mac68k
Date: 06/18/2003 22:53:29
Alastair Bridgewater wrote:
>Is there any way to capture the environment buffer passed from the booter 
>to the kernel after the system has started?

You will need to save it somewhere since the kernel will reuse the
space once vm is turned on.

Just copy it into a static buffer somewhere in getenvvars() in
sys/arch/mac68k/mac68k/machdep.c

Robert Swindells