diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ee97f0357af..1e57ae86905 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 ee97f0357af..1e57ae86905 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.