home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / emulate / a2001sdm.lha / a2001sdm.txt next >
Text File  |  1988-01-16  |  4KB  |  88 lines

  1.             A2001sdm.txt
  2.  
  3.             16 Jan 88
  4.  
  5.                         S.D. Maley
  6.  
  7.             see also: a2000sdm.zoo
  8.  
  9. This is a follow on to the observations made in a2000sdm.txt (not
  10. to be confused with a space odyssey -- at least outer).  Included
  11. in this zoo:
  12.  
  13.     spdhlt.asm:  Safely brings bridge floppy speed up to normal,
  14.     spdhlt.com
  15.     speed.com:  For the more adventurous, drops the step rate.
  16.  
  17. Remember:  If you move .com files between Ami and PC sides, use the
  18. /b (binary) switch with Aread or Awrite.
  19.  
  20. Corrections/Addendums to a2000sdm.txt
  21. -------------------------------------
  22.  
  23.     o Micro Emacs 3.9e, compiled with Lattice C 4.0, works fine.
  24.      The Manx compiled version still requires NoFastMem.  If I get
  25.      ambitious, could try to write code into the Ami version to
  26.      accept input from the clipboard.  As it stands, I can cut and
  27.      paste between PC side programs (including Emacs, but I could
  28.      already do that).  The only clipboard-aware program on the Ami
  29.      side that I might use is notepad.  It would be very nice to bridge
  30.      from PC side Emacs to Ami side Emacs (for those of us who must work
  31.      in both worlds).
  32.  
  33.     o The video bios is about the same speed as a "real" XT,
  34.      _not_ 12% faster (the benchmark (pctest) was against a flat PC),
  35.  
  36.     o The number (239) quoted for the floppy step rate set by speed
  37.      should really have been shown in hex.  It is a two byte value
  38.      that represents more than the step rate.  What speed does is
  39.      reduce the step rate from 4 msec (DF) to 2 msec (EF) (not very
  40.      intuitive, is it ?  Refer to an IBM PC AT technical reference,
  41.      or maybe one of Norton's books, if you want to know what it is).
  42.      This is great for short steps, but can result in banging the stops
  43.      for stepping all the way across the floppy (as it says above:
  44.      "For the more adventurous ...").
  45.  
  46.     o Directory Scanner 3.00 is the only PC program I've found that
  47.      won't work with my bridgeboard setup.  DS uses a device driver
  48.      for speeding up access to the hard disk file tree.  This doesn't
  49.      work with a virtual PC hard disk.  Either DS or the Amiga driver
  50.      (jdisk.sys) aren't playing by the same rules.
  51.  
  52.     o On rare occasions, garbage characters will flash by while the PC
  53.      side text display is scrolling.  Generally, if you keep typing
  54.      the junk will go away sooner or later.  However, the garbage may
  55.      be related to a lockup situation that sometimes happened on PC boot
  56.      (garbage was all over the screen when the PC window was opened).
  57.      The lockup only occured right after bringing Ami in from the cold
  58.      (after leaving her in the backseat of the car all night).
  59.  
  60. Further observations
  61. --------------------
  62.  
  63. The A2088 bridgeboard that led to some of the difficulties noted
  64. (in a2000sdm.txt has been replaced.  Since then I have not pulled
  65. the cover to reseat things even once.
  66.  
  67. While the bridge was out, I tried to get Transformer going on the
  68. A2000.  There is apparently some kind of timing problem in the
  69. software.  Transformer gets to Dos (MS 3.2 or PC 3.3) ok, but
  70. Dos says it has no empathy with the floppy in drive A: (the drive
  71. light then stays on.  Also noticed that Transformer reported that
  72. "Available memory:  D47K" (and you thought it was wispering _decimal_
  73. sweet nothings in your ear, ...)).
  74.  
  75. The only major complaint I still have is the virtual disk handling.
  76. Caveat 1 still holds:  If you do file transfers between a real hard
  77. disk on the Amiga side, and a virtual disk (linked to that hard disk)
  78. on the PC side, you will get into a _MESS_ !  The best way out, if
  79. you realize what you've done is to _immediately_ warm boot the
  80. Amiga (not the PC side):  <Ctrl><Amiga><Amiga>.  That way, if you
  81. were AWrite(ing), the only problem will be an empty file on the
  82. Amiga side.
  83.  
  84. If you don't warmboot, you may be misled by MS Dos reports of problems
  85. with the virtual disk file structure.  You may be informed that all kinds
  86. of files (possibly anywhere along the file tree branch you refered to with
  87. AWrite) are either missing or corrupt.
  88.