Modular Kernel: Difference between revisions

m
Fix lack of introduction by making the first section into the introductyion
[unchecked revision][unchecked revision]
m (Fix lack of introduction by making the first section into the introductyion)
Line 1:
{{Template:Kernel designs}}
 
==What is a Modular Kernel==
 
A modular kernel is an attempt to merge the good points of kernel-level drivers and third-party drivers. In a modular kernel, some part of the system core will be located in independent files called ''modules'' that can be added to the system at run time. Depending on the content of those modules, the goal can vary such as:
Line 35 ⟶ 33:
;modules
: Every part of the system you might want (or don't want) to have.
 
 
== How can such a system boot in first place ?==
Anonymous user