Skip to content

ustc1587/csapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSAPP Lab

环境配置

以下基于Ubuntu22.04

sudo apt install build-essential
sudo apt install gcc-multilib
sudo apt install gdb
sudo apt install flex
sudo apt install bison

Data Lab

修改btest中的TIMEOUT_LIMIT#define TIMEOUT_LIMIT 30

Architecture Lab

在Makefile中添加 -fcommon

Proxy Lab

修改driver.sh第301行

python3 nop-server.py ${nop_port} &> /dev/null &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published