vault backup: 2025-01-14 13:18:15

This commit is contained in:
Dane Sabo 2025-01-14 13:18:15 -05:00
parent 816c20a2c4
commit 692db7bea2

View File

@ -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