Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/conf Correct mistake in previous (approve...



details:   https://anonhg.NetBSD.org/src/rev/b547dc698fb5
branches:  netbsd-1-5
changeset: 489730:b547dc698fb5
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Tue Oct 10 14:05:22 2000 +0000

description:
Correct mistake in previous (approved) commit: remove leftover
test setting REALEXTMEM=3200.

diffstat:

 sys/arch/i386/conf/GENERIC_TINY |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fa383e69713c -r b547dc698fb5 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY   Tue Oct 10 12:21:19 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY   Tue Oct 10 14:05:22 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_TINY,v 1.16.2.3 2000/10/09 13:16:24 fvdl Exp $
+#      $NetBSD: GENERIC_TINY,v 1.16.2.4 2000/10/10 14:05:22 fvdl Exp $
 #
 #      GENERIC_TINY -- suitable default for 4M machines
 #                      No EISA, PCI or SCSI.
@@ -36,7 +36,7 @@
 # memory if the extended BIOS data area is located at the top of base memory
 # (as is the case on most recent systems).
 #options       REALBASEMEM=... # size of base memory
-options        REALEXTMEM=3200 # size of extended memory
+#options       REALEXTMEM=...  # size of extended memory
 
 # Standard system options
 



Home | Main Index | Thread Index | Old Index