mirror of
https://github.com/ossu/computer-science.git
synced 2025-03-29 00:48:02 -04:00

This is probably the best introduction to computer systems for programmers. It contains all needed essentials of computer architecture, describes how C language works internally (e.g. how data structures are organized in memory and managed on machine language level) and even describes essentials of operating systems.