How can the Linux kernel compile itself?

后端 未结 7 2437
不思量自难忘°
不思量自难忘° 2020-12-12 10:10

I don\'t quite understand the compiling process of the Linux kernel when I install a Linux system on my machine.

Here are some things that confused me:

相关标签:
7条回答
  • 2020-12-12 10:54

    If I am understanding your question correctly. The kernel isn't "compiling itself" these days. Most Linux distributions today provide system installation through a linux live cd. The kernel is loaded from the CD into memory and operates as it would normally as if it were installed to disk. With a linux environment up and running on your system it is easy to just commit the necessary files to your disk.

    If you were talking about the bootstrapping issue; dmckee summed it up pretty nice.

    Just offering another possibility...

    0 讨论(0)
提交回复
热议问题