DreamAndDead / CSAPP-3e-Solutions

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

Home Page:https://dreamanddead.github.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

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

About

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

https://dreamanddead.github.io/CSAPP-3e-Solutions/

License:GNU General Public License v3.0


Languages

Language:C 64.7%Language:HCL 23.2%Language:Tcl 5.4%Language:Perl 2.8%Language:Makefile 2.3%Language:Assembly 0.7%Language:Lex 0.3%Language:HTML 0.2%Language:Yacc 0.2%Language:Dockerfile 0.1%Language:C++ 0.1%