diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-16 11:35:47 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-16 11:35:47 +0000 |
commit | 5bc24a1bb212a40743a45a2d5234a746c83746c2 (patch) | |
tree | c6fb1cd3016cd0581e952678945c881b12f2833b /share/man/man4 | |
parent | 6425c25ec56b2da93483726f595f679ccc071e21 (diff) |
document SMALL_KERNEL.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/options.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index fffe07fbb23..7db96622768 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.63 2001/04/05 04:01:56 aaron Exp $ +.\" $OpenBSD: options.4,v 1.64 2001/05/16 11:35:46 art Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -234,6 +234,9 @@ which may decrease system performance. Adds code to the kernel that does internal consistency checks. This code will cause the kernel to panic if corruption of internal data structures is detected. +.It Cd option SMALL_KERNEL +Removes some optimizations from the kernel to reduce the size of the +resulting kernel binary. This option can decrease system performance. .It Cd option GPROF Adds code to the kernel for kernel profiling with .Xr kgmon 8 . |