<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikimd.com/index.php?action=history&amp;feed=atom&amp;title=Kernel_%28operating_system%29</id>
	<title>Kernel (operating system) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikimd.com/index.php?action=history&amp;feed=atom&amp;title=Kernel_%28operating_system%29"/>
	<link rel="alternate" type="text/html" href="https://wikimd.com/index.php?title=Kernel_(operating_system)&amp;action=history"/>
	<updated>2026-04-24T13:58:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikimd.com/index.php?title=Kernel_(operating_system)&amp;diff=5612593&amp;oldid=prev</id>
		<title>Prab: CSV import</title>
		<link rel="alternate" type="text/html" href="https://wikimd.com/index.php?title=Kernel_(operating_system)&amp;diff=5612593&amp;oldid=prev"/>
		<updated>2024-04-16T07:05:28Z</updated>

		<summary type="html">&lt;p&gt;CSV import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:Kernel_Layout.svg|left|Kernel Layout|thumb]] [[File:kernel-simple.svg|left|kernel-simple|thumb|left]] [[File:Kernel-microkernel.svg|left|Kernel-microkernel|thumb]] [[File:Kernel-hybrid.svg|left|Kernel-hybrid|thumb]] [[File:Unix_history-simple.svg|left|Unix history-simple|thumb]] &amp;#039;&amp;#039;&amp;#039;Kernel (operating system)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;kernel&amp;#039;&amp;#039;&amp;#039; is the core component of an [[operating system]]. It acts as a bridge between applications and the actual data processing done at the hardware level. The kernel&amp;#039;s responsibilities include managing the system&amp;#039;s resources (like the CPU, memory, and I/O devices) and allowing multiple applications to efficiently share these resources.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
The kernel is an essential part of an [[operating system]], with complete control over everything in the system. It is the &amp;quot;portion of the operating system code that is always resident in memory&amp;quot;, and it facilitates interactions between hardware and software components. On most systems, it is one of the first programs loaded on start-up (after the bootloader). It handles the rest of start-up as well as input/output requests from software, translating them into data-processing instructions for the CPU.&lt;br /&gt;
&lt;br /&gt;
== Types of Kernels ==&lt;br /&gt;
Kernels can be categorized into different types based on their design and functionality:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Monolithic Kernels&amp;#039;&amp;#039;&amp;#039; - In this architecture, all the operating system services run along with the kernel in a single address space. Monolithic kernels are known for their efficiency and speed. Examples include [[Linux]] and [[UNIX]].&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Microkernels&amp;#039;&amp;#039;&amp;#039; - These kernels take a minimalist approach and run only the most essential services in the kernel space, while other processes are run in user space. This separation can enhance system security and reliability. Examples include Minix and QNX.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Hybrid Kernels&amp;#039;&amp;#039;&amp;#039; - Hybrid kernels are a compromise between monolithic and microkernels. They attempt to provide the performance of monolithic kernels, while maintaining the modularity of microkernels. Windows NT is an example of a hybrid kernel.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Exokernels&amp;#039;&amp;#039;&amp;#039; - Exokernel architecture allows applications to access hardware resources directly, without any abstraction layer provided by the kernel. This approach aims to reduce the overhead introduced by traditional kernels.&lt;br /&gt;
&lt;br /&gt;
== Functions of the Kernel ==&lt;br /&gt;
The kernel&amp;#039;s primary functions include:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Process Management&amp;#039;&amp;#039;&amp;#039; - It involves creating and terminating processes, as well as their synchronization and communication.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Memory Management&amp;#039;&amp;#039;&amp;#039; - The kernel allocates and deallocates memory spaces as needed by programs and manages the switch between virtual and physical memory.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Device Management&amp;#039;&amp;#039;&amp;#039; - It includes the management of all types of devices such as disk drives, printers, and keyboards. The kernel has a device driver for each device type.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;File System Management&amp;#039;&amp;#039;&amp;#039; - The kernel allows for file creation, deletion, and access, as well as other file operations, through the file system.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Security&amp;#039;&amp;#039;&amp;#039; - The kernel enforces security policies by isolating processes and controlling access to resources.&lt;br /&gt;
&lt;br /&gt;
== Kernel Space vs. User Space ==&lt;br /&gt;
In computing, the terms &amp;quot;kernel space&amp;quot; and &amp;quot;user space&amp;quot; refer to different regions of memory. Kernel space is where the kernel operates and has unrestricted access to the hardware. User space is where user applications run. Applications in user space can access the kernel&amp;#039;s functionalities through a defined set of system calls.&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
The kernel is a fundamental part of modern computing systems, providing a layer of abstraction between the hardware and software. Its design and implementation significantly affect the system&amp;#039;s performance, security, and stability.&lt;br /&gt;
&lt;br /&gt;
[[Category:Operating system technology]]&lt;br /&gt;
[[Category:Computer science]]&lt;br /&gt;
&lt;br /&gt;
{{computing-stub}}&lt;/div&gt;</summary>
		<author><name>Prab</name></author>
	</entry>
</feed>