home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Patches / lDMNDRVS.readme < prev    next >
Text File  |  1998-05-11  |  1KB  |  40 lines

  1. Short:    Faster loading of monitor drivers (37.3)
  2. Author:   Stephan Rupprecht <stephan.rupprecht@metronet.de>
  3. Uploader: stephan.rupprecht@metronet.de
  4. Type:     util/sys
  5.  
  6. LoadMonDrvs is a little tool which replaces the following lines of the            
  7. startup-sequence:                                                                 
  8.  
  9.  IF EXISTS DEVS:Monitors
  10.    IF EXISTS DEVS:Monitors/VGAOnly
  11.      DEVS:Monitors/VGAOnly
  12.    EndIF 
  13.  
  14.    C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
  15.    Execute T:M
  16.    C:Delete >NIL: T:M
  17.  EndIF
  18.                         
  19. I wrote it because a line like
  20.  
  21.  C:LoadMonDrvs
  22.                                                                                   
  23. looks more professional :-) It might speed up booting a little bit!?
  24.  
  25. HISTORY:
  26.  37.1 first public release
  27.  37.2 filehandle wasn't closed, optimized code size
  28.  37.3 hopefully fixes a problem that caused cgfx to crash (still don't
  29.       know why :(
  30.  
  31.  
  32. ============================= Archive contents =============================
  33.  
  34. Original  Packed Ratio    Date     Time    Name
  35. -------- ------- ----- --------- --------  -------------
  36.      728     532 26.9% 26-Apr-98 14:56:58 +LoadMonDrvs
  37.     1437     827 42.4% 26-Apr-98 14:56:52 +LoadMonDrvs.doc
  38. -------- ------- ----- --------- --------
  39.     2165    1359 37.2% 26-Apr-98 14:57:36   2 files
  40.