mirror of
https://github.com/mohitmishra786/amILearningEnough.git
synced 2025-12-17 20:34:40 +03:00
1.4 KiB
1.4 KiB
System Calls
Articles/Blog Posts
- System call:
- What are System Calls in OS? Types & Examples:
- Understanding User Space and Kernel Space in Linux:
- DigitalOcean (Explains the context of system calls)
Video Tutorials
- System Calls - Operating System:
- System Call in Operating System:
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
Related Concepts
- Application Programming Interface (API):
- Wikipedia
- System calls are often accessed through higher-level APIs.