mywiki:linux:linuxmoduleinitorder
This is an old revision of the document!
Table of Contents
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.1416985444.txt.gz · Last modified: (external edit)
