Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Math fpu and i386 kernels



Hello
sys/arch/i386/conf/GENERIC_PS2TINY
has math fpu commented out as shown below

#npx0   at isa? port 0xf0 irq 13        # x86 math coprocessor

This causes the kernel build to fail with following error

`libcompat.a' is up to date.
`libkern.a' is up to date.
cpu.o: In function `cpu_offline_md':
cpu.c:(.text+0xcd): undefined reference to `npxsave_cpu'
cpu.o: In function `cpu_hatch':
cpu.c:(.text+0x5f5): undefined reference to `npxinit'

Is this situation correct?


Home | Main Index | Thread Index | Old Index