且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Linux内核如何编译自己?

更新时间:2022-06-24 03:06:55

第一轮二进制文件你的Linux机器的是建立在一些其他的Linux机器(可能)。

The first round of binaries for your Linux box were built on some other Linux box (probably).

第一个Linux系统的二进制文件是建立在一定的其他的平台。

The binaries for the first Linux system were built on some other platform.

该计算机的二进制文件可以追踪他们的根回到那个建在又一个原系统的其他的平台。

The binaries for that computer can trace their root back to an original system that was built on yet another platform.

...

按下此远远不够,你会发现更原始的工具内置的编译器,这是又建立在比他们的主机其他机器。

Push this far enough, and you find compilers built with more primitive tools, which were in turn built on machines other than their host.

...

请推,你会发现建立,使他们的指示可以通过输入计算机的在机器的前面板上设置的开关

Keep pushing and you find computers built so that their instructions could be entered by setting switches on the front panel of the machine.

非常酷的东西。

规则是建建建工具,工具的工具......。非常喜欢它运行我们的物理环境的工具。也被称为拉自己了由白手起家。

The rule is "build the tools to build the tools to build the tools...". Very much like the tools which run our physical environment. Also known as "pulling yourself up by the bootstraps".