Page MenuHomeFreeBSD

loader: Print autoboot countdown immediately, not at 9
ClosedPublic

Authored by jrtc27 on Oct 24 2020, 6:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 6:18 AM
Unknown Object (File)
Tue, Oct 7, 2:26 PM
Unknown Object (File)
Mon, Oct 6, 11:22 PM
Unknown Object (File)
Wed, Oct 1, 6:52 PM
Unknown Object (File)
Mon, Sep 22, 7:22 AM
Unknown Object (File)
Sep 9 2025, 11:22 PM
Unknown Object (File)
Aug 25 2025, 5:19 AM
Unknown Object (File)
Aug 14 2025, 12:10 PM
Subscribers
None

Details

Summary

For the first second otime and ntime are equal so no message gets
printed. Instead we should print the countdown right from the start,
although we do it at the end of the first iteration so that if a key has
already been pressed then the message is suppressed.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jrtc27 created this revision.
This revision is now accepted and ready to land.Oct 24 2020, 9:28 PM