This document provides an introduction to the book "Computer Science from the Bottom Up" which aims to teach computer science concepts from a low-level perspective. It explains that the book will cover topics like Unix, C programming, binary representation, computer architecture, operating systems, processes, virtual memory, toolchains and more with the goal of explaining how computers work under the hood rather than just how to use them. It notes that modern operating systems are very complex but this book aims to break them down concept by concept to improve understanding.