Hello,
I've noticed a couple of bugs in the keyboard handling of GRUB2:
(1) in kern/i386/pc/startup.S, grub_console_checkkey()
doesn't translate the code like getkey() does.
Personally I think the checkkey() API would be better
as a simple boolean value.
(2) the grub_console_getkey(
Title: a simple list
Hi,
I didn’t take a good look
at current iterate functions in Grub 2, yet.
Most iterations needs a “init”
(before treatment of first item) and a “fini” (after treatment of
last item).
Further more, one might want to
make iteration functions “re-entrant” (or recur