Linux kernel: Difference between revisions

From DWIKI
mNo edit summary
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 11:22, 7 March 2023

Links

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