diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-03-02 10:50:30 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-03-02 10:50:30 +0000 |
commit | 87a3a0d4b23d6e8fa73ee7e8b742aa31a20fe332 (patch) | |
tree | 545a14961beffd2c859215d82c12c60c8f3491d2 /sys/conf | |
parent | de505525ed3a71697af7bb50fc391c4eceac477e (diff) |
Add an option DDB_SAFE_CONSOLE that defaults db_console to 1.
In many cases, setting db_console in /etc/rc is too late.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 6cc6c72c7d3..ba99502ea08 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.61 2000/01/09 22:00:16 itojun Exp $ +# $OpenBSD: GENERIC,v 1.62 2000/03/02 10:50:29 art Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -13,6 +13,7 @@ option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices option DDB # in-kernel debugger +#option DDB_SAFE_CONSOLE # allow break into ddb during boot #makeoptions DEBUG="-g" # compile full symbol table #makeoptions PROF="-pg" # build profiled kernel #option GPROF # kernel profiling, kgmon(8) |