vault backup: 2025-01-14 13:18:15
This commit is contained in:
parent
816c20a2c4
commit
692db7bea2
@ -2,3 +2,9 @@
|
|||||||
- [ ] [[Homework 1]] 📅 2025-01-21
|
- [ ] [[Homework 1]] 📅 2025-01-21
|
||||||
**What are microkernels?**
|
**What are microkernels?**
|
||||||
Microkernels are kernels but absolutely minimal. Delegate device drivers, file systems, and networking to user-space processes.
|
Microkernels are kernels but absolutely minimal. Delegate device drivers, file systems, and networking to user-space processes.
|
||||||
|
Key advantages:
|
||||||
|
1. Modularity
|
||||||
|
2. Fault isolation
|
||||||
|
3. Reliability - smaller codebase
|
||||||
|
4. Security and Maintainability
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user