|
|
|
|
|
by lutusp
4654 days ago
|
|
> How can the linux kernel compile itself? Short answer: it can't. Each software system relies for its own existence on a predecessor, usually one of smaller scope. Sort of like biology and evolution. When I wrote Apple Writer in 1978, there were no high-level development tools available, just a primitive assembler built into the Apple II BIOS. By making direct hand entries, I used the BIOS assembler to write a better, faster assembler that supported alphabetic labels. Then I used that assembler to write a better one, and eventually I had a development tool suitable for writing applications. Linux development has relied on a similar bootstrap process, on a larger scale. |
|