home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / Geneve / mdos / geneve_manual&mdos_docs / update6.txt < prev    next >
Text File  |  2006-10-19  |  8KB  |  179 lines

  1. ===============================================================================
  2.       MM     MM  DDDDD   OOOOOO   SSSSS         66666       0000    0000
  3.       M M   M M  D    D  O    O  S             6     6     0   00  0   00
  4.       M M   M M  D    D  O    O  S             6           0  0 0  0  0 0
  5.       M  M M  M  D    D  O    O  SSSSS         666666      0 0  0  0 0  0
  6.       M  M M  M  D    D  O    O       S        6     6     00   0  00   0
  7.       M   M   M  D    D  O    O       S        6     6     0    0  0    0
  8.       M   M   M  DDDDD   OOOOOO  SSSSS          66666   .   0000    0000
  9.  
  10.  
  11.                          Myarc Disk Operating System
  12.  
  13.                  Copyright (C)1998 9640*News and Contributors
  14.  
  15.                       Version 6.00 released May 16, 1998
  16. ==============================================================================
  17. Contact Information:
  18.      Tim Tesch
  19.      1856 Dixie Road
  20.      Port Washington, WI 53074     ttesch@juno.com <--> ttesch@execpc.com
  21. ===============================================================================
  22.  
  23. THOUGHTS AND CONCERNS:
  24. ---------------------
  25.        MDOS 6.00 does not contain a lot of thrills and frills, but does
  26.        contain some features some may find interesting.  Most of my time
  27.        has been spent on the road, visiting places throughout Wisconsin,
  28.        Illinois, Iowa, and Minnesota.  Perhaps this summer I'll get a
  29.        reprieve to work on my favorite, though yet unfinshed program, PORT.
  30.        Enough editorializing :) ... on with the show!
  31.  
  32.        One major undertaking was the removal of the "TI ON/OFF" command,
  33.        implemented by Beery Miller some time ago.  Beery implemented this
  34.        command so that people could use the HFDC or SCSI at CRU >1200, and
  35.        access it as "WDSx".
  36.  
  37.        Unfortunately, these routines were one source of the trouble most
  38.        folks have with the HFDC, and as such, were removed.  I was very
  39.        careful not to disrupt any existing HFDC/SCSI code, and learned a
  40.        few things along the way.
  41.  
  42.        Anyone using the "WDSx" feature will need to continue using the older
  43.        versions of MDOS or change the manner in which they access their
  44.        devices.  If all goes well, the remaining issues within the DSR will
  45.        be resolved with the next release.
  46.  
  47.        GPL was not modified for MDOS 6.00 as there was really nothing to add
  48.        or fix.  However, I have modified the version and included it with
  49.        MDOS 6.00 to keep things straight.
  50.  
  51.        Finally, anyone wanting to use MDOS 6.00 _MUST_ have the extra 32K
  52.        RAM on their Geneve.  I started modifying MDOS to remove this
  53.        restriction, but since Mike hard-coded multiple locations, the task
  54.        was not one I wanted to deal with.  Therefore, if anyone would like
  55.        me to modify their Geneve, or send them a stack of 64K memory, the
  56.        cost is $10.00 plus shipping/handling. Turn-around is one business day.
  57.  
  58.  
  59. NEW/UPDATED COMMANDS/ROUTINES:
  60. ------------------------------
  61.  
  62.        o SCSI REMAP COMMAND
  63.          ------------------
  64.             Some SCSI devices won't respond to SCSI ID 0, 1, or 2.  To fix
  65.             this problem, I've added a new command (CYA compatible) which
  66.             remaps a specific ID to SCS1, SCS2, or SCS3.
  67.  
  68.             Command:  SCSMAP <drive><device>
  69.  
  70.             Examples:
  71.                       SCSMAP 13      Maps SCSI ID 3 to SCS1.
  72.                       SCSMAP 26      Maps SCSI ID 6 to SCS2.
  73.  
  74.             Note that remapping a SCSx drive to the SCSI controller ID could
  75.             cause a lockup!
  76.  
  77.  
  78.        o VIDEO Command again available
  79.          -----------------------------
  80.             After being removed some time ago, I've placed the VIDEO command
  81.             back into MDOS.  This command turns the video wait states on/off.
  82.             While it reports the current state of the command, please note that
  83.             it _may_ report the status incorrectly.  This command was added
  84.             as a convenience.
  85.  
  86.                     VIDEO FAST - turns off wait states
  87.                     VIDEO SLOW - turns on wait states
  88.  
  89.        o MDOS Character set expanded
  90.          ---------------------------
  91.             The MDOS internal character set has been expanded to 255 characters.
  92.             This means that characters 128-255 are now defined and available
  93.             using the following command:
  94.  
  95.                          IBMGRF <on/off>
  96.  
  97.                          IBMGRF OFF   - "Normal" characters 0-127
  98.                          (default)              defined.  Characters 128-255
  99.                                                 are not redefined.
  100.  
  101.                          IBMGRF ON    - ALL characters 0-255 defined.  This
  102.                                         causes at least one program, Clint
  103.                                         Pulley's Directory Manager, to look
  104.                                         "wrong".  Clint defines his characters
  105.                                         before asking MDOS to define the
  106.                                         remaining chars, hence the screwup.
  107.                                         I suggest creating a batch file for
  108.                                         DM which turns IBMGRF off/on before/
  109.                                         after using DM.
  110.  
  111.             Using this command eliminates the need for "IBMGRAPHICS", a program
  112.             I released a few years ago, and give you the added benefit of
  113.             retaining those characters at all times.  Additionally, CYA will
  114.             imbed your  favorite character set within MDOS!  Thanks goes out
  115.             to TONY KNERR for his idea and his original program, CHARAPATCH!
  116.  
  117.        o  RAVE RAMDISK
  118.           ------------
  119.             CYA will now modify MDOS 5.00 and 6.00 with respect to
  120.             the Rave RAMdisk.  No more sector editing required.
  121.  
  122.  
  123.        o SETDSK / REMAP / HARD <on/off>
  124.          ------------------------------
  125.             Modified text output shown during an error. Changed display
  126.             in HARD command; now shows current status.
  127.  
  128.        o PFM512 Device Support
  129.          ---------------------
  130.             Support for the 512K PFM FLASH chip was added.
  131.  
  132.        o MIRROR COMMAND
  133.          --------------
  134.             MDOS MIRROR command has been REMOVED.  Instead, please use the
  135.             accompanying file SAVEIMAGE.  This program will let you save
  136.             sectors 0-33 (CFORM compatible) from any HFDC or SCSI device to
  137.             any other device.  LOADIMAGE, used to restore the sectors, is
  138.             not released here, as I do not feel comfortable giving that out
  139.             with MDOS.  If you want a copy, feel free to ask.  Docs are
  140.             included with SAVEIMAGE.
  141.  
  142. FIXED COMMANDS / ROUTINES:
  143. --------------------------
  144.  
  145.        o YEAR 2000
  146.          ---------
  147.            (a) The DIRectory routine now displays the full year.
  148.            (b) The clock code was modified to fix a Year 2000 bug.  Dates
  149.                through 2050 were checked, including dates falling on a leap
  150.                year, and were found accurate.  I am happy to say MDOS 6.00
  151.                is Year 2000 "compliant," though there may be programs used on
  152.                the Geneve which are not.
  153.            (c) Researched possibility of changing clock code to give user
  154.                the full year.  Decided not to make change, as it would likely
  155.                break multiple applications which rely upon the 8-character
  156.                output string.
  157.  
  158.        o RAVE RAMDISK
  159.          ------------
  160.             Modified low-level sector code. Stabilized the access routine,
  161.             which at times caused corruption in the first 32K.
  162.  
  163.        o HFDC / Winchester Code:
  164.          -----------------------
  165.             As discussed above, removed some offending code (Winchester)
  166.             from MDOS. Also removed TI ON/OFF capability, which previously
  167.             used to access the HFDC/SCSI at CRU >1200 as "WDSx".  This has
  168.             cleared up some conflicts between the SCSI and the HFDC.
  169.  
  170. That's all this time, folks!  If you have any requests or suggestions, please
  171. send them my way!  Use the addresses listed at the top of this document.
  172. Requests for Source code to MDOS may also be sent to this address.
  173.  
  174. 'Tis time to document CYA 6.00 :)-
  175.  
  176. *
  177. * EOF, 16 May 1998 Tim Tesch
  178. *
  179.