document new powerpc-specific option PMAP_MEMLIMIT
This commit is contained in:
parent
3ddd2de94c
commit
0aace148c4
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: options.4,v 1.228 2004/02/13 09:58:09 wiz Exp $
|
.\" $NetBSD: options.4,v 1.229 2004/03/17 14:15:30 aymeric Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1996
|
.\" Copyright (c) 1996
|
||||||
.\" Perry E. Metzger. All rights reserved.
|
.\" Perry E. Metzger. All rights reserved.
|
||||||
|
@ -2171,6 +2171,13 @@ This provides emulation of unimplemented
|
||||||
integer instructions as well as emulation of unimplemented floating point
|
integer instructions as well as emulation of unimplemented floating point
|
||||||
instructions and data types and software support for floating point traps.
|
instructions and data types and software support for floating point traps.
|
||||||
.El
|
.El
|
||||||
|
.Ss powerpc-specific Options
|
||||||
|
.Bl -ohang
|
||||||
|
.It Cd options PMAP_MEMLIMIT=value
|
||||||
|
Limit the amount of memory seen by the kernel to
|
||||||
|
.Ar value
|
||||||
|
bytes (OEA only).
|
||||||
|
.El
|
||||||
.Ss sparc-specific Options
|
.Ss sparc-specific Options
|
||||||
.Bl -ohang
|
.Bl -ohang
|
||||||
.It Cd options AUDIO_DEBUG
|
.It Cd options AUDIO_DEBUG
|
||||||
|
|
Loading…
Reference in New Issue