notes

Log | Files | Refs | README

system_call.md (267B)


      1 # System Call
      2 
      3 A system call is how a normal program asks the operating system kernel to do
      4 something privileged (like read a file, send data on a socket, allocate certain
      5 memory).
      6 
      7 “System call” is a concept from operating‑system interfaces and kernel design.