freebsd-skq/sys/i386/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.i386 Add majors for new ATA/ATAPI driver. 1999-03-16 12:50:02 +00:00
files.i386 Add i686_mem.c - memory range attribute support for P6 processors. 1999-04-07 03:55:36 +00:00
GENERIC Delete all references to the "aic" driver. It isn't in the tree, and 1999-03-29 17:56:28 +00:00
kernel.script Increased kernel virtual address space to 1GB. NOTE: You MUST have fixed 1999-03-11 18:28:46 +00:00
LINT Add driver support for gigabit ethernet adapters based on the Alteon 1999-04-06 17:08:31 +00:00
majors.i386 Add cdev 120 as the audit device. 1999-03-21 21:53:09 +00:00
Makefile.i386 1. Modify config to issue different code for debugging. 1999-04-07 09:28:03 +00:00
NOTES Add driver support for gigabit ethernet adapters based on the Alteon 1999-04-06 17:08:31 +00:00
options.i386 Make NDGBPORTS an official option. 1999-03-13 13:20:59 +00:00