aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-02-25 11:43:08 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-02-25 11:43:08 +0000
commit8d0bf3d6f87b29f449ea4d6c0879c7596055ac73 (patch)
tree9199b131b52285bcad9afe6c25d1da4fd3bdcfe4 /sys/kern
parent9e6f8bee0e5c406acb1de44daaa48864ed5f05a1 (diff)
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index e6897adf8a50..b732b904e604 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -92,6 +92,7 @@ extern struct user *proc0paddr;
struct vnode *rootvp;
int boothowto = 0; /* initialized so that it can be patched */
+SYSCTL_INT(_debug, OID_AUTO, boothowto, CTLFLAG_RD, &boothowto, 0, "");
/*
* Promiscuous argument pass for start_init()