Commit ID: 1005C147F3732841FAA
CVSROOT: /cvs
Module name: (multiple)
Changes by: [email protected] 2018/12/15 04:13:34 UTC
Modified files:
gnu/emu387 : RAMDISK
sys/arch/i386/i386: locore.s
sys/arch/i386/isa: npx.c
Log message:
make the ALWAYS_MATH_EMULATE option useful:
• for custom kernels for systems that are known to have no FPU
(npx0 at isa0 is, while it won’t attach, still required but
code will be tight and no unused)
• to debug on more modern systems the FPU emulation code (even
when CPUID reports presence)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1 -r1.2 contrib/gnu/emu387/RAMDISK
cvs -R rdiff -kk -upr1.17 -r1.18 src/sys/arch/i386/i386/locore.s
cvs -R rdiff -kk -upr1.8 -r1.9 src/sys/arch/i386/isa/npx.c