You're viewing a single thread.
All comments
15
comments
The programmer who made the OS
15 0 ReplyActually compilers are more complex than operative systems, and incredibly they are built using compilers.
20 0 ReplyCompilers are built using compilers?
4 0 ReplyYup, C is written in C. You bootstrap using a compiler written in another language until your language is complete enough to write its own compiler.
12 0 ReplyAlright, that's kinda crazy lol.
3 0 Reply
gcc and clang are open source, you can read their source code whenever you want!
2 0 Reply
I belive you. I made a basic OS in around a month and now i'm starting a C compiler, I think I underestimated it a bit
3 0 Reply
15
comments
Scroll to top