Term: KERNEL
The kernel is the core of an operating system. The kernel contains the most essential operating system services, such as task schedulers and interrupt handlers, and is always loaded whenever the operating system is active. It can call other operating system services (such as file or other I/0 services) when requested by a user, a function, or an application
Return To Glossary