Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2004 13:17:06 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        John Shelton <shelton@onr.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: kernel ident
Message-ID:  <20040919121706.GG51161@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <414CDC93.9020603@onr.com>
References:  <414CDC93.9020603@onr.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--HKEL+t8MFpg/ASTE
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Sep 18, 2004 at 07:10:43PM -0600, John Shelton wrote:
> the kernel configuration file contains the option 'ident.'
>=20
> is the value of ident hardcoded into the kernel?
>=20
> 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...stopp=
ed
    Waiting (max 60 seconds) for system process `syncer' to stop...stopped
   =20
    syncing disks... 21=20
    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 reserve=
d.
    FreeBSD 4.10-STABLE #82: Sun Sep  5 12:08:24 BST 2004
        root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/H=
APPY-IDIOT-TALK

See config(8) for more details.

	Cheers,

	Matthew

--=20
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

--HKEL+t8MFpg/ASTE
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBTXjCiD657aJF7eIRAgFIAKCsGTUFtKBWogxhxjDXGJybbzj46ACdGNRL
AcbWy/zlV8Nz90HUVM0v3j4=
=lsbS
-----END PGP SIGNATURE-----

--HKEL+t8MFpg/ASTE--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040919121706.GG51161>