English 中文(简体)
为什么每个进程都需要自己的页表?
原标题:Why does every process need its own page table?

我阅读了记忆管理技巧,并 wonder:

<>Why每个过程都需要自己的网页表?

感谢。

最佳回答

为什么每个进程都需要自己的页表?

但每张地址>的空间都需要自己的网页表,在大多数操作系统中,每个过程都有自己的地址空间。

(IBM顾问) iSeries只有一个页表,因为它使用了“单列地址”模型。

问题回答

暂无回答




相关问题
What resources are shared between threads?

Recently, I have been asked a question in an interview what s the difference between a process and a thread. Really, I did not know the answer. I thought for a minute and gave a very weird answer. ...

Random access of multiple files and file caching

This relates to some software I ve been given to "fix". The easiest and quickest solution would make it open and read 10 random files out of hundreds and extract some very short strings for processing ...

What form is DLL & what makes it processor dependent

I know DLL contains one or more exported functions that are compiled, linked, and stored separately.. My question is about not about how to create it.. but it is all about in what form it is stored.. ...

Thread behavior on multicore machines

Does the threads of a single process run in parallel on a multi-core machine on windows XP? Is the behavior same on different windows versions (windows server editions) I have heard that only threads ...

How to check which Operating System?

How can I check OS version in a batch file or through a vbs in an Windows 2k/2k3 environment ? You know ... Something like ... : "If winver Win2k then ... or if winver Win2k3 then ....

热门标签