Ruud
Veteran Member
Thank you for the pointer!Ruud, Coherent's sources are now open: https://github.com/gspu/Coherent
VCF SoCal | Feb 15 - 16 2025, | Hotel Fera, Orange CA |
VCF East | Apr 04 - 06 2025, | Infoage Museum, Wall NJ |
VCF Southwest | Jun 20 - 22 2025, | University of Texas at Dallas |
VCF Southeast | Jun 20 - 22 2025, | Atlanta, GA |
VCF West | Aug 2025, | CHM, Mountain View, CA |
VCF Midwest | Sep 13 - 14 2025, | Schaumburg, IL |
Thank you for the pointer!Ruud, Coherent's sources are now open: https://github.com/gspu/Coherent
Thank you for the pointer!
Doesn’t work on 486 (or less) CPUs at all, and is considered unlikely to work with a lot of software on less than a “686”
For me, I find the POSIX "i386" platform definition to be somewhat ambiguous. Recently there was a guy on another forum that was trying to run the "i386" build of Free Pascal on his "Pocket 386" laptop that has been mentioned above, and failing at it; according to him it was built with 486 instructions. I consider "i386" to be a shorthand for "32-bit x86" which doesn't generally mean it will execute on a physical 80386, even if the rest of requirements could be potentially satisfied. Your mileage may vary.
This resulted in a pile of nonsense package suffixes like i386, i486, i586, i686 and I remember seeing at least a handful of i786, which was an unofficial term used for Pentium 4 and Athlon 64 chips. All this did was exacerbate dependency hell.
These days, "i386" is just a generic moniker for 32 bit. But, it is not explicitly limited to only 32 bit processors. Both Intel and AMD further extended 32 bit x86 well into the 64 bit era, so there are some cases where you require a 64 bit processor to run 32 bit code.