Skip to content

The lab assignments from Introduction to Computer Systems with my solutions

License

Notifications You must be signed in to change notification settings

junqi-xie-learning/ICS-Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICS-Labs

This repository contains the lab assignments from SE2317 (2021 Spring) and selected sample labs from CS:APP Student Site (from CMU 15-213) with my solutions. I included the problems as a reference, but I do not claim the copyright of these problems.

If you found any mistakes in the solutions, please create an issue or contact me through email.

Environment Setup

  • This repository was tested with GCC 8.3.0 on Debian GNU/Linux 10.

Contents

Labs from SE2317 (2021 Spring)

  • Shell Lab
  • Proxy Lab

Sample Labs from CS:APP

  • Data Lab
  • Bomb Lab
  • Attack Lab
  • Architecture Lab
  • Cache Lab
  • Malloc Lab

License

  • My solutions are provided under GNU General Public License v3.0. See LICENSE for more information.