what kind of information the linux driver modules (.ko )
files has ?

Answers were Sorted based on User's Feedback



what kind of information the linux driver modules (.ko ) files has ?..

Answer / ajay gautam

kernel 2.6 introduces a new file naming convention: kernel
modules now have a .ko extension (in place of the old .o
extension) which easily distinguishes them from conventional
object files. The reason for this is that they contain an
additional .modinfo section that where additional
information about the module is kept.
Linux program modpost can be used to convert .o files into
.ko files.

Is This Answer Correct ?    8 Yes 1 No

what kind of information the linux driver modules (.ko ) files has ?..

Answer / rulingminds

kernel object(.ko) is a relocatable elf object which
contains module code and data in elf sections. module.c is
compiled into relocatable object and intermediate file
module.mod.c is compiled into relocatable object and they
both together make into one relocatable file called kernel
object (.ko)

see www.rulingminds.com/modprogpart2

for in depth explanation of how modules are built and what
they contain and how they are inserted and removed

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Linux System Calls Interview Questions

What is atomic function / atomic variable ?

1 Answers   Broadcom,


What does exec family return?

1 Answers  


how to configure sendmail server on red hat linux version 4 and what and all we Require?

3 Answers   Wipro,


what is bus trap.

1 Answers   NetApp,


1. Where the History file can be located? 2. How will you harden the server? 3. Diff between Raid 1 and Raid 5? 4. What is the largest disk size can be used in LVM? 5. How will you remove a PV from lvm without any data loss? 6. What is the diff between ext3 and ext2 File system? 7. How we can use resize2fs, what is the purpose? 8. What is the purpose of LVM? Why it is used? 9. If the FS is in read-only mode, so we cannot create any file. How will you fix it? 10. How to create swap partition after OS installation? 11. What is the diff between ssh and telnet? 12. How to find out the dependency required for a package?

3 Answers   IBM,






how to configure ftp server on redhat linux?

9 Answers   Infosys,


what is stored at /lib/modules ?

2 Answers   NetApp,


How to give the root permision to users?

3 Answers   Wipro,


What are system calls used for process management in linux?

0 Answers  


diff b/w spinlock, seamaphores and mutex and where to use it.

2 Answers   Intel,


if root user forget the password how to change it?

4 Answers   Wipro,


how to configure http server on red hat linux4.0?

5 Answers   IBM,


Categories