System Calls
Articles/Blog Posts
- System call:
- Wikipedia
- What are System Calls in OS? Types & Examples:
- Guru99
- Understanding User Space and Kernel Space in Linux:
- DigitalOcean (Explains the context of system calls)
Video Tutorials
Documentation/Examples
- Linux System Call Reference:
- Linux man pages (Detailed documentation of Linux system calls)
- Windows System Call Table:
- j00ru's Blog (Information on Windows system calls)
Books
- Operating System Concepts (10th Edition) by Silberschatz, Galvin, and Gagne:
- ISBN: 978-1292400451
- Modern Operating Systems (4th Edition) by Andrew S. Tanenbaum:
- ISBN: 978-0133591620
- Application Programming Interface (API):
- Wikipedia
- System calls are often accessed through higher-level APIs.