
1. n. A minimalist operating system.
2. n. The core of a microkernel architecture operating system like Mach.
3. n. An essential part of any real-time operating system, the kernel consists of the scheduler and context switch routine.
n. A privileged CPU mode. Sometimes called supervisor mode. Parts of the operating system, such as the scheduler, device drivers, and the memory manager, usually execute in kernel mode, whereas application code executes in user mode. The transition from user mode to kernel mode is typically made somewhere inside an OS system call when a software interrupt instruction is executed.
Many of the statically linked single-memory space RTOSes used in embedded systems never place the processor into user mode. Thus, the tasls running on top of such an RTOS can execute any CPU instruction, even those, such as disable interrupts, that could bring the RTOS to its knees.
Note that some processors support multiple levels of privilege, in what are then typically called protection rings.
Contrast with user mode.
(kay bee) pre. The prefix meaning 210. Abbreviated Ki.
Note the arcane use of the lower case "k" in the name "kibi," but the use of capital "K" in the abbreviations.
See also binary prefixes, kilo-.
Netrino® and The Embedded Systems Expertssm are trademarks of Netrino, LLC.
Website contents copyright © 1999-2008 by Netrino, LLC. All rights reserved.
Netrino, LLC • 9250 Bendix Road • Columbia, Maryland 21045 • 866.78.EMBED