Computer Science, asked by Arslansiddique, 1 year ago

what is kernel full in explanation and important function​

Answers

Answered by as4290886
1

A kernel is the central part of the computer system . It manages the operations of a computer and the hardware. Function

1. Device management = to perform useful functions processes need access to the peripherals connected to the computer .

2. Disk storage with files

3. Quota controls

4. Memory allocation etc.

Answered by kapil913
0

KERNEL

Kernel is the central part of operating system which manages communication between softwares and hardwares. The kernel is of two types:-

  • Microkernel:- It carries out the basic functions of computer.

  • Monolithic kernel:- It directs the work of device drivers.

Kernel is a very important part of computer and some of its functions are below:-

  • Process management:- In process management kernel helps to gather all the resources which are required for working of the particular program which is running.

  • Memory management:- Memory management refers that the kernel has complete access to the memory, it safely access the memory and allocate the required materials in memory.

  • System call control:- It is procedure by which we get contacted with the service requests and the kernel helps this process to be executed.
Similar questions