ALL > Computer and Education > courses > university courses > undergraduate courses > Operating System > ZSTU class(2019-2020-1) > student directories > 2017329621124_覃加泽 >
homework_7 Version 0
👤 Author: by 1570004742qqcom 2019-11-21 06:38:27
Page-fault trap occurs when a process tries to access these pages that have not yet been called into memory. Follow these steps:

1) check the internal page table of the process, usually saved with PCB. To determine the validity of the reference

2) if it is illegal, the process terminates; Otherwise, call in:

3) find a free frame

4) schedule a disk operation to bring the required pages into the newly allocated frame

5) after the disk read operation is completed, modify the internal table and page table (valid or invalid bits?) , indicates that the page is already in memory

6) restart the instruction interrupted by the trap.

Please login to reply. Login

Reversion History

Loading...
No reversions found.