<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=System_call</id>
		<title>System call - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=System_call"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=System_call&amp;action=history"/>
		<updated>2026-06-06T13:33:51Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=System_call&amp;diff=26737&amp;oldid=prev</id>
		<title>Jnc: Stubby, but a start</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=System_call&amp;diff=26737&amp;oldid=prev"/>
				<updated>2022-06-27T12:27:27Z</updated>
		
		<summary type="html">&lt;p&gt;Stubby, but a start&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A '''system call''' is the mechanism by which a [[user]]'s computation, usually running in a [[process]], requests that the [[operating system]]'s [[kernel]] perform some service for it. Since the kernel is usually operating in some specially-privileged way (often in a special mode of the [[Central Processing Unit|CPU]], to which the users do not have access, so that they may be protected from each other), the process must use some special mechanism to transfer, in a carefully controlled way, to the kernel.&lt;br /&gt;
&lt;br /&gt;
This is usually done with a restricted [[instruction]] which causes a [[trap]], but other approaches have been used. For instance, [[Multics]] used a combination of its [[single-level store|single-level memory]] and [[protection ring]]s to do system calls with a [[subroutine]] call into the kernel.&lt;br /&gt;
&lt;br /&gt;
[[Category: CPU Basics]]&lt;br /&gt;
[[Category: OS Basics]]&lt;/div&gt;</summary>
		<author><name>Jnc</name></author>	</entry>

	</feed>