freebsd-dev/sys/alpha/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.alpha Cam changes sd to da. 1998-09-18 18:40:59 +00:00
files.alpha Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
GENERIC Make the Macronix driver work on FreeBSD/alpha and add to GENERIC. 1999-04-01 02:09:37 +00:00
kernel.script Lots of changes, including: 1998-08-10 07:53:59 +00:00
majors.alpha Reserve a major number for use by the Iprobe device driver. 1999-01-18 20:38:37 +00:00
Makefile.alpha 1. Modify config to issue different code for debugging. 1999-04-07 09:28:03 +00:00
NOTES Make the Macronix driver work on FreeBSD/alpha and add to GENERIC. 1999-04-01 02:09:37 +00:00
options.alpha Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
SIMOS Update SimOS scsi driver to use CAM. 1998-09-26 14:49:26 +00:00