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

@ -1,4 +1,10 @@
#Lecture
- [ ] [[Homework 1]] 📅 2025-01-21
**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