I was reading about memory management techniques and was wondering:
Why does every process need its own page table?
thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It doesn’t. But every address space needs its own page table, and in most operating systems each process has its own address space.
(The OS for IBM iSeries has only a single page table, since it uses a “single address space” model.)