Linux Kernel Init Thread Processing
The init task, running as a kernel thread, does the following
additional initialization:
- The kernel is locked.
- The following routines are called:
-
sysctl_init
- pci_init (PCI bus)
- mca_init (Micorchannel)
-
isapnp_init
(ISA plug and play)
-
sock_init
(networking)
- keventd threads are started.
- Module initialization routines are called
- File systems are initialized
- The infrared device is initialized
- The PCMCIA interface is initialized
- The kernel is unlocked.
Return to the Linux Kernal page
Return to main PC Boot Sequence page
Return to my writing page
Return to my home page