Changes

Jump to: navigation, search

Syscalls

14 bytes removed, 23:19, 25 January 2014
no edit summary
[[Category:Assembly Language]]
The System system call (''syscall'') mechanism is the mechanism used by an application to access kernel services. High-level languages will wrap the syscall interface in basic wrappers or more advanced mechanisms. For example, in C, the ''write'' syscall can be accessed through the <code>write()</code> wrapper, or through more complex functions such as <code>printf()</code>.
== Syscall Mechanism ==

Navigation menu