Table of Contents
    Home / Architecture / System Call
    Architecture 1 min read

    The invocation of an operating system routine. Operating systems contain sets of routines for performing various low-level operations. For example, all operating systems have a routine for creating a directory. If you want to execute an operating system routine from a program, you must make a system call.

    Was this Article helpful? Yes No