C
This has not received many updates as I’ve focused on finishing the OS code, and remains an amalgam of legacy code with many extensions & patches by myself to make it practical (but very imperfect) for some typical modern use cases.
So as this probably won’t be “finished” as a full C compiler but is marginally enough to build the kernel, some examples and now some of the networking code, so it will probably just become a free compiler for an extended subset of C. This may be useful for porting to other small operating systems as well.
Other Languages
I have some more-reusable compiler code for higher-level C-like languages, that will be used in some parts of the OS and maybe even for kernel modules in the future.
Leave a Reply