Skip to content

Commit

Permalink
[OS] 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hee-Jae authored and JuseobJang committed Jul 25, 2021
1 parent 436f182 commit 666f40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contents/operating-system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,12 +496,12 @@ Example
물리메모리에 들어온 페이지 순서대로 페이지 교체 시점에 먼저 나가게 된다.
* 장점
* 이해하지 쉽고, 프로그래밍도 쉽다.
* 이해하기 쉽고, 프로그래밍도 쉽다.
* 단점
* 오래된 페이지가 항상 불필요하지 않은 정보를 포함하지 않을 수 있다.
* 처음부터 활발하게 사용되는 페이지를 교체해서 페이지 부재율을 높일 수 있다.
* ```Belady의 모순``` : 페이지를 저장할 수 있는 페이지 프레임의 객수를 늘려도 되려 페이지 부재가 더 많이 발생한다는 모순이 존재한다.
* ```Belady의 모순``` : 페이지를 저장할 수 있는 페이지 프레임의 개수를 늘려도 되려 페이지 부재가 더 많이 발생한다는 모순이 존재한다.
<br/>
Expand Down

0 comments on commit 666f40f

Please sign in to comment.