Hi testcorelinux
The fact that Tinycore will run on a 486DX allows people to build embedded appliances using low cost off the
shelf hardware, much of which is based on a 486 type processor. As far as code size is concerned, I'm not
sure how big a difference it would actually make. I'm currently working on a program that does a lot of data
manipulation, parsing, sorting, and file I/O. I just recompiled it using -march=i686 instead of -march=i486
and it compiled to exactly the same size.