[Bug 272247] Re: System freezes during boot, unless I hold a key down
Leandro Pereira de Lima e Silva
leandro at limaesilva.com.br
Mon Nov 17 11:02:55 UTC 2008
Ops, big mistake in the algorithm description,
if revision middle has the bug
startrevision=middle+1
finalrevision=finalrevision-1
else (middle don't has the bug)
startrevision=startrevision+1
finalrevision=middle-1
should have been
if revision middle has the bug
startrevision=startrevision+1
finalrevision=middle
else (middle don't has the bug)
startrevision=middle+1
finalrevision=finalrevision-1
Probably still bugged, but it should work for a human.
--
System freezes during boot, unless I hold a key down
https://bugs.launchpad.net/bugs/272247
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to Linux.
More information about the kernel-bugs
mailing list