Weinux / CSAPP-3e-Solutions

CSAPP 3e Solutions gitbook

Home Page:https://dreamanddead.gitbooks.io/csapp-3e-solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSAPP-3e-Solutions

Computer Systems: A Programmer's Perspective Third Edition Solutions

csapp3e-cover

code

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.

serve locally

install gitbook-cli

npm i -g gitbook-cli

clone code

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

cd

cd CSAPP-3e-Solutions

install plugins

gitbook install

serve

gitbook serve --no-watch

visit link

http://localhost:4000

make

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

cd CSAPP-3e-Solutions

make

make

test

make test

clean

make clean

feedback

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

license

GPLv3

donation

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.

About

CSAPP 3e Solutions gitbook

https://dreamanddead.gitbooks.io/csapp-3e-solutions

License:GNU General Public License v3.0


Languages

Language:C 64.6%Language:HCL 23.4%Language:Tcl 5.4%Language:Makefile 2.3%Language:Perl 2.2%Language:Assembly 0.7%Language:Perl 6 0.6%Language:Lex 0.3%Language:Yacc 0.2%Language:HTML 0.1%Language:C++ 0.0%