Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 488 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 488 Bytes

CS61C-study

这是我自学CS61C做的Project和Labs的记录

Projects

Progress

  • Proj1
  • Proj2
  • Proj3
  • Proj4

Notes

windows下建议安装wsl来运行

Proj1

报错

make: valgrind: No such file or directory
make: *** [Makefile:83: valgrind-test-free-state] Error 127

说明没有安装valgrind, 使用sudo apt-get install valgrind安装即可

Proj2

initialize_zero.s 的测试缺了2个,目前没找到

absent