Skip to content

poArlim/pintos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Pintos project

PintOS는 교육용으로 개발된 mini OS 로, 총 4단계의 필수 구현 사항들을 지나면서 OS kernel 을 직접 구현하고 OS kernel 의 동작에 대한 확실한 이해를 목표로 한다.

Pintos Documents

https://web.stanford.edu/class/cs140/projects/pintos/pintos.pdf

진행상태

  1. Project 1: Threads (Complete)
    • Alarm Clock (Complete)
    • Priority Scheduling (Complete)
    • Advanced Scheduler (Complete)
  2. Project 2: User Programs
    • Process Termination Messages
    • Argument Passing
    • System Calls
    • Denying Writes to Executables
  3. Project 3: Virtual Memory
    • Paging
    • Stack Growth
    • Memory Mapped Files
    • Accessing User Memory
  4. Project 4: File Systems
    • Indexed and Extensible Files
    • Subdirectories
    • Buffer Cache
    • Synchronization

About

pintos project for studying Operating System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published