System_call System_call

System call - Definition and Overview

Related Words: Mo, Aggregation, Algorithm, All, Angle, Arrangement, Array, Attack, Basis, Blueprint, Brand, Calculation, Cast, Character

In computing, a system call is the mechanism used by an application program to request service from the operating system. System calls often use a special machine code instruction which causes the processor to change mode (e.g. to "supervisor mode" or "protected mode"). This allows the OS to perform restricted actions such as accessing hardware devices or the memory management unit.

On Posix and similar systems, popular system calls are for example: close, execve, fork, kill, open, read, wait, write.

This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.