Github Repo
https://github.com/cm68/micronix contains all the artifacts to build and use my Micronix project.
>> this is wildly out of date, there are tremendous changes to the directory structure <<
Here's what we got:
images: converted disk images from http://www.bitsavers.org/bits/Morrow/micronix/. These are micronix filesystem images, and no-one has read this format for 2 decades. It's a pretty faithful 6th edition filesystem, with sector skew and other magic handled by the DJ-DMA. see the Filesystem Format page for details
src/fstools: C source I built to check, extract files from, and process these images. Lots of time spent with hexdumps and include files finally got all the images extracted into a native linux filesystem.
filesystem: yes, all the disks extracted. I only found one corrupted file, specifically the ddt man page source, maybe there are others.