-
Notifications
You must be signed in to change notification settings - Fork 0
minorl/CS3753-PA3
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CS3753 (Operating Systems) Spring 2014 University of Colorado Boulder Programming Assignment 3 Public Code By Andy Sayler - 2012 http://www.andysayler.com With help from: Junho Ahn - 2012 Updated by Mike Gartrell - 2014 ---Folders--- handout - Assignment description and documentation ---Executables--- ./testscript - A simple bash script for running a few sample test cases ./pi - A simple program for statistically calculating pi ./pi-sched - A simple program for statistically calculating pi using a specific scheduling policy ./rw - A simple i/o bound example program. ./rr_quantum - A simple program for determing the RR quantum. ---Examples--- Build: make Clean: make clean pi: ./pi ./pi <Number of Iterations> pi-sched: ./pi-sched ./pi-sched <Number of Iterations> ./pi-sched <Number of Iterations> <Scheduling Policy> rw: ./rw ./rw <#Bytes to Write to Output File> ./rw <#Bytes to Write to Output File> <Block Size> ./rw <#Bytes to Write to Output File> <Block Size> <Input Filename> ./rw <#Bytes to Write to Output File> <Block Size> <Input Filename> <Output Filename> testscript: ./testscript rr_quantum: sudo ./rr_quantum
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published