diff options
author | 1998-08-27 05:56:30 +0000 | |
---|---|---|
committer | 1998-08-27 05:56:30 +0000 | |
commit | fd378dbd75bedc5be5d61854fbddb4e322913941 (patch) | |
tree | bbac13e2ec47d2705ddd146c0c608998c8628411 | |
parent | fixes based on mail with jmcdonal@unf.edu (diff) | |
download | wireguard-openbsd-fd378dbd75bedc5be5d61854fbddb4e322913941.tar.xz wireguard-openbsd-fd378dbd75bedc5be5d61854fbddb4e322913941.zip |
ksyms
-rw-r--r-- | sys/arch/i386/conf/BABY | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index 1a88432c6c3..e7da944c586 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.36 1998/08/18 23:31:47 deraadt Exp $ +# $OpenBSD: BABY,v 1.37 1998/08/27 05:56:30 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -12,7 +12,7 @@ option GPL_MATH_EMULATE # floating point emulation # have a broken BIOS, uncomment the following and set the value # properly for your system. #option EXTMEM_SIZE=... # size of extended memory -option BUFCACHEPERCENT=20 +option BUFCACHEPERCENT=30 #option DUMMY_NOPS # speed hack; recommended #option XSERVER # diddle with console driver @@ -209,3 +209,4 @@ pseudo-device vnd 4 # paging to files pseudo-device ccd 4 # concatenated disk devices pseudo-device enc 4 # encryption device pseudo-device pctr 1 +pseudo-device ksyms 1 # kernel symbols device |