home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / UTILITYS / ICON.ARC / SHELLFIX.DOC < prev   
Text File  |  1987-10-31  |  2KB  |  42 lines

  1.       How to patch your SHELL.SYS to free up icons 4 and 8
  2.  
  3. Icons 4 and 8 in any SHELL.SYS have certain pre-defined functions 
  4. associated  with  them.  With a little bit of judicious  hacking, 
  5. these icons can be freed up to make them more easily useable when 
  6. they are redefined using a program such as ICON.COM.
  7.  
  8.                           How to do it
  9.  
  10. First lets tackle icon 8 as this is more straightforward. Open up 
  11. your SHELL.SYS with a debugging program such as z8e,  and  search 
  12. through it for a byte sequence:
  13.  
  14.           C8
  15.           FE 59
  16.           C9
  17.           FE 38
  18.           CA xx xx  <--- these three bytes are to be changed to
  19.                          nops.
  20.  
  21. Now icon 4. Search for a byte sequence:
  22.  
  23.      Shells with 10 icons      Shells with 9 icons    
  24.  
  25.           D1                       E1
  26.           F1                       F1
  27.           FE 08                    FE 06
  28.           C2 xx xx                 C2 xx xx
  29.           ^                        ^
  30.           | change to C3           | change to C3
  31.  
  32. That's  all there is to it!  Now icons 4 and 8 function just like 
  33. any other icons in the SHELL! 
  34.  
  35. Of course, if you want to do this much more conveniently, get in
  36. touch with me thru the post at 33 Downing St, Epping NSW 2121 or phone
  37. (02) 868 3597 and for a small fee (say $20) I will provide you with
  38. ICON.COM version 1.4 (which adds this function plus some more goodies)
  39.  
  40.  
  41.                               Kalvis Duckmanton
  42.      N.COM version 1.4 (which adds this function