문제

with physical Memory capacity changes the page table size is changes, with number of processes changes page table size changes. who actually decides it? OS or MMU? if OS, any differences are there between LINUX and Windows?

도움이 되었습니까?

해결책

page table sizes are fixed for CPU operating mode. OS can't modify it. Some processors allow for multiple page sizes and the OS can decide which one to use.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top