Monolithic kernel is the architecture in which every part which is to be accessed by most programs which cannot be put in a library is in the kernel space:
- Device drivers
- Scheduler
- Memory handling
- File systems
- Network stacks
Monolithic kernel is the architecture in which every part which is to be accessed by most programs which cannot be put in a library is in the kernel space: