Earlier quoted context omitted.
Seemed relevant to me. The question asked about compilers and the kernel is what compiled the compiler. Ken Thompsons' talk related to hiding code by adding code to a compiler then compile the compiler, remove the code then continue to compile the compiler with the modified version that doesn't have the source code - your modification remains. Point being: both relate to compiling compilers.
> the kernel is what compiled the compiler That's not what a kernel does...
How can the Linux kernel compile itself?
31–33 of 33 posts
Who are you quoting? Certainly wasn't me!
Re: How can the Linux kernel compile itself?
#32Earlier quoted context omitted.
> the kernel is what compiled the compiler That's not what a kernel does...
Who are you quoting? Certainly wasn't me!
Uh, it was the parent comment - do a search if you can't find it on perusal. It's possibly taken out of context but I don't see a reading of the passage in question that doesn't include that sentiment. Could you clarify?
Re: How can the Linux kernel compile itself?
#33Earlier quoted context omitted.
Who are you quoting? Certainly wasn't me!
Uh, it was the parent comment - do a search if you can't find it on perusal. It's possibly taken out of context but I don't see a reading of the passage in question that doesn't include that sentiment. Could you clarify?
The parent comment? I was the top level commenter on this. Do you mean the article itself? It reads:
"The kernel is written in C, however how did the kernel get compiled without a compiler installed?"
And...
"If the C compiler is installed on my machine before the kernel is compiled, how can the compiler itself get compiled without a compiler installed?"