Ebook: Dive Into Systems: A Gentle Introduction to Computer Systems
- Genre: Computers // Operating Systems
- Tags: Programming, Debugging, Multithreading, Parallel Programming, Distributed Systems, Memory Management, Assembly Language, GPU Programming, C, CUDA, Storage Management, Process Management, x86-64 Architecture, Code Optimization, Computer Architecture, ARM Architecture, Systems Programming, Multi-Core Systems, von Neumann Architecture, Valgrind
- Year: 2022
- Publisher: No Starch Press
- City: San Francisco, CA
- Edition: 1
- Language: English
- pdf
Dive into Systems is a vivid introduction to computer organization, architecture, and operating systems that is already being used as a classroom textbook at more than 25 universities.
This textbook is a crash course in the major hardware and software components of a modern computer system. Designed for use in a wide range of introductory-level computer science classes, it guides readers through the vertical slice of a computer so they can develop an understanding of the machine at various layers of abstraction.
Early chapters begin with the basics of the C programming language often used in systems programming. Other topics explore the architecture of modern computers, the inner workings of operating systems, and the assembly languages that translate human-readable instructions into a binary representation that the computer understands. Later chapters explain how to optimize code for various architectures, how to implement parallel computing with shared memory, and how memory management works in multi-core CPUs. Accessible and easy to follow, the book uses images and hands-on exercise to break down complicated topics, including code examples that can be modified and executed.
This textbook is a crash course in the major hardware and software components of a modern computer system. Designed for use in a wide range of introductory-level computer science classes, it guides readers through the vertical slice of a computer so they can develop an understanding of the machine at various layers of abstraction.
Early chapters begin with the basics of the C programming language often used in systems programming. Other topics explore the architecture of modern computers, the inner workings of operating systems, and the assembly languages that translate human-readable instructions into a binary representation that the computer understands. Later chapters explain how to optimize code for various architectures, how to implement parallel computing with shared memory, and how memory management works in multi-core CPUs. Accessible and easy to follow, the book uses images and hands-on exercise to break down complicated topics, including code examples that can be modified and executed.
Download the book Dive Into Systems: A Gentle Introduction to Computer Systems for free or read online
Continue reading on any device:
Last viewed books
Related books
{related-news}
Comments (0)