I am trying to get the (physical) location associated with a particular byte inside a file. How would I go about doing that?
I can't do this in C, because I would have to read the file into a buffer and if I tried getting the physical (not virtual) address in RAM I would get the address of the buffer not the particular byte that is in the file.
Help would be greatly appreciated.
Thanks