-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathREADME
51 lines (40 loc) · 1.11 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
CS3753 (Operating Systems)
Spring 2012
University of Colorado Boulder
Programming Assignment 3
Public Code
By Andy Sayler - 2012
http://www.andysayler.com
With help from:
Junho Ahn - 2012
---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