Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
物理メモリ容量が変わるとページテーブルのサイズが変わり、プロセス数が変わるとページテーブルのサイズが変わります。誰が実際にそれを決定しますか?OSまたはMMU?OS の場合、LINUX と Windows の間に違いはありますか?
ページ テーブルのサイズは、CPU 動作モードに対して固定されています。OSはそれを変更できません。一部のプロセッサでは複数のページ サイズが許可されており、OS はどれを使用するかを決定できます。