-
Notifications
You must be signed in to change notification settings - Fork 0
Structure
Joni Suominen edited this page Sep 11, 2019
·
1 revision
The kernel is currently structured as what you would say 'monolithic kernel'. In theory, this should offer better performance even though its not as modular as microkernels would be. Most of the tutorials on building operating system also seem to be about monolithic kernels, as Linux is currently so dominant.