All Questions
1 question
4
votes
1
answer
5k
views
How does the OS know the physical address of a process' first memory page?
If I have a program, its instructions are stored on the hard drive. When I double-click the executable the pages of memory for this process must get loaded in to RAM. However, for the pages to get ...