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:
parent
06753678d5
commit
a0ccc06ec5
|
@ -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
|
||||
#
|
||||
|
@ -28,7 +28,7 @@ options XSERVER # X server support in console drivers
|
|||
# I/O address. see console(4) for details.
|
||||
#options "CONSDEVNAME=\"com\"",CONADDR=0x2f8,CONSPEED=57600
|
||||
# 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
|
||||
|
||||
# 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
|
||||
# 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 REALBASEMEM=639 # size of base memory (kB)
|
||||
#options REALEXTMEM=15360 # size of extended memory (kB)
|
||||
|
||||
# Standard system options
|
||||
|
||||
|
|
Loading…
Reference in New Issue