Using BIOS interrupts in a Embedded system

Hi all,

I am facing to develop a driver that manage a static-RAM bancks on a
embedded system with
Windows XPE.
I already made other types of drivers under NT4 , but i’m a newbi for this
platform and
kind of problem.

This device has two bancks of static-RAM (0x0D0000::0x0DFFFF) and its BIOS
perform
3 functions via INT 52H for READ, WRITE and VERIFY data on it.

I’ m a bit confuse on how to manage these capabilities from my driver.
Which HAL’ functions are recomanded for use these BIOS functs ?
Or, are there other better methods ?

Somebody knows where is possible consulting samples or documentation ?

Any suggestion are very appreciated.

Thanks in advance.

With kind regards.
Giandomenico Vassia


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Do you want to use this RAM as usual RAM for the rest of the system or for some special purpose?
If first - then sorry, BIOS+hardware support is the only way.

Max

----- Original Message -----
From: “Vassia Giandomenico”
To: “NT Developers Interest List”
Sent: Friday, February 22, 2002 7:18 PM
Subject: [ntdev] Using BIOS interrupts in a Embedded system

>
> Hi all,
>
> I am facing to develop a driver that manage a static-RAM bancks on a
> embedded system with
> Windows XPE.
> I already made other types of drivers under NT4 , but i’m a newbi for this
> platform and
> kind of problem.
>
> This device has two bancks of static-RAM (0x0D0000::0x0DFFFF) and its BIOS
> perform
> 3 functions via INT 52H for READ, WRITE and VERIFY data on it.
>
> I’ m a bit confuse on how to manage these capabilities from my driver.
> Which HAL’ functions are recomanded for use these BIOS functs ?
> Or, are there other better methods ?
>
> Somebody knows where is possible consulting samples or documentation ?
>
> Any suggestion are very appreciated.
>
> Thanks in advance.
>
> With kind regards.
> Giandomenico Vassia
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>

Max,
Is the second way, this RAM will be used for store special infos about the
system, not for
other purposes.

Thanks a lot.

Best regards
Giandomenico Vassia

Do you want to use this RAM as usual RAM for the rest of the system or for
some special purpose?
If first - then sorry, BIOS+hardware support is the only way.

Max

Hi all,

I am facing to develop a driver that manage a static-RAM bancks on a
embedded system with
Windows XPE.
I already made other types of drivers under NT4 , but i’m a newbi for
this
platform and
kind of problem.

This device has two bancks of static-RAM (0x0D0000::0x0DFFFF) and its
BIOS
perform
3 functions via INT 52H for READ, WRITE and VERIFY data on it.

I’ m a bit confuse on how to manage these capabilities from my driver.
Which HAL’ functions are recomanded for use these BIOS functs ?
Or, are there other better methods ?

Somebody knows where is possible consulting samples or documentation ?

Any suggestion are very appreciated.

Thanks in advance.

With kind regards.
Giandomenico Vassia


You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to %%email.unsub%%


You are currently subscribed to ntdev as: xxxxx@tecnostsistemi.com
To unsubscribe send a blank email to %%email.unsub%%

Then map it to PCI config space BARs and access as PCI device.

Max

----- Original Message -----
From: “Vassia Giandomenico”
To: “NT Developers Interest List”
Sent: Wednesday, March 06, 2002 12:08 PM
Subject: [ntdev] Re: Using BIOS interrupts in a Embedded system

>
> Max,
> Is the second way, this RAM will be used for store special infos about the
> system, not for
> other purposes.
>
> Thanks a lot.
>
> Best regards
> Giandomenico Vassia
>
>
> Do you want to use this RAM as usual RAM for the rest of the system or for
> some special purpose?
> If first - then sorry, BIOS+hardware support is the only way.
>
> Max
>
> >
> > Hi all,
> >
> > I am facing to develop a driver that manage a static-RAM bancks on a
> > embedded system with
> > Windows XPE.
> > I already made other types of drivers under NT4 , but i’m a newbi for
> this
> > platform and
> > kind of problem.
> >
> > This device has two bancks of static-RAM (0x0D0000::0x0DFFFF) and its
> BIOS
> > perform
> > 3 functions via INT 52H for READ, WRITE and VERIFY data on it.
> >
> > I’ m a bit confuse on how to manage these capabilities from my driver.
> > Which HAL’ functions are recomanded for use these BIOS functs ?
> > Or, are there other better methods ?
> >
> > Somebody knows where is possible consulting samples or documentation ?
> >
> > Any suggestion are very appreciated.
> >
> > Thanks in advance.
> >
> > With kind regards.
> > Giandomenico Vassia
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> > To unsubscribe send a blank email to %%email.unsub%%
> >
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@tecnostsistemi.com
> To unsubscribe send a blank email to %%email.unsub%%
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>