mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Note that several of the recently documented clock-related kernel options
are for debugging purposes only. Suggested by: bde
This commit is contained in:
parent
60e269643d
commit
7ed3fd6d72
2 changed files with 6 additions and 0 deletions
|
|
@ -884,6 +884,9 @@ options _KPOSIX_VERSION=199309L
|
|||
|
||||
options HZ=100
|
||||
|
||||
# The following options are used for debugging clock behavior only, and
|
||||
# should not be used for production systems.
|
||||
#
|
||||
# CLK_CALIBRATION_LOOP will run the clock calibration loop at startup
|
||||
# until the user presses a key.
|
||||
|
||||
|
|
|
|||
|
|
@ -884,6 +884,9 @@ options _KPOSIX_VERSION=199309L
|
|||
|
||||
options HZ=100
|
||||
|
||||
# The following options are used for debugging clock behavior only, and
|
||||
# should not be used for production systems.
|
||||
#
|
||||
# CLK_CALIBRATION_LOOP will run the clock calibration loop at startup
|
||||
# until the user presses a key.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue