Homepage › Forums › Articles › General Computing › Quick Explanation of "Hybrid Kernel"
Tagged: hybrid-kernel, kernel, operating-system
This topic was published by DevynCJohnson and viewed 2223 times since "". The last page revision was "".
Viewing 1 post (of 1 total)
- AuthorPosts
A hybrid kernel has characteristics of both microkernels and monolithic kernels. Inter-Process Communication (IPC), thread management, filesystems, and drivers reside in the kernel space. Some system processes run in the user space such as OS/2 support (os2ss.exe) and POSIX+Unix subsystem (psxss.exe).
Some examples of hybrid kernel operating systems include Windows NT, Dragonfly BSD, Haiku, AmigaOS, Inferno, and eComStation.
Further Reading
- Anykernel - http://dcjtech.info/topic/anykernel-another-kernel-structure/
- Exokernel - http://dcjtech.info/topic/about-exokernels/
- Hybrid Kernels - http://dcjtech.info/topic/quick-explanation-of-hybrid-kernel/
- Microkernels – http://dcjtech.info/topic/about-microkernels/
- Minix Kernel (Essay) - http://dcjtech.info/topic/the-minix-kernel-essay/
- Monolithic Kernels – http://dcjtech.info/topic/a-brief-explanation-of-monolithic-kernels/
- Unikernels - http://dcjtech.info/topic/unikernels-lightweight-kernel-design/
- Very Specialized Kernels - http://dcjtech.info/topic/very-specialized-kernels/
- OS Concepts Reading Guide - http://dcjtech.info/topic/general-operating-system-concepts/
- AuthorPosts
Viewing 1 post (of 1 total)