Skip to content

A semester long project in which a friend and I started with an incomplete OS skeleton of about 300,000 lines of code and implemented core OS functionalities on top of it.

Notifications You must be signed in to change notification settings

kaycbas/Pintos-OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pintos

Welcome to Pintos

Pintos is an educational 80x86 operating system framework developed by Ben Pfaff. As mentioned in class, there will be four programming assignments this semester. All of the programming assignments in this class are centered around implementing the core functionality of the Pintos operating system. This repository contains the Pintos skeleton code and documentation, should you need to reference it throughout the semester.

A link to the online Pintos documentation can be found here.

Important Dates

Project 1 Due: September 23

Project 2 Checkpoint Due: October 6

Project 2 Due: October 23

Project 3 Due: November 11

Project 4 Due: December 1

##Project Organization Please make sure you organize your repository in the following manner:

Project directores For each project you need to create a new directory. Make sure they're named "proj<number>". For example "proj1".

Design document Make sure your design document for each project is placed in the correct directory (per project instruction), and named "DESIGNDOC" with no extensions.

About

A semester long project in which a friend and I started with an incomplete OS skeleton of about 300,000 lines of code and implemented core OS functionalities on top of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published