From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Cc: Joachim Mammele <mail@jomammele.de>
Subject: Re: getting status of frontkeys
Date: Fri, 16 Mar 2012 11:48:35 +0100 [thread overview]
Message-ID: <4F631A83.4020006@gmail.com> (raw)
In-Reply-To: <4F63040D.8020408@jomammele.de>
On 16.03.2012 10:12, Joachim Mammele wrote:
> bits = 32;
> outb(bits, 0x20A);
> outw(-16832, 0x20C);
> bits9 = inb(0x209);
> return bits9;
This code is easy to port to GRUB2. Just have a look at cmostest command
to see what wrapping you need and replace in* with grub_in* and out*
with grub_out*
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
prev parent reply other threads:[~2012-03-16 10:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-16 9:12 getting status of frontkeys Joachim Mammele
2012-03-16 10:48 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
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=4F631A83.4020006@gmail.com \
--to=phcoder@gmail.com \
--cc=grub-devel@gnu.org \
--cc=mail@jomammele.de \
/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.