Custom Query (69 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 69)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#23 fixed makefile updates to add clean and base directory makefile abwillis
Description

I decided I wanted an easier clean so have added clean to the make files and created a base directory makefile.

#37 fixed Change config.sys call to run for cachef32 abwillis
Description

I am suggesting changing the call statement for the cachef32 in config.sys be changed to run.

Index: lib/fat32_010.wis =================================================================== --- lib/fat32_010.wis (revision 197) +++ lib/fat32_010.wis (working copy) @@ -148,7 +148,7 @@

SELECT NODESELECT CONFIGSYS="SET PATH=$(3);|ADDRIGHT"

  • CONFIGSYS="call=$(3)\cachef32.exe /f /p:2 /m:50000 /b:250 /d:5000 | UNIQUE(cachef32.exe) ADDAFTER(fat32.ifs)"

+ CONFIGSYS="run=$(3)\cachef32.exe /f /p:2 /m:50000 /b:250 /d:5000 | UNIQUE(cachef32.exe) ADDAFTER(fat32.ifs)"

</PCK>

#43 fixed Trap D usb floppy drive Valery V. Sedletski abwillis
Description

Attempting to do a directory listing on a USB floppy drive results in a Trap D in fat32.sys. I set /fat:o in the config.sys which apparently stopped fat32.sys from mounting the drive as I then did not get te trap D.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.