Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Operating Systems Part 1: Further Readings

Operating Systems: General Concepts

Many books have been writen on operating systems, some of the most popular are:

Linux Internals and Kernel Programming

Linux Systems Programming

Systems programming is the development of low level, user space applications that call the OS interface (system calls, and other low level primitives such as fork, mmap, IPCs, etc.) relatively directly.

Miscellaneous