Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 1997 17:51:56 -0800
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        Don Yuniskis <dgy@rtd.com>
Cc:        freebsd-hackers@freefall.freebsd.org (FreeBSD hackers)
Subject:   Re: suggestion for kernel printk() ? 
Message-ID:  <6454.854070716@time.cdrom.com>
In-Reply-To: Your message of "Thu, 23 Jan 1997 10:46:39 MST." <199701231746.KAA04519@seagull.rtd.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>      But, apparently the kernel image no longer contains the complete
> text of the kernel configuration file!  :-(  This sure had made it easier
> to backtrack in the past.   Presumably, this has been removed to make the
> kernel's footprint smaller?

You need to explicitly select this feature now.  From LINT:

# This allows you to actually store this configuration file into
# the kernel binary itself, where it may be later read by saying:
#    strings /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL
#
options         INCLUDE_CONFIG_FILE     # Include this file in kernel

					Jordan



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