Fix a comment to match reality.

This commit is contained in:
Ruslan Ermilov 2005-01-17 08:35:50 +00:00
parent 6792415119
commit 5c5d348b7c

View File

@ -395,7 +395,7 @@ hint.npx.0.irq="13"
# INT 16 exception handling works. # INT 16 exception handling works.
# Then copying and zeroing using the npx registers is normally 30-100% faster. # Then copying and zeroing using the npx registers is normally 30-100% faster.
# The flags can be used to control cases where it doesn't work or is slower. # The flags can be used to control cases where it doesn't work or is slower.
# Setting them at boot time using userconfig works right (the optimizations # Setting them at boot time using hints works right (the optimizations
# are not used until later in the bootstrap when npx0 is attached). # are not used until later in the bootstrap when npx0 is attached).
# Flag 0x08 automatically disables the i586 optimized routines. # Flag 0x08 automatically disables the i586 optimized routines.
# #