On Mon, Dec 01, 2003 at 12:14:14AM +0100, Svante Signell wrote:
No speed-up seen. Extremely slow as before. Any hints? mtrr is OK, I believe. Is it the microcode??
You could try the microcode driver of Linux or code from LinuxBIOS.
- How to create a kernel module consisting of more than one object
file. Now I include the needed source files into the main one.
ld -o module.o -r obj1.o obj2.o