Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Assembly x86 > Re: Use Extende...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 2 Topic 4601 of 4710
Post > Topic >>

Re: Use Extended BIOS Data Area?

by s_dubrovich <spamtrap@[EMAIL PROTECTED] > Apr 3, 2008 at 06:40 PM

On Apr 3, 12:34 am, junkoi  <spamt...@[EMAIL PROTECTED]
> wrote:
> Hi,
>
> I am wondering if my option ROM can use Extended BIOS Data Area (EBDA)
> to store some (very) small data (around 16bytes)? Which area in EBDA
> is safe and guaranteed for my option ROM?
>
> Do anybody know any updated documentation about EBDA?
>
> Thanks,
> J

I don't know of any 'up to date' documentation.  The EBDA originated
with the IBM PS/2 line, in their bios, from what I've gathered, and
like many things IBM started, it got incor****ated into other bios's,
like Phoenix's, if you have a PS/2 type mouse then your system likely
sup****ts it.  The segment of the EBDA is found at 40:000Eh, and the
amount of 'conventional' memory returned by int12h should be A000:0h
minus sizeof EBDA.  It is an additional scratch area whose fields are
ill defined and seem to be OEM bios specific.  It holds fields for the
mouse driver and mouse state, those are the most consistant, and other
fields used for the bios's benefit.  Originally, for the PS/2 line,
it's main purpose beyond the mouse was to hold information about the
hard drive geometry.

I would like to know if it is still present on the latest systems with
their USB everything, anybody know?

#dw40:0e
0040:000E 9FC0 C823 80F0 0002 2000 0000 002C 002C ..#...... ..,.,.

9FC0:0000h is correct for this system.

Steve
 




 2 Posts in Topic:
Use Extended BIOS Data Area?
junkoi <spamtrap@[EMA  2008-04-02 22:34:57 
Re: Use Extended BIOS Data Area?
s_dubrovich <spamtrap@  2008-04-03 18:40:07 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sun Jul 6 20:13:29 CDT 2008.