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, May 25, 11:21 PM
Unknown Object (File)
Fri, May 23, 2:51 AM
Unknown Object (File)
Mon, May 19, 11:46 PM
Unknown Object (File)
Mon, May 19, 1:27 AM
Unknown Object (File)
Tue, May 6, 11:45 PM
Unknown Object (File)
Feb 22 2025, 2:17 PM
Unknown Object (File)
Feb 21 2025, 3:14 AM
Unknown Object (File)
Jan 17 2025, 6:43 AM
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