> Any one know how to use float point in mips kernel? > We use some 2.4.5 kernel, on idt mips 32334, which has no fpu, I think. > we want to use the float numbers like this: > float a = 87; > a * = 1.04; > Any kernel functions to do this? or how to compile it use soft fpu > support? The way I integrated the Algorithmics FPU emulaton code into the kernel *used* to work for kernel FP. Maybe someone has broken it since, and there may well be situations where it was unsafe, but have you tried simply confuguring FPU emulation and running your code with it? Kevin K.