kernel ident

Matthew Seaman m.seaman at infracaninophile.co.uk
Sun Sep 19 05:17:13 PDT 2004


On Sat, Sep 18, 2004 at 07:10:43PM -0600, John Shelton wrote:
> the kernel configuration file contains the option 'ident.'
> 
> is the value of ident hardcoded into the kernel?
> 
> just curious. thanks.

Yes it is, but indirectly.  The 'ident' setting should be the same as
the filename you use for the kernel config, and controls the name of
the subdirectory where that kernel is compiled and linked.  That
directory name is one of the very first things the kernel prints out
on boot up:

    % head -11 /var/run/dmesg.boot
    Waiting (max 60 seconds) for system process `vnlru' to stop...stopped
    Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped
    Waiting (max 60 seconds) for system process `syncer' to stop...stopped
    
    syncing disks... 21 
    done
    Copyright (c) 1992-2004 The FreeBSD Project.
    Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
            The Regents of the University of California. All rights reserved.
    FreeBSD 4.10-STABLE #82: Sun Sep  5 12:08:24 BST 2004
        root at happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK

See config(8) for more details.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040919/dd931d91/attachment.bin


More information about the freebsd-questions mailing list