Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
fuj
4y ago
0 comments
Save
Share
Isn't this the case for every major OS? I know FreeBSD device drivers can be (un)loaded on-the-fly. Same for MacOS. I assume it's also possible in Linux(?)
0 comments
3 comments · 3 top-level
top
newest
oldest
kaladin-jasnah
4y ago
It is. I believe you use
modprobe -r kernel_module_name
to unload a kernel module and
modprobe kernel_module_name
to load it.
Arnavion
4y ago
Linux lets you disable dynamic modules. OpenBSD removed support for them some years ago.
astrange
4y ago
macOS doesn't let you load kexts anymore since it's less important with drivers moving to userspace.
j
/
k
navigate · click thread line to collapse