From: "Vesa Jääskeläinen" <chaac@nic.fi>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Need for VBE helper functions?
Date: Mon, 26 Dec 2005 03:32:44 +0200 [thread overview]
Message-ID: <43AF483C.2080102@nic.fi> (raw)
Hi,
I have been making video driver for VBE and currently at beginning of
that file there are codes for those VBE helpers defined in
(include/grub/i386/pc/vbe.h). As I had some issues with mixing them with
each other I renamed all kernel stubs like from grub_vbe_* to
grub_vbe_bios_* so they cannot be easily mixed.
I was thinking that is there a still need to have those helper functions
at all there? If they will be there I will use them from driver code, if
not, I will integrate the functionality to driver code. By integrating
the code to driver it would make that driver file more easier to read,
but then we lose option to use those helpers directly. One option is to
move them elsewhere, but then there is a problem what is the module name
and where.
I will update shortly (tomorrow most likely) wiki with results of the
newest API design round. After I think it is correct I will concentrate
on enhancing the terminal code to make use of newly added functionality.
Thanks,
Vesa Jääskeläinen
next reply other threads:[~2005-12-26 1:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-26 1:32 Vesa Jääskeläinen [this message]
2005-12-26 10:10 ` Need for VBE helper functions? Marco Gerards
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43AF483C.2080102@nic.fi \
--to=chaac@nic.fi \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.