At Sun, 22 Jul 2007 17:38:14 -0400,
Alex Roman wrote:
> 
> Sorry, what do you mean by busy waiting?

Busy waiting is looping while checking whether a condition
changed. E.g.

while(condition_is_true());

It would be nicer to let the processor sleep for a while. I'm not sure
whether we can actually do that easily in GRUB however...


Jeroen Dekkers


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to