404 Forks
1880 Stars
1880 Watchers

CSAPP-Labs

Solutions and Notes for Labs of Computer Systems: A Programmer's Perspective 3rd Editon // 《深入理解计算机系统》第三版的实验文件、解答与笔记

How to download and setup CSAPP-Labs

Open terminal and run command
git clone https://github.com/Exely/CSAPP-Labs.git
git clone is used to create a copy or clone of CSAPP-Labs repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with CSAPP-Labs https://github.com/Exely/CSAPP-Labs/archive/master.zip

Or simply clone CSAPP-Labs with SSH
[email protected]:Exely/CSAPP-Labs.git

If you have some problems with CSAPP-Labs

You may open issue on CSAPP-Labs support forum (system) here: https://github.com/Exely/CSAPP-Labs/issues