• ROOL's avatar
    Fix to OS_FSControl 13 when no territory is loaded · 40b6e210
    ROOL authored
    Detail:
      PRM2-97 describes filing system name matching as case insensitive. However, the Internat_LowerCase macro is a no-op when there's no case conversion table, such as prior to the territory loading.
      Change FindFSName to use an case insensitive ASCII match until the territory starts.
      Fixes a problem with EtherUSB failing to start because it was using Devices: (rather than devices:). A global search of the sources shows SerMouse and the Kernel would also be affected.
    Admin:
      Submission from Colin Granville.
    
    Version 2.85. Tagged as 'FileSwitch-2_85'
    40b6e210
FSCtrl2 55.2 KB