If i had 160 GB of hard drive on a 32 bit OS what is the largest possible memory address? and if a 32 bit pointer can map upto 4 GB of memory how is it possible to map an address above 4 GB?

link|improve this question
feedback

1 Answer

There is no direct mapping between memory address space and location on the HDD.

The instructions to the OS on where to find the data it needs is more Country->City->Street->Building than Latitude+Longitude

Read more here: Wikipedia on file systems

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.