Finally thanks to some prompting from Raffa (thank you my friend) I've committed the Strata-1 source.
It did prove possible in the end to do without the ArchQOR JIT assembler at Strata-1 on Windows and this makes the project significantly smaller ~ 1000 files.
Sadly the latest Code Blocks seems to be broken or at least my installation of it is so I haven't been able to follow my usual migration path from MSVC builds to MinGW-GCC builds of the same source and then Linux-GCC builds at the same or similar GCC version. This will have to wait for now so I've only put the Windows Visual Studio 2010 Express Build projects online.
That build is working in full Debug and optimised Release flavours with UNICODE and Multi-byte configurations.
There are in fact two build projects, a monolithic build which builds the runtime as a single DLL and a modular build which builds the runtime as a collection of DLLs.
The idea is that the monolithic approach will be suitable for embedded targets, e.g. SanOS while the modular approach will be needed for desktop environments e.g. Windows where the OS support modules alone will be multi-megabyte.
All comments and suggestions for improvements, future priorities or potential research avenues are welcome.