User Tools

Site Tools


mywiki:linux:linuxmoduleinitorder

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mywiki:linux:linuxmoduleinitorder [2014/11/26 15:04] shaoguohmywiki:linux:linuxmoduleinitorder [2022/04/02 17:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 Linux Module Initialization Order Linux Module Initialization Order
 ====== For static linked to Kernel case ====== ====== For static linked to Kernel case ======
- +Below is the initialization order from first to last. For details, refer to linux/init.h 
-core_initcall() +  core_initcall() 
- +  postcore_initcall() 
-postcore_initcall() +  arch_initcall() 
- +  subsys_initcall() 
-arch_initcall() +  fs_initcall() 
- +  device_initcall() 
-subsys_initcall() +  late_initcall()
- +
-fs_initcall() +
- +
-device_initcall() +
- +
-late_initcall()+
  
 ====== For dynamic loadable module ====== ====== For dynamic loadable module ======
mywiki/linux/linuxmoduleinitorder.1416985444.txt.gz · Last modified: (external edit)