├── Handin ├── 1 datalab │ └── bits.c ├── 2 bomblab │ └── answer.txt ├── 3 attacklab │ └── answer.txt ├── 4 archlab │ ├── bubble.ys │ ├── ncopy.ys │ ├── pipe-full.hcl │ ├── rsum.ys │ ├── seq-full.hcl │ └── sum.ys ├── 5 cachelab │ ├── csim.c │ └── trans.c ├── 6 tshlab │ └── tsh.c ├── 7 malloclab │ └── mm.c └── 8 proxylab │ ├── Makefile │ ├── cache.c │ ├── cache.h │ └── proxy.c ├── Handout ├── 1 datalab.tar ├── 2 bomblab.tar ├── 3 attacklab.tar ├── 4 archlab.tar ├── 5 cachelab.tar ├── 6 tshlab.tar ├── 7 malloclab.tar └── 8 proxylab.tar ├── README.md └── Writeup ├── 1 datalab.pdf ├── 2 bomblab.pdf ├── 3 attacklab.pdf ├── 4 archlab.pdf ├── 5 cachelab.pdf ├── 6 tshlab.pdf ├── 7 malloclab.pdf └── 8 proxylab.pdf /Handin/1 datalab/bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/1 datalab/bits.c -------------------------------------------------------------------------------- /Handin/2 bomblab/answer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/2 bomblab/answer.txt -------------------------------------------------------------------------------- /Handin/3 attacklab/answer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/3 attacklab/answer.txt -------------------------------------------------------------------------------- /Handin/4 archlab/bubble.ys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/4 archlab/bubble.ys -------------------------------------------------------------------------------- /Handin/4 archlab/ncopy.ys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/4 archlab/ncopy.ys -------------------------------------------------------------------------------- /Handin/4 archlab/pipe-full.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/4 archlab/pipe-full.hcl -------------------------------------------------------------------------------- /Handin/4 archlab/rsum.ys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/4 archlab/rsum.ys -------------------------------------------------------------------------------- /Handin/4 archlab/seq-full.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/4 archlab/seq-full.hcl -------------------------------------------------------------------------------- /Handin/4 archlab/sum.ys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/4 archlab/sum.ys -------------------------------------------------------------------------------- /Handin/5 cachelab/csim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/5 cachelab/csim.c -------------------------------------------------------------------------------- /Handin/5 cachelab/trans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/5 cachelab/trans.c -------------------------------------------------------------------------------- /Handin/6 tshlab/tsh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/6 tshlab/tsh.c -------------------------------------------------------------------------------- /Handin/7 malloclab/mm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/7 malloclab/mm.c -------------------------------------------------------------------------------- /Handin/8 proxylab/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/8 proxylab/Makefile -------------------------------------------------------------------------------- /Handin/8 proxylab/cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/8 proxylab/cache.c -------------------------------------------------------------------------------- /Handin/8 proxylab/cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/8 proxylab/cache.h -------------------------------------------------------------------------------- /Handin/8 proxylab/proxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handin/8 proxylab/proxy.c -------------------------------------------------------------------------------- /Handout/1 datalab.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handout/1 datalab.tar -------------------------------------------------------------------------------- /Handout/2 bomblab.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handout/2 bomblab.tar -------------------------------------------------------------------------------- /Handout/3 attacklab.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handout/3 attacklab.tar -------------------------------------------------------------------------------- /Handout/4 archlab.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handout/4 archlab.tar -------------------------------------------------------------------------------- /Handout/5 cachelab.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handout/5 cachelab.tar -------------------------------------------------------------------------------- /Handout/6 tshlab.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handout/6 tshlab.tar -------------------------------------------------------------------------------- /Handout/7 malloclab.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handout/7 malloclab.tar -------------------------------------------------------------------------------- /Handout/8 proxylab.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Handout/8 proxylab.tar -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/README.md -------------------------------------------------------------------------------- /Writeup/1 datalab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Writeup/1 datalab.pdf -------------------------------------------------------------------------------- /Writeup/2 bomblab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Writeup/2 bomblab.pdf -------------------------------------------------------------------------------- /Writeup/3 attacklab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Writeup/3 attacklab.pdf -------------------------------------------------------------------------------- /Writeup/4 archlab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Writeup/4 archlab.pdf -------------------------------------------------------------------------------- /Writeup/5 cachelab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Writeup/5 cachelab.pdf -------------------------------------------------------------------------------- /Writeup/6 tshlab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Writeup/6 tshlab.pdf -------------------------------------------------------------------------------- /Writeup/7 malloclab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Writeup/7 malloclab.pdf -------------------------------------------------------------------------------- /Writeup/8 proxylab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-icez/introduction-to-computer-systems/HEAD/Writeup/8 proxylab.pdf --------------------------------------------------------------------------------