mywiki:linux:linuxmoduleinitorder
This is an old revision of the document!
Table of Contents
Linux Module Initialization Order
For static linked to Kernel case
Below is the initialization order from first to last. For details, refer to
- 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.1416985606.txt.gz · Last modified: (external edit)
