Update comments regarding BIOSEXTMEM (now REALEXTMEM), and add REALBASEMEM.

This commit is contained in:
mycroft 1997-10-08 09:32:36 +00:00
parent 8a7cd68e8b
commit a9f50348ae
6 changed files with 48 additions and 30 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.46 1997/08/28 08:00:16 mikel Exp $
# $NetBSD: DISKLESS,v 1.47 1997/10/08 09:32:36 mycroft Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@ -14,10 +14,13 @@ options I686_CPU
options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 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 BIOSEXTMEM=... # size of extended memory
# The following options override the memory sizes passed in from the boot
# block. Use them *only* if the boot block is unable to determine the correct
# values. Note that the BIOS may *correctly* report less that 640k of base
# 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=... # size of extended memory
#options DUMMY_NOPS # speed hack; recommended
options XSERVER,UCONSOLE

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.100 1997/10/07 10:39:56 augustss Exp $
# $NetBSD: GENERIC,v 1.101 1997/10/08 09:32:37 mycroft Exp $
#
# GENERIC -- everything that's currently supported
#
@ -12,10 +12,13 @@ options I686_CPU
options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 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 BIOSEXTMEM=... # size of extended memory
# The following options override the memory sizes passed in from the boot
# block. Use them *only* if the boot block is unable to determine the correct
# values. Note that the BIOS may *correctly* report less that 640k of base
# 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=... # size of extended memory
#options DUMMY_NOPS # speed hack; recommended
options XSERVER,UCONSOLE

View File

@ -1,4 +1,4 @@
# $NetBSD: HOMEWORLD,v 1.18 1997/08/19 23:49:48 augustss Exp $
# $NetBSD: HOMEWORLD,v 1.19 1997/10/08 09:32:38 mycroft Exp $
#
# HOMEWORLD - Mail, CVS, and GNATS server
#
@ -12,10 +12,13 @@ options I486_CPU # CPU classes; at least one is REQUIRED
#options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 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 BIOSEXTMEM=... # size of extended memory
# The following options override the memory sizes passed in from the boot
# block. Use them *only* if the boot block is unable to determine the correct
# values. Note that the BIOS may *correctly* report less that 640k of base
# 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=... # size of extended memory
options DUMMY_NOPS # speed hack; recommended
options XSERVER,UCONSOLE

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.48 1997/09/29 15:42:14 perry Exp $
# $NetBSD: INSTALL,v 1.49 1997/10/08 09:32:39 mycroft Exp $
#
# INSTALL -- an installation kernel config.
# This kernel should be derived from GENERIC with ramdisk
@ -16,10 +16,13 @@ options I686_CPU
options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 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 BIOSEXTMEM=... # size of extended memory
# The following options override the memory sizes passed in from the boot
# block. Use them *only* if the boot block is unable to determine the correct
# values. Note that the BIOS may *correctly* report less that 640k of base
# 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=... # size of extended memory
#options DUMMY_NOPS # speed hack; recommended
#options XSERVER,UCONSOLE

View File

@ -1,4 +1,4 @@
# $NetBSD: SUN_LAMP,v 1.89 1997/08/19 23:49:50 augustss Exp $
# $NetBSD: SUN_LAMP,v 1.90 1997/10/08 09:32:40 mycroft Exp $
#
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
#
@ -11,10 +11,13 @@ options I486_CPU
#options I686_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 BIOSEXTMEM=... # size of extended memory
# The following options override the memory sizes passed in from the boot
# block. Use them *only* if the boot block is unable to determine the correct
# values. Note that the BIOS may *correctly* report less that 640k of base
# 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=... # size of extended memory
options DUMMY_NOPS # speed hack; recommended
options XSERVER,UCONSOLE

View File

@ -1,4 +1,4 @@
# $NetBSD: WARPED,v 1.24 1997/08/19 23:49:50 augustss Exp $
# $NetBSD: WARPED,v 1.25 1997/10/08 09:32:40 mycroft Exp $
#
# WARPED - ftp/sup.netbsd.org server machine
#
@ -16,10 +16,13 @@ options I586_CPU # 83MHz P24T
#options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 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 BIOSEXTMEM=... # size of extended memory
# The following options override the memory sizes passed in from the boot
# block. Use them *only* if the boot block is unable to determine the correct
# values. Note that the BIOS may *correctly* report less that 640k of base
# 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=... # size of extended memory
options DUMMY_NOPS # speed hack; recommended
options XSERVER,UCONSOLE