writing an SD card reader

Hi,
I want to read my SD card in my Vaio-laptop, raw, no filesystem.

Heres what I have so far.
Perhaps we can build this up with everyones help…
-jim

main() {
MiniportInitialize();
}

Doesn’t look like a file system to me. And RAW is already there.

Plus, I think you’ll find that the SD card spec defines what the file
system format will be (I know it does for the latest spec - SD XC -
haven’t bothered to look at anything earlier than that.)

Tony