diff options
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 dde3964adc5..896d2801ba4 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.32 1998/06/08 17:28:11 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.33 1998/08/24 05:27:27 millert Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -78,5 +78,6 @@ pseudo-device pty 64 # pseudo-terminals pseudo-device tb 1 # tablet line discipline pseudo-device vnd 4 # paging to files pseudo-device ccd 4 # concatenated disk devices +pseudo-device ksyms 1 # kernel symbols device option BOOT_CONFIG # add support for boot -c |