Kernel (Operating System Kernel)


The kernel is the central module of an operating system (OS). It is the part of the operating system that loads first, and it remains in main memory. Because it stays in memory, it is important for the kernel to be as small as possible while still providing all the essential services required by other parts of the operating system and applications. The the kernel code is usually loaded into a protected area of memory to prevent it from being overwritten by programs or other parts of the operating system.

Typically, the kernel is responsible for memory management, process and task management, and disk management. The kernel connects the system hardware to the application software. Every operating system has a kernel. For example the Linux kernel is used numerous operating systems including Linux, FreeBSD, Android and others.

Read Also:

  • kernel32.dll

    Kernel32.dll is the 32-bit dynamic link library found in the Windows operating system kernel. It handles memory management, input/output operations, and interrupts. When Windows boots up, kernel32.dll is loaded into a protected memory space so other applications do not take that space over. On occasion, though, users may encounter the “invalid page fault” error. This […]

  • kerning

    )In typography, kerning refers to adjusting the space between characters, especially by placing two characters closer together than normal. Kerning makes certain combinations of letters, such as WA, MW, TA, and VA, look better. Only the most sophisticated word processors and desktop publishing systems perform kerning. Normally, you can activate or deactivate kerning for particular […]

  • Key

    (1) A button on a keyboard. (2) In database management systems, a key is a field that you use to sort data. It can also be called a key field , sort key, index, or key word. For example, if you sort records by age, then the age field is a key. Most database management […]

  • key effect

    In video editing, a key effect is used to remove a color or background from a video clip or an image to see the image or video behind it. Also called color key out.

  • key escrow

    (kē es´krō) (n.) A data security measure in which a cryptographic key is entrusted to a third party (i.e., kept in escrow). Under normal circumstances, the key is not released to someone other than the sender or receiver without proper authorization. Key escrow systems can be considered a security risk at the user puts access […]


Disclaimer: Kernel (Operating System Kernel) definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.