Custom Query (69 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 69)

Ticket Resolution Summary Owner Reporter
#16 fixed Trap when chkdsk is run simultaneously against multiple FAT32 formatted drives erdmann
Description

when chkdsk is run simultaneously against multiple FAT32 formatted drives, the second instance/further instances of chkdsk will trap with a:

run-time error R6002

  • floating-point support not loaded

SYS1811: The process has stopped. The software diagnostic code (trap number) is 000D.

I think this needs to be done: Since UFAT32.DLL is using floating point (there are some casts from int to float etc.) it is essential to ensure that the /FPi87 switch is used for the MS compiler. That will directly inline floating point instructions and avoid the use of any floating library. The makefile for UFAT32.DLL does not specify this and therefore the default is used which is /FPi = "inline with emulator".

Since Pentium (and therefore HW floating point support) is now around for almost 20 years I think that this will not be a problem :-)

#35 worksforme UFAT32 should provide for the (undocumented) /P option in FORMAT.EXE to convert messages to MSG_ format Lewis Rosenthal
Description

Adding support for this parameter would make FAT32's format work with Arca Noae's new PMFORMAT which depends upon reading messages in MSG_ format.

#51 wontfix Uninstalling using warpin removes X:\os2\dll from libpath and X:\os2 from path Gregg Young
Description

While it removes the ifs and the cache it adds them back at the end of the file. See attached diff between the config.sys created by the uninstall and the one before the uninstall.

Note: See TracQuery for help on using queries.