0% found this document useful (0 votes)
18 views1 page

1 Kernel Basics

The kernel is the core component of an operating system that directly interacts with hardware and manages system resources such as CPU, memory, and I/O devices. It operates in privileged mode and is classified as low-level system software, with examples including the Linux Kernel and Windows NT Kernel. Users do not have direct access to the kernel, which performs essential tasks like process, memory, and device management.

Uploaded by

iec.vineet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

1 Kernel Basics

The kernel is the core component of an operating system that directly interacts with hardware and manages system resources such as CPU, memory, and I/O devices. It operates in privileged mode and is classified as low-level system software, with examples including the Linux Kernel and Windows NT Kernel. Users do not have direct access to the kernel, which performs essential tasks like process, memory, and device management.

Uploaded by

iec.vineet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Kernel (Core of the OS)

Definition:

The kernel is the core part of the OS that directly interacts with the hardware (CPU, memory,

devices).

Role:

Manages system resources CPU, memory, file systems, and I/O devices.

Access:

Runs in privileged (kernel) mode.

Type:

Low-level system software.

Examples:

Linux Kernel, Windows NT Kernel, Unix Kernel.

Tasks:

- Process management

- Memory management

- Device management

- System calls

User Access:

Users cannot interact with the kernel directly.

You might also like