home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / LEDSTUFF.ZIP / README < prev    next >
Encoding:
Text File  |  1987-11-01  |  5.5 KB  |  119 lines

  1. This updates an earlier archive, LEADEDGE.ARC, which contained programs to
  2. correct various minor problems with the Leading Edge Model Ds, and a clock
  3. program for LE Ms.
  4.  
  5.  
  6. 1.  Early LE Ds had a BIOS problem when running programs which gave you an
  7. option to use a Mouse.  Note that the newer machines (BIOS 2.13+) have an
  8. upgraded ROM BIOS which corrects this problem.  The patch below to correct
  9. the problem in the earlier machine is from  Leading Edge:
  10.  
  11.                S W   I N T   3 3   P A T C H   P R O G R A M
  12.  
  13.  MODEL "D" SOFTWARE PATCH PROGRAM
  14.  
  15. This patch is designed to correct possible problems when executing programs
  16. on the Leading Edge Model "D" that have an option to permit the use of a
  17. mouse, whether or not it is actually used. You may want to add this patch if,
  18. upon executing a program: 1) you notice unusual patterns on the screen, 2)
  19. you receive a message "Unexpected SW INT 33", or 3) you experience a program
  20. malfunction when you first boot up a program which has a mouse option.  You
  21. need only execute the supplied instructions once.
  22.  
  23. PLEASE NOTE:  THIS PATCH IS NOT GUARANTEED TO WORK WITH EVERY PROGRAM WHICH
  24. RECEIVES THE SW INT 33 MESSAGE.  WE HAVE ONLY TESTED THE PATCH WITH MICROSOFT
  25. WORD AND REFLEX PACKAGES."
  26.  
  27.  
  28. Directions for Use:
  29.  
  30. a.  Place the fixint33 command in your autoexec.bat file.  (Have
  31. the fixint33.com file in your root directory or issue a path
  32. command to the directory where it's located before invoking it in
  33. autoexec.bat).
  34.  
  35. b.  This will immediately correct the problem with Microsoft
  36. Word.
  37.  
  38. c.  For running Reflex and Reflex2 (the report writer), first do
  39. one above, then use the two new bat files included in this
  40. archive, reflexh.bat and reflex2h.bat, instead of the bat files
  41. with identical names which come with Reflex.  If you compare the
  42. two, you'll notice the bat files included in this archive have an
  43. additional line which return the computer to the monochrome text
  44. mode when you quit out of Reflex.  Note that the bat files are
  45. necessary for running reflex on a monochrome D, because reflex
  46. only runs in the Hercules Graphics mode on monochrome machines.
  47.  
  48. d.  If you are using a Mouse, do NOT put the Mouse command in a
  49. CONFIG.SYS file, as the mouse documentation suggests.  Instead,
  50. place it in the autoexec.bat file AFTER the fixint33.
  51.  
  52. (I personally have used these patch on our old LE Ds at work...works fine.)
  53.  
  54. (Borland International also has a patch for Reflex out which
  55. patches the program to return it from Hercules to Mono mode
  56. automatically, making the new bat files unnecessary.  I do not
  57. have and have not tested this patch.)
  58.  
  59. 2.  LE D 20M HD FORMAT PROBLEM
  60.  
  61.      Early LE D 20M machines often arrived with improperly formatted HDs and
  62. defective PREPARE.COM program on the LE D Diagnostics disk.  The instructions
  63. to properly format such machines used the debug to access the controller
  64. format routines are in the file LEHDFMT.TXT.
  65.  
  66. 3.  CLOCKS AND PC-DOS
  67.  
  68. Included in this archive are several programs which enable you to pick up the
  69. time and date from Leading Edge's clock when using PC-DOS by invoking one of
  70. these programs in you autoexec.bat. The only one I've personally used and can
  71. vouch for is the clkdvr.sys for PC DOS 3.21 which works like a charm.
  72. D-clock.com and d-clk.com are obviously for the Leading Edge model D,
  73. m-clk.com is obviously for the Leading Edge model M, and I'm not sure what
  74. datetime.com works with. The programs are:
  75.  
  76.         a.  Clkdvr.sys...device driver for PC DOS 3.2 and 3.21
  77.         b.  D-clock.com/d-clk.com...for LE D.
  78.         c.  M-clk.com for LE M
  79.         d.  datetime.com...unknown, but from LE BBS?
  80.  
  81. 4.  4-SECTOR CLUSTERS ON 10M WITH DOS 3.1+
  82.  
  83. I recently placed PC-DOS 3.21 on one of our old 10M LE Ds at work. Following
  84. the notes from CLUSTER.TXT obtained from Robert Blacher's BBS here in
  85. Washington, I was able to get 4-sector clusters on the 10M disk (2,048 bytes)
  86. rather than the 8-sector clusters (4,096 bytes) that DOS 3.1+ normally
  87. produces on 10M HDs. However, I was not able to obtain these results with LE
  88. DOS 3.1! As near as I can figure out, LE DOS has a destructive format (like
  89. Compaq 3.1) which redoes the boot record each time you reformat! I'm including
  90. the cluster.txt in this archive for those of you who would like to use 3.1+ on
  91. LE D 10M hard disks.
  92.  
  93. 5.  COLOR ON COLOR TEXT
  94.  
  95.      Monochrome LE Ds have a hardware defect in the motherboard video board
  96. make them incapable of displaying color on color text...you just get a blob
  97. of amber or green.  FIXLED.COM corrects this problem.  It's a memory resident
  98. program which you run first.  You can disable it by running it again.
  99.  
  100. 6. SUMMARY OF FILES
  101.  
  102. CLKDVR   SYS     1024   Clock device driver for LE D, PC DOS 3.2 and 3.21
  103. CLUSTER  TXT     7401   4-sector clusters on 10M HD
  104. D-CLK    COM     1024   Get time on LE D while running PC DOS.
  105. D-CLOCK  COM      256   Same as above.
  106. DATETIME COM      256   From LE BBS.
  107. FIXINT33 COM       29   Fix early bios problem with programs which use
  108.                         Hercules mode and mouse!
  109. FIXLED   COM      848   Allows LE D to display color on color text!
  110. FIXLED   DOC     6249   DOC for above.
  111. LEDHFMT  MSG     2365   Debug format instructions for LE D 20M HD.
  112. M-CLK    COM      384   Get time on LE M running PC DOS.
  113. README           4138   This file.
  114. REFLEX2H BAT      128   Batch file for running Reflex2 on mono LE D.
  115. REFLEXH  BAT      128   Batch file for running Refelex on mono LE D.
  116.  
  117. DAVID JACOBSON, WASHINGTON, DC, FEBRUARY 27, 1986
  118. UPDATED, NOVEMBER 1, 1987, DAVID JACOBSON, ARLINGTON, VA
  119.