Skip to content

devpatel10/Pintos-Project-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Pintos-Project-2

Multiprogramming

Now that you've worked with Pintos and are becoming familiar with its infrastructure and thread package, it's time to start working on the parts of the system that allow running user programs. The base code already supports loading and running user programs, but no I/O or interactivity is possible. In this project, you will enable programs to interact with the OS via system calls.

You will be working out of the "userprog" directory for this assignment, but you will also be interacting with almost every other part of Pintos. We will describe the relevant parts below.

Http://Web.Stanford.Edu/Class/Cs140/Projects/Pintos/Pintos_3.Html

About

Multiprogramming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 69.0%
  • Perl 23.5%
  • Makefile 3.6%
  • Assembly 2.5%
  • C++ 1.1%
  • Shell 0.2%
  • Other 0.1%