• Stars
    star
    1,387
  • Rank 33,793 (Top 0.7 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created over 7 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CSAPP 3e Solutions, migrated to github.io from gitbook.io which is being shut down.

CSAPP-3e-Solutions

Computer Systems: A Programmer's Perspective Third Edition Solutions

csapp3e-cover

Build

prerequisite

  • x64 linux system
  • docker

clone code

git clone https://github.com/DreamAndDead/CSAPP-3e-Solutions.git
cd CSAPP-3e-Solutions

pull image

sudo docker pull dreamanddead/csapp-3e-solutions

compile

make

test

make test

clean

make clean

Feedback

You can

  • send an email
  • submit a PR
  • post an issue

ChangeLog

2021-03-01

  • Using hugo as website generator instead of gitbook