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)
Fri, Jan 17, 6:43 AM
Unknown Object (File)
Fri, Jan 10, 8:17 PM
Unknown Object (File)
Thu, Jan 9, 7:41 PM
Unknown Object (File)
Tue, Jan 7, 3:09 PM
Unknown Object (File)
Wed, Dec 25, 6:50 AM
Unknown Object (File)
Dec 20 2024, 3:02 PM
Unknown Object (File)
Nov 27 2024, 3:26 AM
Unknown Object (File)
Nov 27 2024, 3:25 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