With the Lisp heap working (most idiotic misplacement of an init line it's been) and some hope of progress therefore, the plan of bringing on a self-hosting C compiler came into new light. Lots of a C compiler's code that is written in C itself must be generated unless you're blessed with a stash of diet pills in store. Oscar64 for example has tons of generated code in it, but not the generators as far as I could figure out. Did I download it from cheeky github!?!?!?

A Lisp interpreter makes that task much easier. So a Lisp interpreter it is. With no garbage collection. And it could also be the system's shell with a dedicated input mode: shell syntax if a line does not start with a parenthesis.
(I already wrote a working Lisp compiler so that's no challenge.)
Most nerds I've met just vomit "Bah! All those parens!". That's why "nerd" translates to "specialized idiot" in German (Fachidiot), I guess. In conjunction with the cregex library it'll make TUNIX dangerous.
The directory structure is now reminiscent of Unices and that's what we want on the final system. I'd like the build system to be able to run various compilers over it to target more platforms. Linux included for additional convenience. (And I'm wondering if one day someone will collaborate.)
EDIT: If you clone https://github.com/SvenMichaelKlose/tunix.git you must NOT forget to do a "git submodules update --init --recursive" before doing anything else.