mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-03 09:19:30 +08:00
Make bootverbose available.
This commit is contained in:
parent
3939378f2a
commit
84c044d3c8
@ -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, "");
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user