Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS 모니터 설명 추가 #83

Merged
merged 1 commit into from
Nov 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
OS 모니터 설명 추가
  • Loading branch information
leejongchan authored Nov 16, 2018
commit beeadd8019a15d3734ba3cf80f15af7ee56a9dad
1 change: 1 addition & 0 deletions OS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ OS 는 Counting/Binary 세마포를 구분한다
### 모니터

* 고급 언어의 설계 구조물로서, 개발자의 코드를 상호배제 하게끔 만든 추상화된 데이터 형태이다.
* 공유자원에 접근하기 위한 키 획득과 자원 사용 후 해제를 모두 처리한다. (세마포어는 직접 키 해제와 공유자원 접근 처리가 필요하다. )

[뒤로](https://github.com/JaeYeopHan/for_beginner)/[위로](#part-1-4-운영체제)

Expand Down