diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-01-24 10:25:43 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-01-24 10:25:43 +0000 |
commit | b592ba3e5571f48eaaefedbee413fc3a667ad93e (patch) | |
tree | 0c94bfb8b420c170609919ee359c1149d5d74734 /sys/arch/i386 | |
parent | 498492597b8bfa88154e7f9d754d07a3b76fc362 (diff) |
Sample options for KGDB. (commented out)
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index c9d78367d7a..84f20d28e52 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.222 2001/01/23 04:37:44 krw Exp $ +# $OpenBSD: GENERIC,v 1.223 2001/01/24 10:25:42 hugh Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -21,6 +21,9 @@ option UVM # use the UVM virtual memory system option XSERVER # diddle with console driver option APERTURE # in-kernel aperture driver for XFree86 +#option KGDB # Remote debugger support; exclusive of DDB +#option "KGDB_DEVNAME=\"pccom\"",KGDBADDR=0x2f8,KGDBRATE=9600 + #option DUMMY_NOPS # speed hack; recommended option FFS_SOFTUPDATES # Soft updates |