Linux kernel: Difference between revisions

From DWIKI
Tony (talk | contribs)
No edit summary
 
Tony (talk | contribs)
Tag: wikieditor
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Links==
*[http://www.kernel.org/ Homepage]
*[https://linux-kernel-labs.github.io/refs/heads/master/so2/lec3-processes.html#context-switching context switching]




===upgrading from 2.4 to 2.6===
*[https://makelinux.github.io/kernel/map/ Interactive map of linux kernel]
 
=FAQ=
==modules==
===passing parameters to built in modules===
options="module_name.parameter_name=value"
 
===Show module parameter values===
cat /sys/module/$module/parameters/$parameter
 
 
===Show loaded modules===
lsmod
 
===Upgrading from 2.4 to 2.6===

Latest revision as of 10:41, 9 October 2025


FAQ

modules

passing parameters to built in modules

options="module_name.parameter_name=value"

Show module parameter values

cat /sys/module/$module/parameters/$parameter


Show loaded modules

lsmod

Upgrading from 2.4 to 2.6