Bean wrote:
I think the vbe driver need to call bios, is there a way to do it directly ?

Yes, it uses BIOS to determine frame buffer address and setup video mode.

EFI have uga draw protocol that can do bitblt, but they don't have a
method to query low level information like frame buffer address and
line length easily.

In EFI you should use this protocol to do drawing to screen. And you do not basicly need that low level information (in GRUB 2).



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

Reply via email to