| Webster's Online Dictionary |
| Part of Speech | Definition | |
| Verb | 1. Present participle conjugation of the verb kernel.[Eve - graph theoretic] | |
| Verb Base (kernel) |
1. To harden or ripen into kernels; to produce kernels.[Websters]. 2. Base verb from the following inflections: kernelling, kernelled, kernels, kerneller, kernellers, kernellingly and kernelledly.[Eve - graph theoretic] | |
| Expression | 1. Of Kernel.[Websters]. | |
|
Source: Webster's Revised Unabridged Dictionary (1913), compiled from various sources, under license. |
Top | |
|
"Kernelling" is a common misspelling or typo for: kerneling. |
|
Date "Kernelling" was first used in popular English literature: sometime before 1862. (references) |
| Part of Speech | Definition | |
| Verb | 1. Present participle conjugation of the verb kernel.[Eve - graph theoretic] | |
| Verb Base (kernel) | 1. To harden or ripen into kernels; to produce kernels.[Websters]. 2. Base verb from the following inflections: kernelling, kernelled, kernels, kerneller, kernellers, kernellingly and kernelledly.[Eve - graph theoretic] | |
| Expression | 1. Of Kernel.[Websters]. | |
Source: Webster's Revised Unabridged Dictionary (1913), compiled from various sources, under license. | Top | |
"KERNELLING" is a common misspelling or typo for: kerneling. |
Date "KERNELLING" was first used in popular English literature: sometime before 1862. (references) |
| Domain | Definition | ||
| Computing | Kernel (Note: NOT "kernal"). 1. | ||
| Noah Webster | 1: [Noun] The edible substance contained in the shell of a nut.. | 2: [Noun] Any thing included in a shell, husk or integument; a grain or corn; as a kernel of wheat or oats.. | 3: [Noun] The seed of pulpy fruit; as the kernel of an apple.. | 4: [Noun] The central part of any thing; a small mass around which other matter is concreted; a nucleus.. | 5: [Noun] A hard concretion in the flesh.. Source: Webster's 1828 American Dictionary. |
| Aerospace | In the spatial domain, a kernel is a MxM operator which can be used in the convolution or multiplication with a NxN image to accentuate certain features or properties of an image. A kernel can also be represented in the frequency domain as a Fourier transform. (references) | ||
| Business | A module of a program that forms a logical entity or performs a unit function. Note: The most vulnerable portion of code in a secure operating system is a special case of a kernel. (references) | ||
| Computing | 1: A) a nucleus or core, as in the kernel of an operating system; b) an encapsulation of an elementary function. Kernels can be combined to form some or all of an operating system or set of firmware; c) a model used in computer selection studies to evaluate computer performance. Source: European Union. (references) | 2: The core of an operating system that is responsible for managing system resources. Source: European Union. (references) | 3: The core, the central or most important part (of an operating system); in a security context, the critical parts of the programming system requiring the greatest protection. Source: European Union. (references) |
| Engineering & Technology | The area in the plane of the section through which the line of action of a force must pass if that force is to produce at all points in the given section the same kind of normal stress. Source: European Union. (references) | ||
| Environment | 1: Two-dimensional array of digital numbers used in digital filtering. (references) | 2: Uranium ceramic core of the fuel particle. (references) | |
| Food & Agriculture | Small fruit seed. Source: European Union. (references) | ||
| Language | That part of a word which is left after all inflexional and derivational affixes have been removed. Source: European Union. (references) | ||
| Literature | Kernel (Anglo-Saxon, cyrnel, a diminutive of corn; seed in general), whence acorn (the ác or oak corn). Source: Brewer's Dictionary. | ||
| Mining | Atom that has lost the valence electrons of its outermost shell. (references) | ||
| Wiktionary | 1: [Noun] (algebra) Those elements, in the domain of a function, which the function maps to zero. (references) | 2: [Noun] (computing) The central part of many computer operating systems which manages the system's resources and the communication between hardware and software components. (references) | 3: [Noun] (US) The stone of certain fruits, such as peaches or plums. (references) | 4: [Noun] A single seed or grain, especially of corn or wheat. (references) | 5: [Noun] The core, center, or essence of an object or system. (references) |
Source: compiled by the editor from various references; see credits. | Top | ||
| Expressions | Definition | ||
| Accent kernel | Accent was an operating system kernel developed at Carnegie Mellon University (CMU). Accent was developed as a follow-on to the Aleph kernel developed at the University of Rochester, fixing several of its problems and re-targeting its hardware support for networks of workstation machines instead of minicomputers. Accent was part of the SPICE Project at CMU which ran from 1981 to 1985. (references) | ||
| Aleph kernel | Aleph was an operating system kernel developed at the University of Rochester as part of their RIG project in 1975. Aleph used inter-process communications to move data between programs and the kernel, so applications could transparently access resources on any machine on the local area network (which at the time was a 3-Mbit/s experimental Xerox Ethernet). The project eventually petered out after several years due to rapid changes in the computer hardware market, but the ideas led to the creation of Accent at Carnegie Mellon University, leading in turn to Mach. (references) | ||
| Fejér kernel | In mathematics, the Fejér kernel is used to express the effect of Cesàro summation on Fourier series. It is a positive kernel, giving rise to an approximate identity. (references) | ||
| Fredholm kernel | In mathematics, a Fredholm kernel is a certain type of a kernel on a Banach space, associated with nuclear operators on the Banach space. Fredholm kernels are named for Ivar Fredholm. Much of the theory of Fredholm kernels was developed by Alexander Grothendieck and published in 1955. (references) | ||
| Graphical Kernel System | The Graphical Kernel System (GKS) was the first ISO standard for low level computer graphics, introduced in 1977. GKS provides a set of low-level drawing features for two-dimensional line and vector graphics. The calls are designed to be portable across different programming languages, graphics devices and uses, so that applications written to use GKS will be readily portable to many platforms and devices. (references) | ||
| Kentucky Kernel | The Kentucky Kernel is an independent daily student newspaper of the University of Kentucky. (references) | ||
| Kernel (integral operator) | The function k(x,y) that appears in this formula is the kernel of the operator T. (references) | ||
| Kernel Normal Form | Kernel normal form, or KNF, is the normal form used in the development of code for the BSD operating systems. Based on a concept from Computer Systems Research Group's original KNF, this code style is used to dictate how contributed code must appear prior to it's inclusion into the codebase. (references) | ||
| Kernel of a function | For the formal definition, let X and Y be sets and let f be a function from X to Y. (references) | ||
| Kernel panic | A kernel panic is a message displayed by an operating system upon detecting an internal system error from which it cannot recover. Kernel panics often provide cryptic debugging information that is useful only to the developers of the operating system. (references) | ||
| Kernel trick | The kernel trick was first published in the 1964 paper Theoretical foundations of the potential function method in pattern recognition learning. It allows linear algorithms to be easily converted into non-linear algorithms. (references) | ||
| Kernel virtual address space | The Kernel Virtual Address Space (KVA) is the virtual memory area in which all Linux kernel threads reside. The second part of the virtual address space is occupied by the User Virtual Address Space which contain user threads. (references) | ||
| Light Weight Kernel Threads | Light Weight Kernel Threads or LWKT is a term from computer science in general and in DragonFlyBSD in particular. LWKTs differ from normal kernel threads in that they can preempt normal kernel threads. (references) | ||
| Linux Kernel API | The Linux Kernel API is an application programming interface providing a uniform method for device drivers and other low-level software written for the Linux kernel to access system resources and services. (references) | ||
| Linux Kernel Developers Summit | The Linux Kernel Developers Summit is a conference held every year where Linux kernel developers talk about current and future developments of the Linux kernel. (references) | ||
| Linux kernel mailing list | The Linux kernel mailing list (LKML) is a electronic mailing list focusing on the discussion of Linux kernel development. Many other mailing lists exist to discuss the different subsystems and ports of the linux kernel, but LKML provides the glue that holds the kernel development community together. It is a very high volume list, usually receiving between 200-300 messages a day. (references) | ||
| Order of a kernel | The order of a kernel is the first non-zero moment of a stochastic kernel. (references) | ||
| Palm kernel | Seed of any oil palm. Source: Wordnet 3.0 Copyright © 2006 by Princeton University. All rights reserved. | ||
| Poisson kernel | In potential theory, the Poisson kernel is the derivative of the Green's function for the two-dimensional Laplace equation, under circular symmetry, using Dirichlet boundary conditions (BCS). (references) | ||
| Reproducing kernel Hilbert space | In functional analysis (a branch of mathematics), a reproducing kernel Hilbert space is a function space in which pointwise evaluation is a continuous linear functional. Equivalently, they are spaces that can be defined by reproducing kernels. The subject was originally and simultaneously developed by N. Aronszajn and S. Bergman in 1950. (references) | ||
| Stochastic kernel | A stochastic kernel is the transition function of a (usually discrete) stochastic process. Often, it is assumed to be iid, thus a probability density function. (references) | ||
| The Kentucky Kernel | The Kentucky Kernel is the student newspaper of the University of Kentucky. The Kernel's first issue was in 1915, and it became a daily paper in 1966. In 1972, the Kernel gained financial independence from of the university, although its office remains on campus to this day. (references) | ||
| VA Kernel | The VA Kernel is a set of programs, developed by the Department of Veterans Affairs of the United States Government, which provide an operating system and MUMPS implementation independent abstraction to the VistA Hospital Information System. These programs (called 'routines' in MUMPS) are the only programs which are expected to not be written in ANSI Standard MUMPS. (references) | ||
Source: compiled by the editor from various references; see credits. | Top | ||
| Expressions | Domain | Definition | |
| Andorra Kernel Language | Computing | ||
| Graphical Kernel System | Computing | ||
| Kernel (Operator) | Space | A unit or array of pixels used in digital image filtering. A kernel is the moving window whose center pixel is altered depending on the parameter being filtered. The kernel is usually made up of an odd number of pixels (e.g. 3 x 3, 5 x 5, 7 x 7). The larger the kernel the greater the smoothing effect of the filter. (references) | |
| Kernel blight | Geology | Any of a group of fungal diseases of barley which cause withering and discoloration of the grain; Gibberella zeae, Helminthosporium sativum and Alternaria are typically the culprits. (references) | |
| Kernel Parlog | Computing | Kernel Parlog | |
| Kernel roasting | Mining | See: roasting. (references) | |
| Kernel spot | Geology | A fungal disease of pecans that causes irregular brown spots on the nuts; it is caused by Coniothyrum caryogenum. (references) | |
| Kernel User Interface Package | Computing | Kernel User Interface Package | |
| Rom Kernel Manual | Computing | ||
| Security kernel | Business | 1) In computer and communications security, the central part of a computer or communications system hardware, firmware, and software that implements the basic security procedures for controlling access to system resources. 2) A self-contained usually small collection of key security-related statements that (a) works as a part of an operating system to prevent unauthorized access to, or use of, the system and (b) contains criteria that must be met before specified programs can be accessed. 3) Hardware, firmware, and software elements of a trusted computing base that implement the reference monitor concept. (references) | |
| Security kernel | Computing | The core, the central or most important part (of an operating system); in a security context, the critical parts of the programming system requiring the greatest protection. Source: European Union. (references) | |
| Slowing-down kernel | Nuclear Energy & Physics | For a homogeneous medium: a function that gives the probability per unit volume that a neutron will go from one specified position to another while slowing down through a specified range of energy. Source: European Union. (references) | |
Source: compiled by the editor from various references; see credits. | Top | ||