grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getting status of frontkeys


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: getting status of frontkeys
Date: Fri, 16 Mar 2012 11:48:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20120124 Icedove/9.0.1

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]