Kernel - The Heart an Operating System
Keywords:
CPU, BIOS, KERNEL, Power on Self Test, IPC, Virtual File System, HALAbstract
Kernel - the core part of the OS- have drivers to talk to the Hardware, Memory manager, schedule manager, interrupt handler, CPU scheduling, etc which BIOS Doesn’t has. It can also detect the hardware present on system and talk to them(hardware) through the device drivers. It is responsible for multiple applications to share the same hardware by controlling the access to CPU, Memory, and Devices by avoiding the deadlock condition.
References
- https://www.gnu.org/software/hurd/microkernel/mach/history.html
- https://developer.apple.com/library/content/documentation/Darwin/Conceptual/KernelProgramming/Architecture/Architecture.html
- https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/
- https://www.tutorialspoint.com/android/android_architecture.htm
- http://hiqes.com/android-linux-kernel-drivers/
- https://source.android.com/devices/architecture/ha
- https://www.cs.mcgill.ca/~rwest/wikispeedia/wpcd/wp/a/Architecture_of_Windows_NT.htm
Downloads
Published
Issue
Section
License
Copyright (c) IJSRCSEIT

This work is licensed under a Creative Commons Attribution 4.0 International License.