Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Exporting Symbols from a Module - English

This is a sample video. To access the full content,
please Login

1097 visits



Outline:

What is Symbol? Program to Export the symbols from a module Program to Import the symbols in a module About EXPORT_SYMBOL and EXPORT_SYMBOL_GPL macros About Makefile to compile the export and import modules depmod command to recognize the newly added module Load the modules into the kernel Checking the successful loading Unload the modules from the kernel Checking the successful unloading