Chris, there's a port of MINIX 2.0.2 to the Atari ST here. It's interesting as there are three working C compilers: ACK (but with ANSI C support), Sozobon and c68. It looks like the system calls are identical, but the magic number in all the binaries is 0x0b100301. I can't see any split-I/D binaries, so in my fork I quickly added a test for this magic number as well.
The cat binary works, but the ls binary complains about the command-line arguments. I'll compile up some test programs and see what the problem is. Hopefully we can easily support the 2.0.2 binaries.
Chris, there's a port of MINIX 2.0.2 to the Atari ST here. It's interesting as there are three working C compilers: ACK (but with ANSI C support), Sozobon and c68. It looks like the system calls are identical, but the magic number in all the binaries is
0x0b100301. I can't see any split-I/D binaries, so in my fork I quickly added a test for this magic number as well.The
catbinary works, but thelsbinary complains about the command-line arguments. I'll compile up some test programs and see what the problem is. Hopefully we can easily support the 2.0.2 binaries.