일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- cdua
- Linux
- CUDA
- gpgpu-sim
- ostep
- ubuntu
- Unified Memory
- 소비자 생산자
- unix
- CSAPP
- Process
- .cu
- tabedit
- vim
- Virtual Address
- GPGPU
- parallel programming
- OS
- thread
- 운영체제
- multiprocessor
- Multithreading
- vi
- vi 여러 창
- C
- gpgpu sim
- nvidia
- Producer consumer
- peer-to-peer access
- GPU
- Today
- Total
목록운영체제 (31)
하루의 대학원 도전기

context register의 contents를 저장함으로써, stopped process의 context를 저장할 수 있다. ( memory에 ) by restoring its register values, the Os can resume runnign the process. ( stop되어있던. )

Programs initially reside on disk. in some modern systems, flash-based SSDs.

code for accessing memory with paging. the value of masks are obvious.

An ordinary pipe is unidirectional. ( 단방향 ) Parent process and Child process communicate through an ordinary pipe. An Ordinary pipe only exits when parent and child processes are communicating. fd[0] = read end of the pipe fd[1] = write end of the pipe

There are 2 fundamental models of interprocess communication : shared memory and message passing
https://pages.cs.wisc.edu/~remzi/OSTEP/ Operating Systems: Three Easy Pieces Blog: Why Textbooks Should Be Free Quick: Free Book Chapters - Hardcover - Softcover (Lulu) - Softcover (Amazon) - Buy PDF - EU (Lulu) - Buy in India - Buy Stuff - Donate - For Teachers - Homework - Projects - News - Acknowledgements - Other Books Welcome pages.cs.wisc.edu OS를 입문하실 때 추천하는 책입니다. 위 링크를 클릭하셔서 온라인으로 무료로 책을 ..