Files
amILearningEnough/docs/resources/operatingSystem/systemCalls.md
2024-12-21 01:23:20 +05:30

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:

Video Tutorials

Documentation/Examples

  • Linux System Call Reference:
  • Windows System Call Table:

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.