Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/lib/crt/bootsect Increase MAXFLENTRIES -...



details:   https://anonhg.NetBSD.org/src/rev/e8954abb7c03
branches:  trunk
changeset: 542623:e8954abb7c03
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sun Feb 02 21:08:55 2003 +0000

description:
Increase MAXFLENTRIES - the limit is being hit on some systems.
(approved by christos)

diffstat:

 sys/arch/i386/stand/lib/crt/bootsect/bbinfo.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 826d48de4980 -r e8954abb7c03 sys/arch/i386/stand/lib/crt/bootsect/bbinfo.h
--- a/sys/arch/i386/stand/lib/crt/bootsect/bbinfo.h     Sun Feb 02 21:05:15 2003 +0000
+++ b/sys/arch/i386/stand/lib/crt/bootsect/bbinfo.h     Sun Feb 02 21:08:55 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bbinfo.h,v 1.3 1997/11/07 16:59:41 drochner Exp $      */
+/*     $NetBSD: bbinfo.h,v 1.4 2003/02/02 21:08:55 dsl Exp $   */
 
 /*
  * Copyright (c) 1996
@@ -54,7 +54,7 @@
 
 /* only used by bootsect code (not by installboot) */
 #ifndef MAXFLENTRIES
-#define MAXFLENTRIES 10
+#define MAXFLENTRIES 20
 #endif
 #ifndef PRIM_LOADSZ
 #define PRIM_LOADSZ 15



Home | Main Index | Thread Index | Old Index