-
Notifications
You must be signed in to change notification settings - Fork 9
/
README
51 lines (38 loc) · 1020 Bytes
/
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
#####################################################################
# CS:APP Shell Lab
#
# Student Source Files
######################################################################
This directory contains the files you will need for the CS:APP Shell
Lab.
tsh.c
This is the file you will be modifying and handing in.
#########################################
# You shouldn't modify any of these files
#########################################
tshref*
This is the reference shell executable
sdriver.c
The shell driver source program
runtrace.c
The trace interpreter source program
trace{00-24}.txt
Trace files used by the driver
config.h
Header file for sdriver.c
mycat.c
myenv.c
myintp.c
myints.c
myspin1.c
myspin2.c
mysplit.c
mysplitp.c
mytstpp.c
mytstps.c
These are helper programs that are referenced in the trace files.
driverlib.c
driverlib.h
Helper functions for submitting your results to Autolab
Makefile:
This is the makefile that builds the driver program.