-
Notifications
You must be signed in to change notification settings - Fork 5
Support Minix 2.0.2 Binaries #12
Copy link
Copy link
Open
Labels
major featureA feature that represents a major amount of work, a major change, or both.A feature that represents a major amount of work, a major change, or both.
Description
Activity
Metadata
Metadata
Assignees
Labels
major featureA feature that represents a major amount of work, a major change, or both.A feature that represents a major amount of work, a major change, or both.
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.