freebsd-nq/sys/pc98/conf
Greg Lehey 2005b07aa8 1. Modify config to issue different code for debugging.
2.  Config complains if you use -g:

    Debugging is enabled by default, there is no ned to specify the -g option

3.  Config warns you if you don't use -s:

    Building kernel with full debugging symbols.  Do
    "config -s BSD" for historic partial symbolic support.
    To install the debugging kernel, do make install.debug

    (BSD was the name of the config file I used; I print out the same
    name).

4.  Modify Makefile.i386, Makefile.alpha, Makefile.pc98 and config to
    work if a kernel name other than 'kernel' is specified.  This is
    not absolutely necessary, but useful, and it was relatively easy.
    I now have a kernel called /crapshit :-)

5.  Modify Makefile.i386, Makefile.alpha, Makefile.pc98 "clean" target
    to remove both the debug and normal kernel.

6.  Modify all to install the stripped kernel by default and the debug
    kernel if you enter "make install.debug".

7.  Update version number of Makefiles and config.
1999-04-07 09:28:03 +00:00
..
devices.pc98 Sync with sys/i386/conf/devices.i386 revision 1.16. 1999-03-17 08:57:32 +00:00
files.pc98 o sys/i386/include/soundcard.h 1999-04-02 08:51:06 +00:00
GENERIC Delete the aic driver. 1999-04-01 13:39:27 +00:00
GENERIC98 Delete the aic driver. 1999-04-01 13:39:27 +00:00
majors.pc98 Sync with sys/i386/conf/majors.i386 revision 1.69. 1999-03-25 08:25:45 +00:00
Makefile.pc98 1. Modify config to issue different code for debugging. 1999-04-07 09:28:03 +00:00
options.pc98 Sync with sys/i386/conf/options.i386 revision 1.110. 1999-03-17 09:00:33 +00:00