Lauri Tischler wrote: > I have two VDR boxes, one with VIA C3 and other with AMD K7. > What would be the CPU-type to use to compile the kernel > so that the same bzImage would run on both boxes. http://radagast.bglug.ca/epia/epia_howto/index.html#VIA_EPIA_CPUs lists compile flags for C3 cpu's. Based on that its basically i586 with 3DNow and MMX. K7 should work with these settings too. Alternatively, the C3's seem to run good on k6-2 code, which is probably just the same as i586+mmx+3dnow. Cheers, Udo