summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-05-16 11:35:47 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-05-16 11:35:47 +0000
commit5bc24a1bb212a40743a45a2d5234a746c83746c2 (patch)
treec6fb1cd3016cd0581e952678945c881b12f2833b
parent6425c25ec56b2da93483726f595f679ccc071e21 (diff)
document SMALL_KERNEL.
-rw-r--r--share/man/man4/options.45
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 .