On Tue, Jan 20, 2009 at 09:07:27PM +0100, Wojciech Galazka wrote:
> 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?
probably not. Could you check if the attached patch makes a working
kernel for you ?
--
Manuel Bouyer <bouyer@xxxxxxxxxxxxxxx>
NetBSD: 26 ans d'experience feront toujours la difference
--
diff
Description: Text document
|