Computer Systems: A Programmer's Perspective Third Edition Solutions
Hurry makes faulty work and no improvement makes it disappointed.
Thanks every improvement makes the project better.
issue | from | by | status |
---|---|---|---|
solution 2.84 seems to have a problem | github issue#1 | littlecoke | open |
Problem 3.66 | github issue#5 | gonglinyuan | open |
github: DreamAndDead/CSAPP-3e-Solutions
Almost all solutions has its own code piece in c/gas/yas and every code piece is tested!
Code files are classified by chapter. More info visit index page of every chapter.
clone code
git clone https://github.com/DreamAndDead/CSAPP-3e-Solutions.git
cd CSAPP-3e-Solutions
install gitbook-cli
npm i -g gitbook-cli
install plugins
gitbook install
serve
gitbook serve --no-watch
visit link
http://localhost:4000
prerequisite
- 64bit linux machine, required by
gcc -m64
- package
tcl8.5-dev
&tk8.5-dev
, required by chapter4 processor simulator
clone code
git clone https://github.com/DreamAndDead/CSAPP-3e-Solutions.git
cd CSAPP-3e-Solutions
compile
make
test
make test
clean
make clean
prerequisite
- ebook-convert, install by
apt install calibre
generate book
gitbook pdf ./ ./csapp-3e-solutions.pdf
gitbook mobi ./ ./csapp-3e-solutions.mobi
gitbook epub ./ ./csapp-3e-solutions.epub
If you encounter some problem, you can email me or comment on disqus in specific solution page:)
GPLv3
I'll be :) if this little book helps you and make your life more convenient.
Would you like to offer me a cup of coffee for a better life? Whether or not, it's a choice. Choice means freedom. Freedom is the core of Open Source. Long Live Open Source.