Re: Disabling FPU, MMX, SSE units?

Zwane Mwaikambo (zwane@linux.realnet.co.sz)
Fri, 23 Nov 2001 08:57:19 +0200 (SAST)


You can't disable MMX/SSE because its used to optimise, if you don't want
to use SSE/MMX select a non-SSE/MMX cpu in the kernel config, that way
you'll lose those assembly optimisations. If you want to impare your CPU
even more (as seems the case) consider using 486 as a CPU target and perhaps also
cripple your cpu caches (ie set bit 0x1E (CD) in cr0).

Cheers,
Zwane Mwaikambo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/