CSAPP-3e-Solutions Build Status

Computer Systems: A Programmer’s Perspective Third Edition Solutions

csapp3e-cover

at first

Almost all solutions has its own code piece in c/gas/yas and every code piece
is tested!

Code files are classified by chapter. Please visit the index page of every chapter to see more info.

issues

Hurry makes work faulty and no improvement makes it disappointed.

Thanks every issue and pr, they really make this project better.

build

prerequisite

  • x64 linux system
  • docker

pull env image

  1. sudo docker pull dreamanddead/csapp-3e-solutions

code

clone code

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

compile

  1. make

test

  1. make test

clean

  1. make clean

gitbook

must install gitbook plugins first before other gitbook actions

  1. make plugin

serve book in http://localhost:4000

  1. make serve

generate site in ./_book/

  1. make html

generate E-books in ./

  1. make pdf
  2. make mobi
  3. make epub

feedback

If you encounter some problem, you can email me or comment on disqus
in specific solution page

license

GPLv3

at last

I’ll be :) if this little book helps you and make your life more convenient.

Long Live Open Source.