일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- cdua
- CSAPP
- .cu
- ubuntu
- Linux
- unix
- Process
- vi
- 운영체제
- thread
- Unified Memory
- gpgpu sim
- Virtual Address
- CUDA
- GPGPU
- 소비자 생산자
- Multithreading
- gpgpu-sim
- GPU
- Producer consumer
- parallel programming
- C
- vi 여러 창
- OS
- ostep
- vim
- tabedit
- multiprocessor
- peer-to-peer access
- nvidia
- Today
- Total
목록전체 글 (58)
하루의 대학원 도전기
if we are using 14-bit virtual address, how to get segment and offset with SEG_MASK and OFFSET_MASK. their value is described in the picture.
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.
포인터는 8-byte의 크기를 가집니다. sizeof 함수를 통해 직접 확인할 수 있습니다.
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