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: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,9 @@ kernel-open/nvidia-drm.ko
91
91
kernel-open/nvidia-uvm.ko # Contains eBPF hooks
92
92
```
93
93
94
-
### 3. Load Custom Kernel Module
94
+
### 3. Load Custom Kernel Module (insmod only)
95
95
96
-
Replace the system NVIDIA modules with the custom-built ones (temporary, reverts on reboot):
96
+
> **IMPORTANT**: Only use `insmod` for temporary loading. **NEVER run `make modules_install`** or copy `.ko` files to `/lib/modules/`. The custom modules are loaded into the running kernel only and automatically revert to the system NVIDIA driver on reboot. This ensures system stability — if anything goes wrong, a simple reboot restores the original driver.
0 commit comments