User Tools

Site Tools


mywiki:linux:linuxmoduleinitorder

This is an old revision of the document!


Linux Module Initialization Order

For static linked to Kernel case

core_initcall() postcore_initcall() arch_initcall() subsys_initcall() fs_initcall() device_initcall() late_initcall()

For dynamic loadable module

module_init(xxxx_init); module_exit(xxxx_exit);

mywiki/linux/linuxmoduleinitorder.1416985429.txt.gz · Last modified: (external edit)