작성
·
183
1
10.2 the procedure for handling the Page Fault 과정 슬라이드중에 2번 부분에 질문이 있는데요..
if the reference was valid, terminate the process. 라고 되어있는데, if the reference was invalid, terminate the process가 맞는거 아닌가요?
일단 page fault가 일어나면, 레퍼런스가 invalid한지 체크하고. invalid하면 abort가 일어나는것으로 알고 있습니다. 만약 valid하면 valid-invalid bit에서 i로 표기된 상태라는 의미니까, 나머지 슬라이드에 있는 과정대로 일어나는것으로 이해하고있는데요..
제가 잘못이해한 부분이 있을까요?