answersLogoWhite

0

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

13y ago

What else can I help you with?

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.


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 ?


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

The kernel in Unix-based operating systems like Linux is called the "Linux kernel." In Windows Vista, the kernel is known as the "Windows NT kernel." Each kernel serves as the core component of the operating system, managing system resources, providing essential services, and facilitating communication between software and hardware components.


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

Kernel


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

Yes.


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.


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

Unix kernel


What is system programming in UNIX?

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