answersLogoWhite

0


Best Answer

The kernel is the essential center of a computer operating system, the core that provides basic services for all other parts of the operating system. A synonym is nucleus. A kernel can be contrasted with a shell, the outermost part of an operating system that interacts with user commands. Kernel and shell are terms used more frequently in Unix operating systems than in IBM mainframe or Microsoft Windows systems.

Defnition from Wikipedia:

In computer science, the kernel is the central component of most computer operating system(OS). Its responsibilities include managing the system's resources (the communication between hardware and software components). As a basic component of an operating system, a kernel provides the lowest-level abstraction layer for the resources (especially memory, processors and I/O devices) that application software must control to perform its function. It typically makes these facilities available to application programs through interprocess communication mechanisms and system calls.

These tasks are done differently by different kernels, depending on their design and implementation. While monolithic kernels will try to achieve these goals by executing all the code in the same address space to increase the performance of the system, microkernels run most of their services in user space, aiming to improve maintainability and modularity of the codebase. A range of possibilities exists between these two extremes.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

A rather simplistic example is to liken the Linux Kernel to the hub of a bicycle wheel. The many spokes radiating outwards are akin to numerous distributions (operating systems) - of which Ubuntu, Linux Mint, are but two examples.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

The kernel is the lowest layer of abstraction in any OS, including Linux. It takes care of the core components of a system, and manages the hardware.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

The kernel is the memory resident part of the operating system and is not swapped out of memory.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the function of the Unix kernel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is kernel in UNIX operating system?

kernel is everything in unix os


Is the kernel in a unix os a program?

The kernel is the central control program of Unix and the majority of other operating systems.


What is the name of kernel in Unix Linux and Windows Vista?

As Unix isn't any particular operating system, there is no distinct name for the kernel. Different versions of Unix may have vastly different kernel structures. The Linux kernel is called, well, the Linux kernel. The Vista kernel is a continuation of the "NT kernel" designed for Windows NT 3.1.


Does Linux use the kernel of Unix?

No, it is unix-based but Linux is a kernel not an operating system.Ubuntu,Linux Mint,Debian,and puppy Linux,ect. are OS's that use the Linux kernel.


The core of all unix and Linux systems is called the kernel?

Yes


Where does kernel store in unix?

Probably /boot ?


Is the Windows NT based kernel better than the UNIX based monolithic kernel?

Yes.


What is the core of all UNIX-type of systems?

Kernel


How does Unix provide multitasking?

The UNIX operating system is made up of three parts; the kernel, the shell and the programs.


Full name of Linux?

The Linux kernel is named for its creator, Linus Torvalds. The practice of appending an X was for Unix and Unix-like systems.


What is system programming in UNIX?

system programming uses the functionalities provided by kernel.........


The first major program written in C was the what opserating system?

Unix kernel