Linux kernel: Difference between revisions

From DWIKI
Tony (talk | contribs)
mNo edit summary
Tony (talk | contribs)
Tag: wikieditor
Line 4: Line 4:
*[https://makelinux.github.io/kernel/map/ Interactive map of linux kernel]
*[https://makelinux.github.io/kernel/map/ Interactive map of linux kernel]


==FAQs==
=FAQ=
==modules==
===passing parameters to built in modules===
===passing parameters to built in modules===
  options="module_name.parameter_name=value"
  options="module_name.parameter_name=value"
===Show module parameter values===
cat /sys/module/$module/parameters/$parameter


===Upgrading from 2.4 to 2.6===
===Upgrading from 2.4 to 2.6===

Revision as of 09:22, 7 March 2023

FAQ

modules

passing parameters to built in modules

options="module_name.parameter_name=value"

Show module parameter values

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

Upgrading from 2.4 to 2.6