Now, I'm confused.
The Kernel Configuration says:
- "386" for the AMD/Cyrix/Intel 386DX/DXL/SL/SX, Cyrix/TI 486DLC/DLC2 and UMC 486SX-S.
Only "386" kernels will run on a 386 class machine.
- "486" for the AMD/Cyrix/IBM/Intel DX4 or 486DX/DX2/SL/SX/SX2 AMD/Cyrix 5x86, NextGen Nx586 and UMC USD or USs.
- "586" for the generic Pentium CPUs, possibly lacking the TSC (time stamp counter) register.
- "Pentium" for the Intel Pentium/Pentium MMX, AMD K5, K6 and K6-3D.
- "PPro" for the Cyrix/IBM/National Semiconductor 6x86, MII and Intel Pentium II/Pentium Pro.
Building Klinux-v2 I used "PPro" for the 686 versions, which wouldn't support an AMD K6/3.
I used "486" for the 586 - 486 version, that would/should support an AMD K6/3 CPU.
So you're right alpha7x, the Klinux-2.4 version should of worked.
It got a little confusing trying to keep everything straight building Klinux-2 version, that I decided to generalize everything into as few different Klinux images as possible.
So when Klinux-3x comes out, every version will support all CPUs, all will have DHCP enabled in the kernel, where if you don't use it, or need it, it'll time out, and you configure your networking the way you want too.
Three versions are easier to work with (for me anyway) than eight.