From 85720fdf67a38ff6a73e78c5b256b4b789865bf7 Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 5 Mar 1996 01:32:11 +0000 Subject: [PATCH] Add a blurb about the EXTMEM_SIZE option to the example kernels, disabled by default. --- sys/arch/i386/conf/BOAT_ANCHOR | 7 ++++++- sys/arch/i386/conf/DISKLESS | 7 ++++++- sys/arch/i386/conf/GENERIC | 7 ++++++- sys/arch/i386/conf/GENERICADP | 7 ++++++- sys/arch/i386/conf/GENERICOTHER | 7 ++++++- sys/arch/i386/conf/INSTADP | 7 ++++++- sys/arch/i386/conf/INSTALL | 7 ++++++- sys/arch/i386/conf/INSTOTHER | 7 ++++++- sys/arch/i386/conf/JUNK | 7 ++++++- sys/arch/i386/conf/KICKME | 7 ++++++- sys/arch/i386/conf/PAIN | 7 ++++++- sys/arch/i386/conf/PATEK | 7 ++++++- sys/arch/i386/conf/SUN_LAMP | 7 ++++++- sys/arch/i386/conf/TDR | 7 ++++++- sys/arch/i386/conf/TRINITY | 7 ++++++- sys/arch/i386/conf/WARPED | 7 ++++++- 16 files changed, 96 insertions(+), 16 deletions(-) diff --git a/sys/arch/i386/conf/BOAT_ANCHOR b/sys/arch/i386/conf/BOAT_ANCHOR index 67e28ddbea65..d52f7e02e17e 100644 --- a/sys/arch/i386/conf/BOAT_ANCHOR +++ b/sys/arch/i386/conf/BOAT_ANCHOR @@ -1,4 +1,4 @@ -# $NetBSD: BOAT_ANCHOR,v 1.54 1996/03/04 03:25:48 cgd Exp $ +# $NetBSD: BOAT_ANCHOR,v 1.55 1996/03/05 01:32:11 thorpej Exp $ # # BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing # @@ -10,6 +10,11 @@ options I386_CPU # CPU classes; at least one is REQUIRED #options I586_CPU #options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + options DUMMY_NOPS # speed hack; recommended options XSERVER,UCONSOLE options MACHINE_NONCONTIG diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 66311abfe31a..0d71bde5cb49 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.16 1996/03/04 03:25:51 cgd Exp $ +# $NetBSD: DISKLESS,v 1.17 1996/03/05 01:32:13 thorpej Exp $ # # DISKLESS -- Generic machine setup for diskless boot. # This kernel can be loaded from a bootable floppy (i.e. kernel-copy) @@ -12,6 +12,11 @@ options I486_CPU options I586_CPU options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + #options DUMMY_NOPS # speed hack; recommended options XSERVER,UCONSOLE options MACHINE_NONCONTIG diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 21f983376a93..19ff7ed85eb8 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.31 1996/03/04 03:25:52 cgd Exp $ +# $NetBSD: GENERIC,v 1.32 1996/03/05 01:32:14 thorpej Exp $ # # GENERIC -- everything that's currently supported # @@ -10,6 +10,11 @@ options I486_CPU options I586_CPU options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + #options DUMMY_NOPS # speed hack; recommended options XSERVER,UCONSOLE options INSECURE # insecure; allow /dev/mem writing for X diff --git a/sys/arch/i386/conf/GENERICADP b/sys/arch/i386/conf/GENERICADP index eedf6480986f..e389bea17042 100644 --- a/sys/arch/i386/conf/GENERICADP +++ b/sys/arch/i386/conf/GENERICADP @@ -1,4 +1,4 @@ -# $NetBSD: GENERICADP,v 1.8 1996/03/04 03:25:54 cgd Exp $ +# $NetBSD: GENERICADP,v 1.9 1996/03/05 01:32:16 thorpej Exp $ # # GENERICADP -- everything that's currently supported, except non- # Adaptec SCSI controllers. @@ -11,6 +11,11 @@ options I486_CPU options I586_CPU options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + #options DUMMY_NOPS # speed hack; recommended options XSERVER,UCONSOLE options INSECURE # insecure; allow /dev/mem writing for X diff --git a/sys/arch/i386/conf/GENERICOTHER b/sys/arch/i386/conf/GENERICOTHER index 51274fdf2264..f74f0d46c5fa 100644 --- a/sys/arch/i386/conf/GENERICOTHER +++ b/sys/arch/i386/conf/GENERICOTHER @@ -1,4 +1,4 @@ -# $NetBSD: GENERICOTHER,v 1.7 1996/03/04 03:25:55 cgd Exp $ +# $NetBSD: GENERICOTHER,v 1.8 1996/03/05 01:32:17 thorpej Exp $ # # GENERICOTHER -- everything that's currently supported, except # Adaptec SCSI controllers. @@ -11,6 +11,11 @@ options I486_CPU options I586_CPU options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + #options DUMMY_NOPS # speed hack; recommended options XSERVER,UCONSOLE options INSECURE # insecure; allow /dev/mem writing for X diff --git a/sys/arch/i386/conf/INSTADP b/sys/arch/i386/conf/INSTADP index c7c5d7c9dee3..de3c920cb098 100644 --- a/sys/arch/i386/conf/INSTADP +++ b/sys/arch/i386/conf/INSTADP @@ -1,4 +1,4 @@ -# $NetBSD: INSTADP,v 1.7 1996/03/04 03:25:57 cgd Exp $ +# $NetBSD: INSTADP,v 1.8 1996/03/05 01:32:19 thorpej Exp $ # # INSTADP -- like GENERICADP. This supports only Adaptec SCSI # adapters. This kernel is GENERICADP with lines @@ -14,6 +14,11 @@ options I486_CPU options I586_CPU options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + #options DUMMY_NOPS # speed hack; recommended options MACHINE_NONCONTIG diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index 6e1770a7d89b..0188ceb884b8 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.6 1996/03/04 03:25:59 cgd Exp $ +# $NetBSD: INSTALL,v 1.7 1996/03/05 01:32:20 thorpej Exp $ # # INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI # adapters. This kernel is GENERICOTHER with lines @@ -14,6 +14,11 @@ options I486_CPU options I586_CPU options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + #options DUMMY_NOPS # speed hack; recommended options MACHINE_NONCONTIG diff --git a/sys/arch/i386/conf/INSTOTHER b/sys/arch/i386/conf/INSTOTHER index aa606d519617..4eddfc7e82ca 100644 --- a/sys/arch/i386/conf/INSTOTHER +++ b/sys/arch/i386/conf/INSTOTHER @@ -1,4 +1,4 @@ -# $NetBSD: INSTOTHER,v 1.6 1996/03/04 03:25:59 cgd Exp $ +# $NetBSD: INSTOTHER,v 1.7 1996/03/05 01:32:20 thorpej Exp $ # # INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI # adapters. This kernel is GENERICOTHER with lines @@ -14,6 +14,11 @@ options I486_CPU options I586_CPU options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + #options DUMMY_NOPS # speed hack; recommended options MACHINE_NONCONTIG diff --git a/sys/arch/i386/conf/JUNK b/sys/arch/i386/conf/JUNK index a400f1dbc163..f22708d008f5 100644 --- a/sys/arch/i386/conf/JUNK +++ b/sys/arch/i386/conf/JUNK @@ -1,4 +1,4 @@ -# $NetBSD: JUNK,v 1.4 1996/03/04 03:26:00 cgd Exp $ +# $NetBSD: JUNK,v 1.5 1996/03/05 01:32:21 thorpej Exp $ # # JUNK -- Adam's Compaq SLT 386/20 # @@ -10,6 +10,11 @@ options MATH_EMULATE options MACHINE_NONCONTIG +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + maxusers 3 # estimated number of users options TIMEZONE=480 # time zone to adjust RTC time by options DST=1 # daylight savings time used by RTC diff --git a/sys/arch/i386/conf/KICKME b/sys/arch/i386/conf/KICKME index d5ef9792d23f..96f9fcabb32e 100644 --- a/sys/arch/i386/conf/KICKME +++ b/sys/arch/i386/conf/KICKME @@ -1,4 +1,4 @@ -# $NetBSD: KICKME,v 1.28 1996/03/04 03:26:01 cgd Exp $ +# $NetBSD: KICKME,v 1.29 1996/03/05 01:32:23 thorpej Exp $ # # KICKME -- 486Cx-33 development machine # @@ -11,6 +11,11 @@ machine i386 # architecture, used by config; REQUIRED options I486_CPU #options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + #options DUMMY_NOPS # speed hack; recommended #options XSERVER,UCONSOLE options MACHINE_NONCONTIG diff --git a/sys/arch/i386/conf/PAIN b/sys/arch/i386/conf/PAIN index 493dbbaafa94..dc78a4f7ef0b 100644 --- a/sys/arch/i386/conf/PAIN +++ b/sys/arch/i386/conf/PAIN @@ -1,4 +1,4 @@ -# $NetBSD: PAIN,v 1.58 1996/03/04 03:26:03 cgd Exp $ +# $NetBSD: PAIN,v 1.59 1996/03/05 01:32:24 thorpej Exp $ # # PAIN -- mail server and test machine # @@ -10,6 +10,11 @@ options I486_CPU #options I586_CPU #options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + options DUMMY_NOPS # speed hack; recommended #options XSERVER,UCONSOLE options MACHINE_NONCONTIG diff --git a/sys/arch/i386/conf/PATEK b/sys/arch/i386/conf/PATEK index 903266c797b1..4573144c2629 100644 --- a/sys/arch/i386/conf/PATEK +++ b/sys/arch/i386/conf/PATEK @@ -1,4 +1,4 @@ -# $NetBSD: PATEK,v 1.29 1996/03/04 03:26:04 cgd Exp $ +# $NetBSD: PATEK,v 1.30 1996/03/05 01:32:26 thorpej Exp $ # # PATEK -- Mycroft's 486 test box # @@ -10,6 +10,11 @@ options I486_CPU #options I586_CPU #options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + options DUMMY_NOPS # speed hack; recommended options XSERVER,UCONSOLE options MACHINE_NONCONTIG diff --git a/sys/arch/i386/conf/SUN_LAMP b/sys/arch/i386/conf/SUN_LAMP index edf2d8646731..aaf532a10551 100644 --- a/sys/arch/i386/conf/SUN_LAMP +++ b/sys/arch/i386/conf/SUN_LAMP @@ -1,4 +1,4 @@ -# $NetBSD: SUN_LAMP,v 1.64 1996/03/04 03:26:05 cgd Exp $ +# $NetBSD: SUN_LAMP,v 1.65 1996/03/05 01:32:29 thorpej Exp $ # # SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes... # @@ -10,6 +10,11 @@ options I486_CPU #options I586_CPU #options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + options DUMMY_NOPS # speed hack; recommended options XSERVER,UCONSOLE options MACHINE_NONCONTIG diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR index 244f08b96b60..197f1bce07f6 100644 --- a/sys/arch/i386/conf/TDR +++ b/sys/arch/i386/conf/TDR @@ -1,4 +1,4 @@ -# $NetBSD: TDR,v 1.57 1996/03/04 03:26:07 cgd Exp $ +# $NetBSD: TDR,v 1.58 1996/03/05 01:32:31 thorpej Exp $ # # TDR -- Theo Deraadt's 486 # @@ -10,6 +10,11 @@ options I486_CPU options I586_CPU options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + options DUMMY_NOPS # speed hack; recommended options XSERVER,UCONSOLE options MACHINE_NONCONTIG diff --git a/sys/arch/i386/conf/TRINITY b/sys/arch/i386/conf/TRINITY index bb83db95ca62..47acfa816d18 100644 --- a/sys/arch/i386/conf/TRINITY +++ b/sys/arch/i386/conf/TRINITY @@ -1,4 +1,4 @@ -# $NetBSD: TRINITY,v 1.62 1996/03/04 03:26:09 cgd Exp $ +# $NetBSD: TRINITY,v 1.63 1996/03/05 01:32:33 thorpej Exp $ # # TRINITY -- Mycroft's 386 box # @@ -10,6 +10,11 @@ options I386_CPU # CPU classes; at least one is REQUIRED #options I586_CPU #options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + options DUMMY_NOPS # speed hack; recommended options XSERVER,UCONSOLE options MACHINE_NONCONTIG diff --git a/sys/arch/i386/conf/WARPED b/sys/arch/i386/conf/WARPED index 92136c95936f..3f7b76ef745f 100644 --- a/sys/arch/i386/conf/WARPED +++ b/sys/arch/i386/conf/WARPED @@ -1,4 +1,4 @@ -# $NetBSD: WARPED,v 1.4 1996/03/05 00:37:24 thorpej Exp $ +# $NetBSD: WARPED,v 1.5 1996/03/05 01:32:35 thorpej Exp $ # # WARPED - ftp/sup.netbsd.org server machine # @@ -15,6 +15,11 @@ options DUMMY_NOPS # speed hack; recommended options UCONSOLE options MACHINE_NONCONTIG +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + maxusers 64 # estimated number of users options TIMEZONE=480 # time zone to adjust RTC time by options DST=1 # daylight savings time used by RTC