home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / utils / golded / os2_p16.doc < prev    next >
Text File  |  1993-11-13  |  4KB  |  108 lines

  1. ----------------------------------------------------------------------
  2. The GoldED OS/2 and DOS/P16 versions - what is different?       931114
  3. ----------------------------------------------------------------------
  4.  
  5.  
  6. ----------------------------------------------------------------------
  7. --- Introduction
  8. ---
  9.  
  10. This document outlines the main differences between the standard
  11. GoldED for DOS and the new OS/2 and DOS/P16 versions.
  12.  
  13.  
  14. ----------------------------------------------------------------------
  15. --- GoldED/2 - The OS/2 version.
  16. ---
  17.  
  18. *   GoldED/2 is a 32-bit windowable textmode OS/2 2.x program. A full
  19.     PM (GUI) version is planned, but is not currently being developed.
  20.     This release was compiled with Borland C++ 1.0 for OS/2.
  21.  
  22. *   Long filenames (HPFS) are implemented. However, I can make no
  23.     guarantee that all conceivable forms of valid HPFS filenames are
  24.     supported, especially such exotics as spaces in filenames and
  25.     various punctuation characters that are invalid in MS-DOS
  26.     filenames. Some parts of GoldED may support exotic forms of
  27.     filenames, while others may not. I will do what I can to make sure
  28.     future releases are fully HPFS compatible.
  29.  
  30. *   Handling of Ctrl-Break does not work too good in this release.
  31.     Hitting Ctrl-Break will simply exit GoldED/2 immediately without
  32.     any form of cleaning up first. I'm working on a better solution...
  33.  
  34. *   GoldED/2 does not yet support Sound Blaster or other sound
  35.     systems.
  36.  
  37. *   The following GOLDED.CFG keywords are irrelevant or unsupported in
  38.     the OS/2 version and may be ignored:
  39.  
  40.       DOSSWAP
  41.       EVENT
  42.       MOUSE
  43.       OVERLAY
  44.       PLAY
  45.       SCREENELIMSNOW
  46.       SCREENUSEBIOS
  47.       SOUNDDEVICE
  48.       SOUNDPATH
  49.       SWAPPATH
  50.       TIMESLICE
  51.  
  52.  
  53. ----------------------------------------------------------------------
  54. --- GoldED/P16 - The DOS 16-bit protected mode version.
  55. --- 
  56.  
  57. *   GoldED/P16 is a DOS 16-bit protected mode program. GoldED/P16 uses
  58.     the 286 or better CPU to run in DOS protected mode. This release
  59.     was compiled with TopSpeed C++ 3.1, optimized for 286 code. The
  60.     TopSpeed DOS extender which is used in GoldED/P16 can use just
  61.     about any type of extended/expanded memory, including raw (no
  62.     memory manager), DPMI, VCPI and XMS. In case of the so-called
  63.     "protection violations" (also known as "exception errors"),
  64.     GoldED/P16 writes a file XTRACE.TXT in current directory. Please
  65.     include the contents of this file when reporting bugs that result
  66.     in protection violations.
  67.  
  68. *   Advantages of GoldED/P16 compared to the standard DOS version:
  69.     +   Breaks the DOS 640k barrier. No more worries about running in
  70.         DV windows or other low-memory situations.
  71.     +   Faster operation due to 286 optimized code and a better
  72.         optimizing compiler.
  73.     +   Protected mode operation protects DOS better from internal
  74.         malfunction/crashes in GoldED. Development of the OS/2 and
  75.         DOS/P16 versions eliminated several causes of crashes in the
  76.         older standard DOS versions.
  77.     +   Faster nodelist compilation with GoldNODE, compared to use of
  78.         EMS/XMS and especially DISK buffers.
  79.  
  80. *   If you use QDPMI with QEMM386, QDPMI will display an error message
  81.     when GoldED/P16 loads ("QDPMI: Exec error"). This can be ignored.
  82.     No ill effects have been observed when using GoldED/P16 with
  83.     QPDMI. The reason for the QDPMI error message is unknown, but it
  84.     seems to be a compatibility problem between QDPMI and the TopSpeed
  85.     DOS extender.
  86.  
  87. *   GoldED/P16 currently doesn't support changing the DOS prompt in
  88.     DOS shells.
  89.  
  90. *   GoldED/P16 does not yet support Sound Blaster or other sound
  91.     systems.
  92.  
  93. *   The following GOLDED.CFG keywords are irrelevant or unsupported in
  94.     the DOS/P16 version and may be ignored:
  95.  
  96.       DOSSWAP
  97.       EVENT
  98.       MOUSE
  99.       OVERLAY
  100.       PLAY
  101.       SCREENELIMSNOW
  102.       SOUNDDEVICE
  103.       SOUNDPATH
  104.       SWAPPATH
  105.  
  106.  
  107. ----------------------------------------------------------------------
  108.