diff options
| -rw-r--r-- | sys/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ee97f0357af1..1e57ae869052 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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. diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index ee97f0357af1..1e57ae869052 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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. |
