Add a blurb about the EXTMEM_SIZE option to the example kernels, disabled

by default.
This commit is contained in:
thorpej 1996-03-05 01:32:11 +00:00
parent b65bdb63d6
commit 85720fdf67
16 changed files with 96 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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