Pentnt
Detects floating point division error (if present) in the Pentium chip, disables floating point hardware, and turns on floating point emulation.
Syntax
pentnt [-c] [-f] [-o]
Parameters
-c : Enables conditional emulation.
-f : Enables forced emulation.
-o : Disables forced emulation and reenables floating-point hardware if it is present.
/? : Displays help at the command prompt.
Remarks
Parameters used with this command must be prefixed with - (hyphen) rather than / (slash).
Using the -c command-line option
Floating-point emulation is forced on only if the system detects the Pentium processor floating-point division error at start time. If you select this parameter, you must restart the computer for the changes to take effect.
Using the -f command-line option Floating-point hardware is disabled and floating-point emulation is always forced on, regardless of whether the system exhibits the Pentium processor floating-point division error. This parameter is useful for testing software emulators and for working around floating-point hardware defects known to the operating system. If you select this parameter, you must restart the computer for the changes to take effect.
Using the -o command-line option If you select this parameter, you must restart the computer for the changes to take effect.
Formatting legend
Format |
Meaning |
---|---|
Italic |
Information that the user must supply |
Bold |
Elements that the user must type exactly as shown |
Ellipsis (...) |
Parameter that can be repeated several times in a command line |
Between brackets ([]) |
Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} |
Set of choices from which the user must choose only one |
Courier font |
Code or program output |