Hi,
I have recently discovered Minix and am interested in learning OS development on it. I am working on an aarch64 (arm64) MacBook and was having trouble compiling it, so I've made a Docker image where I was able to compile Minix 3.4.0 for i386. I also wrote a README explaining how I compile on this image and how to get the resultant image running on the QEMU emulator. It's all here:
https://github.com/lincdog/minix
The docker image is here:
There is one version that contains the actual built objects (saves time from compiling the LLVM/clang toolchain) and another that just has the source and nothing built. The source is at /usr/src.
I hope this will help anyone who wants to play around with Minix on an arm64 computer like a new Mac. This Docker image could be built on an x86 Ubuntu base as well.
Thanks,
Lincoln Ombelets