Skip to content

System startup

Fabien Bavent edited this page Aug 27, 2019 · 2 revisions

System startup

  • architecture boot
  • pagination
  • interruption
  • cpu and timers
  • kernel initialization
  • kernel tasks
  • logon program

Wake up by architecture dependant code, then kernel_start continue to initialize all other modules and create kernel task.

A word on multi-core

Clone this wiki locally