Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laphayen/pintos-kaist
cs 포트폴리오 - Project 3 Memory Mapped Files 진행 중
https://github.com/laphayen/pintos-kaist
computer-architecture computer-systems os pintos
Last synced: about 1 month ago
JSON representation
cs 포트폴리오 - Project 3 Memory Mapped Files 진행 중
- Host: GitHub
- URL: https://github.com/laphayen/pintos-kaist
- Owner: laphayen
- License: other
- Created: 2023-12-02T11:55:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T14:32:56.000Z (9 months ago)
- Last Synced: 2024-04-14T14:20:05.700Z (9 months ago)
- Topics: computer-architecture, computer-systems, os, pintos
- Language: C++
- Homepage:
- Size: 670 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Brand new pintos for Operating Systems and Lab (CS330), KAIST, by Youngjin Kwon.
The manual is available at https://casys-kaist.github.io/pintos-kaist/.
* * *
### PROJECT1: THREADS
##### Alarm Clock[https://codeomni.tistory.com/945]
##### Priority Scheduling[https://codeomni.tistory.com/946]
##### Priority Scheduling and Synchronization[https://codeomni.tistory.com/947]
##### Priority Inversion[https://codeomni.tistory.com/948]
##### Multi-Level Feedback Queue Scheduler[https://codeomni.tistory.com/949]
##### Modify Thread Function[https://codeomni.tistory.com/953]* * *
### PROJECT2: USER PROGRAMS
##### Argument Passing[https://codeomni.tistory.com/954]
##### User Memory Access[https://codeomni.tistory.com/955]
##### System Call[https://codeomni.tistory.com/957]
##### Hierarchical Process Structure[https://codeomni.tistory.com/958]
##### File Descriptor[https://codeomni.tistory.com/959]
##### Denying Write To Executable[https://codeomni.tistory.com/963]
##### Dup2[https://codeomni.tistory.com/973]* * *
### PROJECT3: VIRTUAL MEMORY
##### Memory Management[https://codeomni.tistory.com/974]
##### Anonymous Page[https://codeomni.tistory.com/975]
##### Stack Growth[https://codeomni.tistory.com/979]