mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 01:51:03 +08:00
Make bootverbose available.
This commit is contained in:
@@ -110,7 +110,9 @@ struct proc *initproc;
|
||||
|
||||
int boothowto = 0; /* initialized so that it can be patched */
|
||||
SYSCTL_INT(_debug, OID_AUTO, boothowto, CTLFLAG_RD, &boothowto, 0, "");
|
||||
#endif
|
||||
int bootverbose;
|
||||
#ifndef __rtems__
|
||||
SYSCTL_INT(_debug, OID_AUTO, bootverbose, CTLFLAG_RW, &bootverbose, 0, "");
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user