> Something actually was changed at some point perhaps?
> On i386, kernelname is dug out of bootinfo and copied
> (in assembler).
> 
> On alpha:
> 
>         p = getenv("kernelname");
>         if (p)
>                 strncpy(kernelname, p, sizeof(kernelname) - 1);
>  
> 
> Did the loader used to set kernelname as an environment variable?

It should still do it. (The forth code handles this)  My only Alpha is 
running -stable, and $kernelname is set correctly there (see the output 
of 'kenv').

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]
           V I C T O R Y   N O T   V E N G E A N C E




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to