Skip to content

Ryoken/os_project4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kyle Schulz
Aaron Hart
John Langewisch
Tyson Williams

CSCI 442
Operating Systems
Project 4

INSTALL GIT

  Download and install Git
  git config --global user.name "Kyle "Ryoken" Schulz"
  git config --global user.email [email protected]

FIRST STEPS

  mkdir os_project4
  cd os_project4
  git init
  touch README
  git add README
  git commit -m 'first commit'
  git remote add origin [email protected]:Ryoken/os_project4.git
  git push -u origin master

About

Modifying the Linux 42.6 Scheduler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published