diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-13 21:55:13 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-13 21:55:13 +0000 |
| commit | 1e514ebb71e0ff488f0c6221ce63346a1065d72e (patch) | |
| tree | cd199a5ed59daa2a8684705579a9696c6a6c2993 | |
| parent | 55c4f5c07a06871a763291df24bcc168844a5596 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 1 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 86cbc72b8714..f587c695c366 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2172,7 +2172,6 @@ options INIT_PATH=/sbin/init:/stand/sysinstall # Debug options options BUS_DEBUG # enable newbus debugging options DEBUG_VFS_LOCKS # enable vfs lock debugging -options NPX_DEBUG # enable npx debugging (FPU/math emu) ##################################################################### # SYSV IPC KERNEL PARAMETERS diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index ab03f7fa6487..59e858a53760 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -195,6 +195,9 @@ options CPU_DISABLE_CMPXCHG options MATH_EMULATE #Support for x87 emulation # Don't enable both of these in a real config. options GPL_MATH_EMULATE #Support for x87 emulation via + +# Debug options +options NPX_DEBUG # enable npx debugging (FPU/math emu) #new math emulator # |
