Цитата(Tarbal @ Nov 14 2013, 20:06)

Может и 686 заработает
Если
верить гибнущей педивикии™, то нет:
Цитата
Code intended for i686 may fail due to the lack of a Conditional Move (CMOV) instruction. This is an instruction that combines the effect of a conditional branch and a move instruction. Compilers asked to optimize code for a more advanced CPU (for example the GNU Compiler with its -march=i686 option) generate code that uses CMOV. Linux systems intended for to run on i686 are generally not runnable on Vortex86 because the GNU C Library, when built for i686, uses a CMOV instruction in its assembly language strcmp function, which its dynamic loader (ld.so) uses. Hence, no program that uses shared libraries can even start up.
Соответственно, нужно искать дистрибутив, способный работать на первых пеньтиумах (i586), вроде упомянутого на vortex86dx.com Дебиана 4.0.
С уважением, Алексей Шапошников.