You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/kernel.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This guide explains how the kernel build works and how to customize it.
4
4
5
5
## Overview
6
6
7
-
mvirt-uos uses a minimal Linux kernel optimized for virtualization. The kernel configuration uses a **fragment-based approach** rather than a full `.config` file.
7
+
mvirt-one uses a minimal Linux kernel optimized for virtualization. The kernel configuration uses a **fragment-based approach** rather than a full `.config` file.
8
8
9
9
## Config Fragment Approach
10
10
@@ -22,7 +22,7 @@ Instead of maintaining a full kernel config (~8000+ lines), we use a small fragm
22
22
23
23
## Current Configuration
24
24
25
-
The `mvirt-uos/kernel.config` fragment includes:
25
+
The `mvirt-one/kernel.config` fragment includes:
26
26
27
27
| Category | Options |
28
28
|----------|---------|
@@ -63,10 +63,10 @@ If the option works, add it to the fragment:
**Important:** Changes only in `.config` are lost after `make clean` or when `kernel.config` is modified, because `.config` is regenerated from the fragment.
72
72
@@ -112,10 +112,10 @@ Common dependencies to check:
112
112
113
113
## Kernel Version
114
114
115
-
The kernel version is specified in `mvirt-uos/kernel.version`:
115
+
The kernel version is specified in `mvirt-one/kernel.version`:
0 commit comments