diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-19 20:43:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-19 20:43:12 +0000 |
commit | 48d0ded9bf14420f7d5789c3fbd4d136d2332036 (patch) | |
tree | e9de74510eb8d034d5c0b906d2cbf36ac1b51525 /sys/arch | |
parent | aca263db26cf6a6100ca0bfe77a060374c37705b (diff) |
more buffer cache please
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/BABY | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index c14d3d0befa..e593473d4d6 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.14 1997/04/15 13:12:36 deraadt Exp $ +# $OpenBSD: BABY,v 1.15 1997/04/19 20:43:11 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=20 #option DUMMY_NOPS # speed hack; recommended option XSERVER |