First post, by Logic
Hi guys.
A search didn't show any discussion of 486quake here, hence this post.
(I have no experience with 486quake...)
486quake
https://github.com/goshhhy/486quake
this repository contains 486quake, a fork of the original Quake sources with MS-DOS support restored, targeting era-appropriate hardware from the time of Quake's release.
486quake does not add substantial functionality or bugfixes over the original Quake release. instead, it focuses on further optimizing the engine, and re-optimizing portions of it to run better on non-Pentium processors.
despite the name, 486quake is not exclusively targeted at 486 processors. it has specific assembly optimizations for Intel 486, Pentium, and Cyrix 486 processors, and most other x86-compatible processors will work with at least one of these builds. non-intel processors are also supported, though they will only benefit from broader engine optimizations in 486quake, and not dedicated hand-optimized assembly.
486quake does not currently address 64-bit portability issues, and is not tested on 64-bit systems. it will likely only work properly on 32-bit platforms.