freebsd-dev/sys/alpha
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
..
alpha Remove unused/unimplemented pmap_setdevram() 1999-04-07 03:34:32 +00:00
conf 1. Modify config to issue different code for debugging. 1999-04-07 09:28:03 +00:00
include Restore support for executing BSD/OS binaries on the i386 by passing 1999-04-03 22:20:03 +00:00
isa Update the alpha port to use the new syscons. 1999-01-23 16:53:30 +00:00
linux Added call to elf_brand_inuse() to prevent you from cutting your own 1999-02-04 21:20:13 +00:00
pci Fix some warnings. 1999-03-28 17:52:17 +00:00
tc Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
tlsb Use suser() to check for super user rather than examining cr_uid directly. 1999-01-30 12:17:38 +00:00