Added new kernel source file 'config.c'. This file is generated by config(8),
authorPoul-Henning Kamp <phk@FreeBSD.org>
Wed, 1 Jun 1994 09:50:09 +0000 (09:50 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Wed, 1 Jun 1994 09:50:09 +0000 (09:50 +0000)
commit9f5e35743b0f6d621abc116f5a995562d0686d6a
treeaf7cef09d6a0387e679364d8c391b1f19e4ac09b
parent9f440ed445d43c38069edb00dc925f63fc03ed4c
Added new kernel source file 'config.c'.  This file is generated by config(8),
and contains the text of the file input to config(8).  This allows you to
retreive from a binary kernel, using strings(1), the name of the file used,
and the contents of it.  The delta in kernel size is in the order of 2k.  This
file is put right after locore, so that we don't get too much garbage in
strings before the stuff we want.

*** YOU NEED TO RECOMPILE config(8) ***

Pyramids had something like this too.
sys/i386/conf/Makefile.i386
usr.sbin/config/config.8
usr.sbin/config/main.c