Skip to content
/ Pintos Public

Pintos是斯坦福大学为操作系统课程专门开发的一个基于80x86架构的简单操作系统框架(A simple operating system framework)。支持内核线程、加载和运行用户程序以及文件系统。

Notifications You must be signed in to change notification settings

1410138/Pintos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Pintos

Pintos是斯坦福大学为操作系统课程专门开发的一个基于80x86架构的简单操作系统框架(A simple operating system framework)。支持内核线程、加载和运行用户程序以及文件系统。

实验一:thread

  • pintos时钟原语的改进
  • 优先级调度——基本优先级调度
  • 优先级调度——优先级抢占
  • 优先级调度——优先级调整
  • 优先级调度——信号量
  • 优先级调度——条件变量
  • 优先级调度——优先级捐赠

tudo

  • 实验二:User Programs
  • 实验三:File Systems

About

Pintos是斯坦福大学为操作系统课程专门开发的一个基于80x86架构的简单操作系统框架(A simple operating system framework)。支持内核线程、加载和运行用户程序以及文件系统。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published