Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 440 Bytes

README.md

File metadata and controls

14 lines (6 loc) · 440 Bytes

Pintos

Pintos: An Operating System Supported by Stanford University

  • Implement a thread system which supports Alarm Clock, Priority Scheduling.

  • Enable programs to interact with the OS via system calls.

  • Design a virtual memory system which supports Stack Growth and Memory Mapped Files.

  • Design a file system which enables Indexed and Extensible Files.