Any command, to list out static modules after booting
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by sudo_O, brian d foy, Daniel Fischer, Simone Carletti, ZombieSheep Dec 27 '12 at 21:13
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
That's the whole point of "module". If it's not a module, it's an integral part of the kernel, hence a part of kernel binary. So no, you can not get a "list" of those, at least not dynamically. If you have stock kernel - probably in |
|||
|
|