일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- unix
- Unified Memory
- Producer consumer
- 운영체제
- vi 여러 창
- Linux
- vim
- nvidia
- 소비자 생산자
- Multithreading
- C
- cdua
- ubuntu
- peer-to-peer access
- gpgpu-sim
- GPU
- parallel programming
- CSAPP
- .cu
- GPGPU
- Process
- multiprocessor
- thread
- vi
- OS
- ostep
- gpgpu sim
- CUDA
- tabedit
- Virtual Address
- Today
- Total
목록운영체제 (31)
하루의 대학원 도전기
보호되어 있는 글입니다.
https://docs.google.com/presentation/d/1x2CfPUFIcu4rjvDuR4ZPrWwHzVwrC-sg0oy-YMTnm8c/edit#slide=id.p Google 프레젠테이션 - 프레젠테이션을 작성하고 수정할 수 있으며 무료입니다. 하나의 계정으로 모든 Google 서비스를 프레젠테이션으로 이동하려면 로그인하세요. accounts.google.com
출처 : https://blog.naver.com/PostView.naver?blogId=csi468_&logNo=221432538483&parentCategoryNo=9&categoryNo=&viewDate=&isShowPopularPosts=false&from=postList 1. xv6 설치하기 (xv6 , 시스템프로그래밍) xv6란? https://en.wikipedia.org/wiki/Xv6 MIT에서 교육용으로 만든 Unix 계열 운영체제입니다. 자세... blog.naver.com https://pdos.csail.mit.edu/6.828/2019/labs/ Index of /2019/labs pdos.csail.mit.edu xv6는 MIT에서 만든 UNIX기반 교육용 운영체제입니다. xv..
https://codex.cs.yale.edu/avi/os-book/OS10/practice-exercises/index-solu.html Operating System Concepts - Practice Exercises We provide solutions to the Practice Exercises of the Tenth Edition of Operating System Concepts , by Silberschatz, Galvin and Gagne. These practice exercises are different from the exercises provided in the text. (Solutions to the exercises in the text ar codex.cs.yale.ed..
why write on bar inode ? -> to update the inode with a new last-accessed time.
a small disk with 64 blocks. i = inode bitmap d = a data bitmap
PCIe ( Peripheral Componenct Interconnect Express )
initial value of semapohre should be 1.
when a processor accesses memory, it spends a significant amount of time waiting for the data to becom available. this situation is called memory stall (M). ( compute time : C ) with two hardware threads per core( CPU ), we can remedy this situation. this technique is called CMT. chip multithreading.