





<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Durofy &#187; introduction</title>
	<atom:link href="http://www.durofy.com/tag/introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.durofy.com</link>
	<description>Engineering &#38; Technology Blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 04:41:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Introduction to OS</title>
		<link>http://www.durofy.com/technology/introduction-to-os/</link>
		<comments>http://www.durofy.com/technology/introduction-to-os/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 08:22:37 +0000</pubDate>
		<dc:creator>Rishabh Dev</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[introduction]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[os]]></category>

		<guid isPermaLink="false">http://zarrata.com/durofy/operating-systems/introduction-to-os/</guid>
		<description><![CDATA[Operating Systems - INTRODUCTION TO OS We've heard of applications that run on Windows or Mac and so on. Thus Windows or Mac act as hosts for our computer applications. Hence, The Operating System is an interface between the user and the hardware, and the host for the applications &#038; software. Thus, the applications need [...]]]></description>
			<content:encoded><![CDATA[<p>Operating Systems - INTRODUCTION TO OS</p>
<p>We've heard of applications that run on Windows or Mac and so on. Thus Windows or Mac act as <strong>hosts</strong> for our computer applications.<br />
Hence, The Operating System is an interface between the user and the hardware, and the host for the applications &#038; software.</p>
<p>Thus, the applications need to access the services of the OS. This is done through what are called <strong>API</strong>s(Application Programming Interfaces) or <strong>system calls</strong>.</p>
<p><img src="http://i48.tinypic.com/9bahs8.jpg"></p>
<p>The central component of the OS is the <strong>kernel</strong>. The kernel is the bridge between the applications &#038; the hardware. Hence, It allows applications to process data at the hardware level. It can also control a process' access to the computer memory.</p>
<p>Sometimes, the kernel is used to limit a certain process' access to memory, a phenomenon called <strong>memory allocation/protection</strong>. This can be achieved by <strong>Segmentation</strong> &#038; <strong>Paging</strong>.</p>
<p>The kernel &#038; kernel extentions are alloted certain memory space, which, together with the user space alloted for all user apps, form the <strong>Virtual Memory</strong>. Virtual Memory is the key to multitasking kernels.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.durofy.com/technology/introduction-to-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

