diff options
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 |