Hi,

I am trying to develop a driver that runs under W2K and
XP, allowing the bitwise reading/writing of a Flash/ATA
pcmcia card by absolute memory location. I have access to
a previous driver that worked under NT by accessing the
APSoft CardWare API, which uses the Card Services
protocol, but W2K and XP don't support that protocol so I
have to start from scratch.

Can anybody point me towards any resources that will help
me? My project can afford to buy driver software such as
CardWare, but I'd need the SDK for code examples.
Alternatively I could (I assume) use the OS's native
support, but I don't know how to even start!

Thanks

Jim