13

Well, after finishing an advanced C programming course i decided to take a look at the code of Giants. I wanted to have a look at Linux kernel source but as much as it's complicated I can't get to the starting point ! The main function or the first line of code to be executed after grub loads.

Would you please help me locate the first line of code to be executed in linux kernel 2.6 ?

durron597
  • 31,968
  • 17
  • 99
  • 158
SteepCurver
  • 503
  • 1
  • 6
  • 8

1 Answers1

14

linux/init/main.c:start_kernel()

Nikolai Fetissov
  • 82,306
  • 11
  • 110
  • 171