User Tools

Site Tools


mywiki:linux:linuxmoduleorder

This is an old revision of the document!


Linux Module Initialization Sequence

See the include file: include/linux/init.h for a list of the macros and their ordering.

The order specified there is:

  early_initcall
  pure_initcall
  core_initcall
  postcore_initcall
  arch_initcall
  subsys_initcall
  fs_initcall
  rootfs_initcall
  device_initcall
  late_initcall
mywiki/linux/linuxmoduleorder.1454029914.txt.gz · Last modified: (external edit)