Note which units memory sizes are counted in.

Fixes half of PR port-i386/6159 ("Heiko W.Rupp" <hwr@pilhuhn.de>).
This commit is contained in:
drochner 1998-09-18 12:22:54 +00:00
parent 06753678d5
commit a0ccc06ec5
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.183 1998/09/13 21:02:02 hwr Exp $ # $NetBSD: GENERIC,v 1.184 1998/09/18 12:22:54 drochner Exp $
# #
# GENERIC -- everything that's currently supported # GENERIC -- everything that's currently supported
# #
@ -28,7 +28,7 @@ options XSERVER # X server support in console drivers
# I/O address. see console(4) for details. # I/O address. see console(4) for details.
#options "CONSDEVNAME=\"com\"",CONADDR=0x2f8,CONSPEED=57600 #options "CONSDEVNAME=\"com\"",CONADDR=0x2f8,CONSPEED=57600
# you don't want the option below ON iff you are using the # you don't want the option below ON iff you are using the
# serial debugger option of the new boot strap code. # serial console option of the new boot strap code.
#options CONS_OVERRIDE # Always use above! independent of boot info #options CONS_OVERRIDE # Always use above! independent of boot info
# The following options override the memory sizes passed in from the boot # The following options override the memory sizes passed in from the boot
@ -36,8 +36,8 @@ options XSERVER # X server support in console drivers
# values. Note that the BIOS may *correctly* report less than 640k of base # values. Note that the BIOS may *correctly* report less than 640k of base
# memory if the extended BIOS data area is located at the top of base memory # memory if the extended BIOS data area is located at the top of base memory
# (as is the case on most recent systems). # (as is the case on most recent systems).
#options REALBASEMEM=... # size of base memory #options REALBASEMEM=639 # size of base memory (kB)
#options REALEXTMEM=... # size of extended memory #options REALEXTMEM=15360 # size of extended memory (kB)
# Standard system options # Standard system options