Computer Science from the Bottom Up
Computer Science is taught from the "top down"; applications, high level programming, software design and development theory, possibly data structures. Students will probably be exposed to binary, hopefully binary logic, possibly even some low level concepts such as registers, opcodes and the like at a superficial level.
This book aims to move in completely the opposite direction, working from operating systems fundamentals through to how those applications are complied and executed.
- General Unix and Advanced C
- Binary and Number Representation
- Computer Architecture
- The Operating System
- The Process
- Virtual Memory
- The Toolchain
- Behind the process
- Dynamic Linking
- I/O Fundamentals
from Hacker News http://ift.tt/YV9WJO
via IFTTT