Hacker News new | ask | show | jobs
by chris_wot 4654 days ago
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.

1 comments

> 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?
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?"