home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / archives / cpm / 9101-1.txt < prev    next >
Text File  |  1993-02-19  |  207KB  |  5,387 lines

  1.  2-Jan-91 13:15:25-MST,9142;000000000000
  2. Mail-From: W8SDZ created at  2-Jan-91 13:06:43
  3. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  4. Date: Wed,  2 Jan 91 13:06:37 MST
  5. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  6. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  7. Subject: INFO-CPM Digest V91 #1
  8. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  9. Message-ID: <910102130643.V91N1@WSMR-SIMTEL20.ARMY.MIL>
  10.  
  11. INFO-CPM Digest             Wed,  2 Jan 91       Volume 91 : Issue    1
  12.  
  13. Today's Topics:
  14.                            ^Z in CP/M file
  15.               Looking for mailing list program for CP/M
  16.                              TeX for CP/M
  17.                      TeX under CP/M ??? (2 msgs)
  18.                Unauthorized Duplication of Turbo Pascal
  19.                    Where can I get a KayPLUS ROM ?
  20.                        Zmp15 Osborne 1 Overlay
  21. ----------------------------------------------------------------------
  22.  
  23. Date: Mon, 31 Dec 90 18:00:14 PST
  24. From: cwr@pnet01.cts.com (Will Rose)
  25. Subject: ^Z in CP/M file
  26. Message-ID: <00942065108F7580.00000110@dcs.simpact.com>
  27.  
  28. The only way you'll get this out is by using a programming language
  29. that can read binary files - you'll then get garbage beyond the 'real'
  30. terminating ^Z; or use DDT to change the 'wrong' ^Z to something
  31. innocuous.
  32.  
  33. Good luck - Will
  34. -----------------------------------------------------------------------
  35. "If heaven too had passions  | Will Rose
  36.      even heaven would       | UUCP: {nosc ucsd hplabs!hp-sdd}!crash!pnet01!cw
  37.      grow old."  -  Li Ho.   | ARPA: crash!pnet01!cwr@nosc.mil
  38.                              | INET: cwr@pnet01.cts.com
  39.  
  40.  
  41. UUCP: {nosc ucsd hplabs!hp-sdd}!crash!pnet01!cwr
  42. ARPA: crash!pnet01!cwr@nosc.mil
  43. INET: cwr@pnet01.cts.com
  44.  
  45.  
  46. ------------------------------
  47.  
  48. Date: Wed,  2 Jan 91 08:25:24 -0500
  49. From: Jay Sage <sage@ll.mit.edu>
  50. Subject: Looking for mailing list program for CP/M
  51. Message-ID: <9101020825.AA25546@LL.MIT.EDU>
  52.  
  53. Tom Albrecht was looking for a mailing list program.  If he is using the
  54. Z-System, then he should try Joe Mortenson's ZDB (Z DataBase), a small
  55. database program for just this purpose that is currently under active
  56. development.  I have not used it myself, but it gets excellent reviews from
  57. callers at my Z-Node.  It has probably been posted to the Z areas on
  58. SIMTEL20.
  59.  
  60. -- Jay Sage
  61.  
  62.  
  63. ------------------------------
  64.  
  65. Date: 2 Jan 91 00:15:48 GMT
  66. From: ulysses!rick!ahm@ucbvax.Berkeley.EDU  (Andy Meyer)
  67. Subject: TeX for CP/M
  68. Message-ID: <437@rick.att.com>
  69.  
  70. In article <1990Dec31.185631.3764@bronze.ucs.indiana.edu> bwildasi@silver.ucs.indiana.edu (Ben Wildasin) writes:
  71.  
  72. > Is anyone familiar with TeX implementations for CP/M? If so, what printers
  73. > do they support? Also, are there any freely or cheaply available Emacs
  74. > editors floating around out there?
  75.  
  76. Well, I can't remember where I downloaded it, but I have something called
  77. 'Small tex' by Mike Meyer (no relation!) circa 1982. I never actually set
  78. it up, but according to its users manual, it does share lots of stuff with
  79. Knuth's Tex. However, rather than using metafonts it apparently uses
  80. Fancy Font(tm) from SoftCraft for output.
  81.  
  82. This information is offered merely as proof that such a thing does exist.
  83.  
  84. Andy
  85. --
  86.  Andreas Meyer, N2FYE      > > > > > > > > >     Internet: ahm@rick.att.com
  87.  "Ausgezeichnet!"         < < < < < < < < <          uucp:   ..att!rick!ahm
  88.  
  89. ------------------------------
  90.  
  91. Date: Tue, 01 Jan 91 08:04:51 IST
  92. From: "Jacques J. Goldberg" <PHR00JG@TECHNION>
  93. Subject: TeX under CP/M ???
  94.  
  95. Ben Wildasin asked for it.
  96.  
  97. Ben, I am addicted to TeX and no less to CP/M.
  98. But TeX under CP/M, I wouldn't try to turn the dream into reality.
  99.  
  100. TeX was originally written in WEB, with the WEB interpreter (TANGLE)
  101. producing PASCAL source code. The TeX program relies on enumerated
  102. variables in the range 0..32767? Do you know a CP/M compiler handling
  103. that?
  104.  
  105. A converter WEB-to-C was then developped, that makes porting much easier.
  106. Today you can get the source for TeX in C. All implementations known to
  107. me under MSDOS starting from the C code use an internal virtual memory
  108. management because the 640k addressing space is not large enough. Even
  109. if such a management would be ported to CP/M, I do not see how the
  110. memory swapping and overlayed code and work areas could be packed in
  111. 60k of memory left on a banked system. It could be a challenge, but not
  112. something practical.
  113.  
  114. DVI drivers, you ask.
  115. One could think of TeXing the document on some other machine, downloading
  116. the intermediary DVI file to a CP/M machine, and using the CP/M system
  117. to display the output. A Previewer is probably feasible under CP/M as what
  118. you need is a bit map of the screen (in some graphics mode, not all CP/M
  119. system has such a feature). And to print, but probably you would want to
  120. print on a cheap Epson-like device: there again memory bitmaps are
  121. required, and with the much higher resolution again the driver will
  122. essentially exercise the hard disk, and the user will be frustrated.
  123. It already takes FIVE MINUTES if not more to print one page of TeX output
  124. on an Epson printer with a 10 MHz 8086 processor!!!!
  125.  
  126. I know only one reasonable way to TeXing under CP/M. Purchase one of those
  127. cheap PC-clones, with 640k RAM and at least 20 Mb hard disk, and a graphics
  128. card, and declare it to yourself and friends as a co-processor to the CP/M
  129. machine. As a SLAVE, the idea of keeping a PC is perhaps tolerable....
  130.  
  131. If however you NEED TeX the right machine to purchase is OF COURSE not
  132. the PC junk. What you want is an AMIGA. TeX on an Amiga outperforms just
  133. about anything existing except powerful workstations. Speed is not the main
  134. issue. With the Amiga you see the output and the input on the same screen
  135. side by side, without printing, and the turnaround to prepare a document
  136. is minimized.
  137.  
  138. Too bad, it ain't CP/M....                        Jacques
  139.  
  140. ------------------------------
  141.  
  142. Date: 1 Jan 91 23:18:53 GMT
  143. From: munnari.oz.au!csc.anu.edu.au!csis!ken@uunet.uu.net  (Ken Yap)
  144. Subject: TeX under CP/M ???
  145. Message-ID: <1991Jan1.231853.14879@csis.dit.csiro.au>
  146.  
  147. >Ben Wildasin asked for it.
  148. >
  149. >Ben, I am addicted to TeX and no less to CP/M.
  150. >But TeX under CP/M, I wouldn't try to turn the dream into reality.
  151.  
  152. I second that. Don't even think of it. I just finished a tangle (sorry
  153. for pun) with getting TeX running on a Tandy 6000 (68k based Xenix
  154. machine) with 1 M memory and tens of Mb of disk. My major problems:
  155.  
  156. Needed flexnames cpp (got free version).
  157. Needed long identifiers (used shortc and cpp).
  158. Bug in compiler for large multi-d arrays.
  159.  
  160. And the sheer amount of time needed to compile and test.
  161.  
  162. I would say the minimum configuration that will support TeX comfortably
  163. is 1 M memory, 20 Mb disk, flexnames C compiler with 32 integer type.
  164. Below this you'll need ugly tricks.
  165.  
  166. So go buy yourself a cheap PC clone instead.
  167.  
  168. Oh, if there are any t6k readers, I'll announce the diffs in the Tandy
  169. newsgroup soon.
  170.  
  171. ------------------------------
  172.  
  173. Date: Wed,  2 Jan 91 08:25:12 -0500
  174. From: Jay Sage <sage@ll.mit.edu>
  175. Subject: Unauthorized Duplication of Turbo Pascal
  176. Message-ID: <9101020825.AA25534@LL.MIT.EDU>
  177.  
  178. About a week ago (just before I left on vacation) Earl Phillips wrote:
  179.  
  180. >> Someone posted a request for turbo pascal on a 5-1/4"
  181. >> disk. I have turbo pascal an both 8" and 5-1/4". Email
  182. >> me if you haven't already got it, and we'll aange to
  183. >> mail you a copy.
  184.  
  185. I would like to point out that Turbo Pascal is a copyrighted program.  If it
  186. were no longer available for purchase (or if this were a request for a
  187. replacement for a damaged copy), I would not post this caution.  However,
  188. though no longer available from Borland, it is in current production by Alpha
  189. Systems in San Jose (and carried by my wife's company, Sage Microsystems
  190. East).
  191.  
  192. -- Jay Sage
  193.  
  194.  
  195. ------------------------------
  196.  
  197. Date: Wed,  2 Jan 91 08:25:16 -0500
  198. From: Jay Sage <sage@ll.mit.edu>
  199. Subject: Where can I get a KayPLUS ROM ?
  200. Message-ID: <9101020825.AA25538@LL.MIT.EDU>
  201.  
  202. >> Anyone know where I can pick up a KayPLUS ROM for an '83 KP-II?  Emerald
  203. >> Microware's brochure describes it in glorious detail, but has a big
  204. >> "N/A" written over the price :-(
  205.  
  206.    I can't help you with the KayPLUS ROM, but we are slowly making progress
  207. with bringing the Plu*Perfect TurboROM back into production (since Advent has
  208. gone out of that business).
  209.  
  210. -- Jay Sage
  211.  
  212.  
  213. ------------------------------
  214.  
  215. Date: 2 Jan 91 03:04:40 GMT
  216. From: zaphod.mps.ohio-state.edu!lavaca.uh.edu!menudo.uh.edu!lobster!urchin!Charles.Cotham@tut.cis.ohio-state.edu  (Charles Cotham)
  217. Subject: Zmp15 Osborne 1 Overlay
  218. Message-ID: <4957.278165BA@urchin.fidonet.org>
  219.  
  220. I just received Klaus Schauer's Osborne 1 overlay for ZMP15 comm program,
  221. and uploaded it to NW Znode Houston @ 713-937-8886. Give it a try, ZMP15
  222. by Ron Murray from Australia is a nice comm program that gives CP/M 
  223. users Z modem protocal. Thanks to Klaus it now runs on the Osborne 1. 
  224.  
  225. ------------------------------
  226.  
  227. End of INFO-CPM Digest V91 Issue #1
  228. ***********************************
  229.  4-Jan-91 09:27:17-MST,8538;000000000000
  230. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  231. Date: Fri,  4 Jan 91 09:18:52 MST
  232. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  233. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  234. Subject: INFO-CPM Digest V91 #2
  235. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  236. Message-ID: <910104091908.V91N2@WSMR-SIMTEL20.ARMY.MIL>
  237.  
  238. INFO-CPM Digest             Fri,  4 Jan 91       Volume 91 : Issue    2
  239.  
  240. Today's Topics:
  241.                    Changes at The Computer Journal?
  242.                       CPM signel board computer
  243.                               good news
  244.                     Help with embedded ^Z (2 msgs)
  245.                   TeX under CP/M and ``TeX clones''.
  246.               Trouble Installing ZSDOS on a Xerox 820-II
  247.                           UUCP and CPM Plus
  248. ----------------------------------------------------------------------
  249.  
  250. Date: 3 Jan 91 17:02:51 GMT
  251. From: gonzalez@bbn.com (Jim Gonzalez)
  252. Subject: Changes at The Computer Journal?
  253. Message-ID: <61849@bbn.BBN.COM>
  254.  
  255. I received a letter from Chris McEwen the other day, announcing that he was
  256. taking over Art Carlson's job as editor of The Computer Journal.  He didn't
  257. get into the details, and I'd let my subscription lapse after issue #47.
  258. There was a file, either on Jay Sage's Z-Node or BCS's ZI/TEL BBS
  259. explaining what happened, but I failed to obtain a copy.  Does anyone have
  260. more information?  Chris McEwen alluded to health problems that finally
  261. forced Art Carlson to step down.
  262.  
  263. Personally, the Z-System bias of the magazine made it less attractive for
  264. me, since I'm still struggling with a CP/M 1.3 clone (Cromemco CDOS),
  265. leaving me out of the running for a Z-System.  The hardware articles were
  266. disappointing, too.  Of course, *now* Chris McEwen announces that they've 
  267. done an article on building a SCSI interface, and it's the in issue I just 
  268. missed.  <Sigh>.
  269.  
  270.                 -Jim.
  271.  
  272. ------------------------------
  273.  
  274. Date: 2 Jan 91 21:08:04 GMT
  275. From: msk!@uunet.uu.net  (Mark Kaplan)
  276. Subject: CPM signel board computer
  277. Message-ID: <740@msk.scs.com>
  278.  
  279. Toy needs good home.
  280.  
  281. Digital Research "Big Board" complete single board computer system.
  282. Designed to run CPM.
  283.  
  284. Z80 with all peripherals, PIO, SIO, Clock, etc.
  285. Completely loaded with 64K RAM.
  286.  
  287. It worked the last time I tried it (About 5 years ago).
  288.  
  289. Needs: Power supply, terminal (or monitor and keyboard)
  290. and (2) 8" disk drives.
  291.  
  292. I have a keyboard, which I have never tried. It will need
  293. some rewiring to use with this board. I used a terminal.
  294.  
  295. Make an offer. (No offer too low!)
  296.  
  297. Home: (201) 531-4331
  298. Work: (201) 580-0102
  299.  
  300. ------------------------------
  301.  
  302. Date: 3 Jan 91 19:32:25 GMT
  303. From: kwgst@unix.cis.pitt.edu (Karol Gieszczykiewicz)
  304. Subject: good news
  305. Message-ID: <75182@unix.cis.pitt.edu>
  306.  
  307. Greetings. I got the K10 working. Here's how (maybe someone else got a
  308. non-working one too)
  309.  
  310. If you take the case off and face the HD controller board, try to
  311. locate all the mounting screws for the PCB. There should be 4. Now,
  312. look at the top-left one (nearest the face panel on top) and take it
  313. out (with a screwdriver). The problem with my K10 was that, after
  314. years of vibrations, the HD controller shifted so much as to make a
  315. resistors lead touch the grounding screw. That's why, early on, it's a
  316. just a "flakey" HD drive and only later (after many angry HITS on the
  317. right side ;-) does it fail completely...
  318.  
  319. Well, all I did was put a small plastic washer on that mounting screw,
  320. formatted the drive, and let it run all night. No problems yet!
  321. [wheeeeee]
  322.  
  323. Now for the question (no, not related). I would like to know more
  324. about the TurboROM. I took out the old 10MB drive and put in a 40 MB
  325. 28 ms. I UNDERSTAND that the most I can get is a speed improvement,
  326. but I want MORE :-) A person I know put in 2 10MB drives and just put
  327. a switch on the front panel so he can switch them in and out ! :-)
  328. Viola, 20MB! [grin]
  329.  
  330. Take care.
  331.  
  332. ------------------------------
  333.  
  334. Date: 4 Jan 91 15:13:57 GMT
  335. From: swrinde!zaphod.mps.ohio-state.edu!wuarchive!rex!uflorida!mailer.cc.fsu.edu!prism!jm59@ucsd.edu  (MILLS,JOHN M.)
  336. Subject: Help with embedded ^Z
  337. Message-ID: <19135@hydra.gatech.EDU>
  338.  
  339. -- 
  340. MILLS,JOHN M.
  341. Georgia Institute of Technology, Atlanta Georgia, 30332
  342. uucp:      ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!jm59
  343. Internet: jm59@prism.gatech.edu
  344.  
  345. ------------------------------
  346.  
  347. Date: 4 Jan 91 14:47:51 GMT
  348. From: usc!samsung!rex!uflorida!mailer.cc.fsu.edu!prism!jm59@ucsd.edu  (MILLS,JOHN M.)
  349. Subject: Help with embedded ^Z
  350. Message-ID: <19134@hydra.gatech.EDU>
  351.  
  352. ^Z?  A friend disassembled the @#$% thing to learn how to get that error 
  353. message.  I would first try simply _editing_ your original (corrupted)
  354. file under Word Master.  You should be able to see and delete the
  355. offender.  (If you copied the file using a 'dumb' utility, it may have
  356. been truncated.  Hope that hasn't happened.) It's been a long time
  357. since I used it, but Word Master shouldn't balk at ^Z (except for giving
  358. you some unsolicited advice).
  359.  
  360.  
  361. -- 
  362. MILLS,JOHN M.
  363. Georgia Institute of Technology, Atlanta Georgia, 30332
  364. uucp:      ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!jm59
  365. Internet: jm59@prism.gatech.edu
  366.  
  367. ------------------------------
  368.  
  369. Date: Thu, 03 Jan 91 08:01:25 IST
  370. From: "Jacques J. Goldberg" <PHR00JG@TECHNION>
  371. Subject: TeX under CP/M and ``TeX clones''.
  372.  
  373. I did not know that there exists or has existed anything like a stripped
  374. down TeX or something resembling TeX.
  375.  
  376. IF IT EXISTS, KEEP YOUR HANDS AWAY.
  377.  
  378. Because TeX is TeX only if it is TeX. This is not a joke. One of the most
  379. important FACTS about TeX, explaining at least in part its popularity in the
  380. academic community, is that THE SAME INPUT FILE PRODUCES IDENTICALLY THE
  381. SAME DOCUMENT ON ANY OUTPUT DEVICE USING ANY COMPUTER.
  382.  
  383. If you use ``something like'', you will start up happy to use your CP/M
  384. machine with it. Then you will want MORE, BETTER QUALITY with a laser printer
  385. for example. You will transfer the input to another machine, and IT WON'T WORK.
  386. Unless you care for guaranteed frustration, DO NOT START.           Jacques
  387.  
  388. ------------------------------
  389.  
  390. Date: Thu, 3 Jan 1991 05:48:00 PST
  391. From: sprague.wbst311@xerox.com
  392. Subject: Trouble Installing ZSDOS on a Xerox 820-II
  393. Message-ID: <" 3-Jan-91  8:48:00 EST".*.Michael_D._Sprague.wbst311@Xerox.com>
  394.  
  395. Has anyone ever installed ZSDOS (by Plu*Perfect) on a Xerox 820-II?  Can it be
  396. done?  I have had one heck of a time trying!!!  Bridger gave me the phone
  397. number for one of the authors, but before I go bothering anyone at their home,
  398. I thought I would first check here.
  399.  
  400. When I tried using INSTALOS in the normal way.  I got an error message saying
  401. "Bit relocatable table not found" (or something like that).  The error, when
  402. checked in the manual, said that something was probably non-standard, and
  403. suggested trying MOVCPM to create a file, and use INSTALOS with the /A option.
  404.  
  405. So, I tried MOVCPM * *.  I kept getting the message SYNCRONIZATION ERROR, and
  406. the computer locked up, forcing me to push the reset button.  I finally
  407. reformatted the disk I was trying to put ZSDOS on, and SYSGEN'ed it from my
  408. Master System Disk.  I did NOT run CONFIGUR like I normally would.  Once the
  409. needed CP/M and ZSDOS files were copied over, I ran MOVCPM * * again.
  410.  
  411. This time, MOVECPM worked.  It would have defaulted to a filename of CPM60.SYS,
  412. but I named it SYSTEM.MDL so I could use the default in INSTALOS.  At that
  413. point, I ran INSTALOS /A, and used SYSTEM.MDL.  It seemed to work this time,
  414. though it came up with the following.
  415.  
  416.     CCP   0000H
  417.     BDOS  0800H
  418.     BIOS  1600H
  419.  
  420. Not exactly what I was expecting for a 60K system!!!  Not being happy with
  421. this, I continued on anyway, and replaced the DOS using ZSSYS.ZRL.  I then
  422. SYSGENED the disk using the resulting MDL file.  As expected, the computer
  423. locked up when I tried to boot it.
  424.  
  425. I really don't know what to do next.  Any suggestions?
  426.  
  427.                 ~ Mike (Sprague.Wbst311@Xerox.Com)
  428.  
  429. ------------------------------
  430.  
  431. Date: 3 Jan 91 23:05:29 GMT
  432. From: mcsun!ukc!axion!tharr!nowster!pm@uunet.uu.net  (Paul Martin)
  433. Subject: UUCP and CPM Plus
  434. Message-ID: <XX00000021@nowster.UUCP>
  435.  
  436. Thanks for all the help the net has given.
  437.  
  438. As you can see, I have now got DG's UUCP package.
  439.  
  440. --
  441. Paul Martin                       pm111@tharr.uucp
  442. nowster!pm@tharr.uucp    ..!uunet!tharr!nowster!pm
  443.  
  444. ------------------------------
  445.  
  446. End of INFO-CPM Digest V91 Issue #2
  447. ***********************************
  448.  6-Jan-91 15:37:46-MST,6721;000000000000
  449. Mail-From: W8SDZ created at  6-Jan-91 15:26:23
  450. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  451. Date: Sun,  6 Jan 91 15:26:23 MST
  452. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  453. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  454. Subject: INFO-CPM Digest V91 #3
  455. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  456. Message-ID: <910106152624.V91N3@WSMR-SIMTEL20.ARMY.MIL>
  457.  
  458. INFO-CPM Digest             Sun,  6 Jan 91       Volume 91 : Issue    3
  459.  
  460. Today's Topics:
  461.                           good news (2 msgs)
  462.                     Help with embedded ^Z (2 msgs)
  463.                                  MP/M
  464.                         osborne 1 to kaypro 2x
  465.                         Pallio still offline?
  466.                       Searching for XLISP Stuff
  467. ----------------------------------------------------------------------
  468.  
  469. Date: 4 Jan 91 14:30:08 GMT
  470. From: zaphod.mps.ohio-state.edu!lavaca.uh.edu!menudo.uh.edu!lobster!urchin!f601.n106.z1.fidonet.org!CHARLES.COTHAM@handies.ucar.edu  (CHARLES COTHAM)
  471. Subject: good news
  472. Message-ID: <5127.27855D83@urchin.fidonet.org>
  473.  
  474. Karol,
  475.  
  476.    Leave me you address or number and I will get intouch with you about 
  477. the Osborne boot disks you needed.
  478.                               Charles Cotham
  479.  
  480.                           
  481. ---MSBBS V0.08
  482.  
  483. ------------------------------
  484.  
  485. Date: 4 Jan 91 15:15:16 GMT
  486. From: zaphod.mps.ohio-state.edu!lavaca.uh.edu!menudo.uh.edu!lobster!urchin!f601.n106.z1.fidonet.org!MARC.NEWMAN@handies.ucar.edu  (MARC NEWMAN)
  487. Subject: good news
  488. Message-ID: <5128.27855D88@urchin.fidonet.org>
  489.  
  490. >        Now for the question (no, not related). I would like to
  491. >        know more about the TurboROM. I took out the old 10MB drive
  492. >        and put in a 40 MB 28 ms. I UNDERSTAND that the most I can
  493. >        get is a speed improvement, but I want MORE :-) A person I
  494. >        know put in 2 10MB drives and just put a switch on the
  495. >        front panel so he can switch them in and out ! :-) Viola,
  496. >        20MB! [grin]
  497.  
  498. Carol, I have a Kaypro 10 with the Advent Turbo Rom, and also the clock 
  499. they used to sell, and I ADDED a 56 meg drive.  The original one in it 
  500. was a 10 meg 1/2 high, and it was a fairly simple matter to add another 
  501. 1/2 high drive.  Took a new control cable with an extra connector, a 
  502. second data cable, a Y for the power cable to split off power to 2 
  503. drives, and the ROM and Formatter Advent used to sell.  You would have 50 
  504. megs if you left your original drive in. 
  505.  
  506. There is a minor speed improvement with the Turbo Rom.  
  507.  
  508. I hear that since Bridger Mitchell wrote the Rom and Formatter 
  509. originally, he is selling them now.  Can someone else verify this? 
  510.  
  511. Good luck, and I will be glad to help if needed.
  512.  
  513. Marc Newman
  514. ---MSBBS V0.08
  515.  
  516. ------------------------------
  517.  
  518. Date: 4 Jan 91 15:15:45 GMT
  519. From: swrinde!zaphod.mps.ohio-state.edu!wuarchive!rex!uflorida!mailer.cc.fsu.edu!prism!jm59@ucsd.edu  (MILLS,JOHN M.)
  520. Subject: Help with embedded ^Z
  521. Message-ID: <19136@hydra.gatech.EDU>
  522.  
  523. Sorry - Un-truncated text was:  
  524. Did you get Word Master's message when you originally _entered_ the
  525. ^Z?  A friend disassembled the @#$% thing to learn how to get that error 
  526. message.  I would first try simply _editing_ your original (corrupted)
  527. file under Word Master.  You should be able to see and delete the
  528. offender.  (If you copied the file using a 'dumb' utility, it may have
  529. been truncated.  Hope that hasn't happened.) It's been a long time
  530. since I used it, but Word Master shouldn't balk at ^Z (except for giving
  531. you some unsolicited advice).
  532.  
  533. -- 
  534. MILLS,JOHN M.
  535. Georgia Institute of Technology, Atlanta Georgia, 30332
  536. uucp:      ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!jm59
  537. Internet: jm59@prism.gatech.edu
  538.  
  539. ------------------------------
  540.  
  541. Date: 4 Jan 91 16:21:44 GMT
  542. From: hsdndev!spdcc!jin@CS.YALE.EDU  (Jerry Natowitz)
  543. Subject: Help with embedded ^Z
  544. Message-ID: <5751@spdcc.SPDCC.COM>
  545.  
  546. In article <19136@hydra.gatech.EDU> jm59@prism.gatech.EDU (MILLS,JOHN M.) writes:
  547. >... but Word Master shouldn't balk at ^Z (except for giving
  548. >you some unsolicited advice).
  549.  
  550. In fact Word Master gave me no advise about the ^Z, it just refused to
  551. read the file past that point (which was in the first line, of course).
  552.  
  553. I ended up using BASIC to edit the file as a random access file.
  554. -- 
  555.      Jerry Natowitz
  556.      Guest user on:
  557. ARPA jin@ursa-major.spdcc.com
  558. UUCP {ima,harvard,rayssd,linus,m2c}!spdcc!jin
  559.  
  560. ------------------------------
  561.  
  562. Date: Fri, 4 Jan 91 12:53 EDT
  563. From: JSHIN%HAMPVMS.BITNET@CUNYVM.CUNY.EDU
  564. Subject: MP/M
  565.  
  566. Yes, it is time for simple and mundane questions that comes up
  567. periodically. I hate to be the one, but...
  568.  
  569. 1) Who created/produced/sells MP/M? I'd like to get a packet (once I
  570.    get out of this broke-ness spell) and play with. While you're at
  571.    it, any comments?
  572.  
  573. 2) Could anyone tell me a phone number for Digital Research or whoever
  574.    it is that sells CP/M for them now? DR's 800 number disappeared.
  575.  
  576. Thnx!
  577.  
  578.     -John
  579.  
  580. ------------------------------
  581.  
  582. Date: Fri, 4 Jan 91 18:39:38 EST
  583. From: rr2g@composite.ce.Virginia.EDU (Rhonda Gaines)
  584. Subject: osborne 1 to kaypro 2x
  585. Message-ID: <9101042339.AA12951@composite.ce.Virginia.EDU>
  586.  
  587. I have recently acquired dbaseII for the osborne 1 and don't know
  588. how to use it on my kaypro 2x.  When I put the disk in it says it
  589. can't read my diskette.  Any ideas on how to convert these osborne
  590. disks to kaypro so I can use them?
  591.  
  592.  -thanks
  593.  
  594.  
  595. -- 
  596. Rhonda Gaines                   |   University of Virginia
  597. phone:  804-924-6265            |   Thornton Hall
  598. bitnet: gaines@virginia.bitnet  |   Applied Mechanics Program
  599. internet: gaines@virginia.edu   |   Charlottesville, VA  22903-2442
  600.  
  601. ------------------------------
  602.  
  603. Date: 6 Jan 91 15:34:15 GMT
  604. From: eru!hagbard!sunic!isgate!krafla!adamd@bloom-beacon.mit.edu  (Adam David)
  605. Subject: Pallio still offline?
  606. Message-ID: <2597@krafla.rhi.hi.is>
  607.  
  608. I tried mailing to Dave Goodenough dg@pallio.UUCP and it bounced because pallio
  609. was not back in the UUCP maps. Can anyone enlighten me?
  610.  
  611. Adam David.  adamd@rhi.hi.is
  612.  
  613. ------------------------------
  614.  
  615. Date: Fri, 4 Jan 91 10:31:21 PST
  616. From: "Strong data types for weak minds." <secrist@msdoa1.enet.dec.com>
  617. Subject: Searching for XLISP Stuff
  618. Message-ID: <9101041823.AA10123@volition.pa.dec.com>
  619.  
  620.     Does anybody know of a BBS where I could find either:
  621.  
  622.         1) an XLISP V1.2 executable '.COM file and/or
  623.         2) sources for XLISP V1.1
  624.  
  625.     I need a ready-to-go '.COM for CP/M with matching sources
  626.     to rebuild in another environment.
  627.  
  628.     Regards,
  629.     rcs
  630.  
  631.  
  632. ------------------------------
  633.  
  634. End of INFO-CPM Digest V91 Issue #3
  635. ***********************************
  636.  7-Jan-91 13:22:44-MST,12936;000000000000
  637. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  638. Date: Mon,  7 Jan 91 13:15:07 MST
  639. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  640. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  641. Subject: INFO-CPM Digest V91 #4
  642. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  643. Message-ID: <910107131508.V91N4@WSMR-SIMTEL20.ARMY.MIL>
  644.  
  645. INFO-CPM Digest             Mon,  7 Jan 91       Volume 91 : Issue    4
  646.  
  647. Today's Topics:
  648.                 Changes at TCJ (The Computer Journal)
  649.                      No Slot Clock for Kaypro 10
  650.                         Pallio still offline?
  651.                         ZSDOS on Xerox 820-II
  652. ----------------------------------------------------------------------
  653.  
  654. Date: Mon,  7 Jan 91 14:04:01 -0500
  655. From: Jay Sage <sage@ll.mit.edu>
  656. Subject: Changes at TCJ (The Computer Journal)
  657. Message-ID: <9101071404.AA11545@LL.MIT.EDU>
  658.  
  659. Jim Gonzalez wrote recently:
  660.  
  661. >> I received a letter from Chris McEwen the other day, announcing that he
  662. >> was taking over Art Carlson's job as editor of The Computer Journal...Does
  663. >> anyone have more information?
  664.  
  665.    Chris is taking over not only as editor but as publisher.  The complete
  666. text from an announcement file on my Z-Node is attached below.  If our
  667. community is to retain this tremendously valuable resource (all the others
  668. have folded or defected), we must have new subscribers and contributors
  669. coming on board.  Please give the magazine a try.
  670.  
  671. >> Personally, the Z-System bias of the magazine made it less attractive for
  672. >> me, since I'm still struggling with a CP/M 1.3 clone (Cromemco CDOS),
  673. >> leaving me out of the running for a Z-System.
  674.  
  675.    I don't think Jim really expects TCJ to cover CP/M-1.3!!  With such an old
  676. version of CP/M, Jim in not likely to find much applicable material in TCJ or
  677. anywhere else.  While the CP/M coverage in TCJ is largely concerned with Z-
  678. System (after all, that is where by far most of the action is in CP/M
  679. programming), TCJ covers much more than just Z-System.  We are especially
  680. looking toward expanding the coverage of embedded controllers and local area
  681. networks.  The next issue will probably include articles on both (assuming I
  682. finish mine describing the controller I built to run my home's heating and
  683. electrical system).
  684.  
  685. >> The hardware articles were disappointing, too.
  686.  
  687.    What was wrong with them, and what would you like to see?  More specific
  688. comments would be more helpful.  The management is very much open to
  689. suggestions!
  690.  
  691. >> Of course, *now* Chris McEwen announces that they've done an article on
  692. >> building a SCSI interface, and it's the in issue I just missed.  <Sigh>.
  693.  
  694.    If that is the article I am thinking of, it described a way to attach a
  695. Bernouilli box to a CP/M computer.  If I could find a surplus Bernouilli box,
  696. as the author did, I'd love to try that out.
  697.  
  698.    Here is the set of news releases about changes at TCJ.  Please note that I
  699. have no financial stake in TCJ (unless you count losing money by underwriting
  700. the cost of new subscriptions placed with Sage Microsystems East).  I am
  701. strongly committed to keeping this last true hobbyist magazine alive. 
  702. Besides writing my own columns, I also solicit and edit submissions from
  703. other authors.
  704.  
  705. ------------------------------------------------------------------------------
  706.  
  707.                                                              27 December 1990
  708.  
  709.                                  NEWS RELEASE
  710.  
  711. Art Carlson, editor and publisher of The Computer Journal (TCJ) has announced
  712. his retirement. Chris McEwen is named as the new editor and publisher. Art
  713. cites health as his reason for the change. "The past few years have been a
  714. struggle due to my personal health," Art writes. "It is time to get help. I
  715. spent a lot of time thinking about the type of person who could continue TCJ
  716. from its present base, and expand it without ruining what we have worked so
  717. hard to achieve. It had to be someone interested in our areas of computing."
  718.  
  719. Chris states that no changes in format or editorial policies are anticipated.
  720. "The traditional strengths of TCJ as a technical journal--its quality
  721. articles and reader involvement--will continue. We look forward to building
  722. on the solid foundation that Art gave us."
  723.  
  724. The Computer Journal publishes technical papers relating to micro computers,
  725. embedded controllers and operating systems. "Upcoming articles include use of
  726. ground as a surge sink for power line protection and assembly language
  727. programming for the high level language programmer," the new editor reports.
  728. TCJ also provides thorough coverage of the CP/M and Z-System operating
  729. systems. The journal, published six times per year, is expected to expand
  730. soon from its current 40 to 48 pages. Chris explains, "Our most recent issue
  731. went to press with just two column inches uncommitted. We have a growing
  732. backlog of good articles awaiting space."
  733.  
  734. The new address for TCJ is: The Computer Journal, PO Box 12, South
  735. Plainfield, New Jersey 07080.
  736.  
  737. ------------------------------------------------------------------------------
  738.  
  739.                                TCJ ANNOUNCEMENT                           
  740. FREE TRIAL SUBSCRIPTIONS
  741.  
  742. A subscription policy change is announced concurrent with the news release of
  743. Art Carlson's retirement from the position as editor and publisher of The
  744. Computer Journal. Previously, TCJ was available only through prepaid
  745. subscriptions. This required readers to pay prior to seeing their first issue
  746. of the journal.
  747.  
  748. Effective immediately, subscriptions will be accepted without pre-payment.
  749. New subscribers will be given an opportunity to review their first issue
  750. before being asked to pay. Should you feel that TCJ is not for you, simply
  751. mark the invoice "Canceled" and return to us.
  752.  
  753. Alternately, and for a limited time only, prepaid subscriptions will be given
  754. a discount of $2 per year for US subscribers or $3 per year for foreign
  755. subscribers. This offer is valid for both new subscriptions and renewals, but
  756. expires on 31 May 1991.
  757.  
  758. What do you get when you subscribe to The Computer Journal? TCJ stands as the
  759. sole remaining general circulation magazine providing full support for CP/M,
  760. Z-System and 8-bit operating systems. Articles written by such Z-System
  761. notables as Jay Sage, Carson Wilson, and Bridger Mitchell appear regularly.
  762. Use of Z-System and its tools are discussed in depth. But we don't stop with
  763. that. Articles include advanced programming techniques, such as using
  764. logarithms to speed mathematical calculations. Interfacing devices on micro
  765. computers is covered, as a recent article on building an RS-422 interface
  766. showed. And real world solutions to real world problems are given: The
  767. March/April issue will have a paper describing the dangers of MOVs and using
  768. the ground line to dissipate surges in power line conditioners.
  769.  
  770. If you are a CP/M or Z-System user, or if you are an advanced user of any
  771. micro computer system, you should take a look at TCJ. Send us your name and
  772. address and let us send you the latest issue.
  773.  
  774. ------------------------------------------------------------------------------
  775.  
  776. The Computer Journal                            Subscription Order Form
  777.  
  778. Name:           ___________________________________________
  779.  
  780. Address:        ___________________________________________
  781.  
  782.                 ___________________________________________
  783.  
  784. State/Province: _______________________ Zip Code: _________
  785.  
  786.  
  787. This is a:      ____ New Subscription        ___ Renewal
  788.  
  789. Subscription Desired: (check only one)
  790.  
  791.   Trial Subscription Basis:  |  Prepaid Subscription, with discount*
  792. |   _____ US, 1 year      $18  |  _____ US, 1 year      $16 (save $2)
  793. |   _____ US, 2 year      $32  |  _____ US, 2 year      $28 (save $4)
  794. |   _____ Foreign, 1 year $24  |  _____ Foreign, 1 year $21 (save $3)
  795. |   _____ Foreign, 2 year $46  |  _____ Foreign, 2 year $40 (save $6)
  796.  
  797.      (foreign orders sent surface. inquire regarding air shipment)
  798.                 * discount offer expires 31 May 1991
  799.  
  800. Payment method:
  801.  
  802.   _____ Bill Me. I may cancel after reviewing my first issue and
  803.         owe nothing.
  804.   _____ Check
  805.   _____ Money Order
  806.   _____ Visa
  807.   _____ MasterCard 
  808.  
  809.       (payment must be in US funds drawn on a US bank)
  810.  
  811. If using charge card, then:
  812.  
  813.   Account Number: __ __ __ __ / __ __ __ __ / __ __ __ __ / __ __ __ __
  814.  
  815.   Expiration Date: __ / __   Issuing Bank: ____________________________
  816.  
  817. Mail to:           The Computer Journal
  818.                    P.O. Box 12
  819.                    S. Plainfield, NJ 07080-0012
  820.  
  821. or send by private upload to:  Socrates Z-Node 32, (908) 754-9067
  822.  
  823. ------------------------------------------------------------------------------
  824.  
  825. The Computer Journal                               Call for Articles
  826.  
  827. As the major magazine supporting CP/M and Z-System, TCJ is calling for
  828. articles relating to configuring, maintaining, interfacing and operating
  829. micro computers. Articles should be written toward the intermediate to
  830. advanced user. Particular interest exists toward hardware projects and
  831. installing Z-System on non-standard systems such as those equipped with
  832. Trantor drives. We are particularly seeking an article relating to use of Z-
  833. System in a multi-user (networked) environment and use of SCSI for
  834. generalized I/O.
  835.  
  836. Articles should be between 10k and 30k in length. Please also include a short
  837. biography of one to two paragraphs.
  838.  
  839. Submit your article on disk or upload to either Socrates Z-Node 32 at (908)
  840. 754-9067 or Newton Centre Z-Node 3 at (617) 965-7259. Graphics should be
  841. submitted in hardcopy and also in TIFF or EPS formats if possible. If you are
  842. mailing in a submission, send to:
  843.  
  844.      The Computer Journal
  845.      P.O. Box 12
  846.      S. Plainfield, NJ 07080-0012
  847.  
  848. If accepted for publication, submissions will become the property of The
  849. Computer Journal. Manuscripts will be returned if accompanied by a return
  850. mailer with postage. If you question if your topic is suitable for
  851. publication, please contact the publisher at the above address.
  852.  
  853.  
  854. ------------------------------
  855.  
  856. Date: Mon, 07 Jan 91 12:57:12 CST
  857. From: Steve Westlund <C08920SW@WUVMD.Wustl.Edu>
  858. Subject: No Slot Clock for Kaypro 10
  859.  
  860. Wanted: No slot clock for Kaypro 10.
  861.  
  862. I am interested in buying a no slot clock for my Kaypro 10. It is one of the
  863. earlier models without the timer or internal modem. Does anyone know of a
  864. company that still sells a no slot clock for a Z80 machine? It would be great
  865. to use in date and time stamping files on my system.
  866.  
  867. Thanks,
  868.  
  869. Steve Westlund  C08920SW@WUVMD
  870. Washington University
  871. St. Louis, Missouri
  872.  
  873. ------------------------------
  874.  
  875. Date: 6 Jan 91 18:29:41 GMT
  876. From: att!pacbell.com!pacbell!sactoh0!ijpc!ianj@ucbvax.Berkeley.EDU  (Ian Justman)
  877. Subject: Pallio still offline?
  878. Message-ID: <7V8cV1w163w@ijpc.UUCP>
  879.  
  880. adamd@rhi.hi.is (Adam David) writes:
  881.  
  882. > I tried mailing to Dave Goodenough dg@pallio.UUCP and it bounced because pall
  883. > was not back in the UUCP maps. Can anyone enlighten me?
  884. > Adam David.  adamd@rhi.hi.is
  885.  
  886. pallio may not be on the UUCP maps, but he is online.  I'd have
  887. to dig out a piece of mail I got from him.
  888.  
  889. ------------------------------
  890.  
  891. Date: Mon,  7 Jan 91 14:14:13 -0500
  892. From: Jay Sage <sage@ll.mit.edu>
  893. Subject: ZSDOS on Xerox 820-II
  894. Message-ID: <9101071414.AA11573@LL.MIT.EDU>
  895.  
  896. Mike Sprague described his travails with getting ZSDOS installed on his Xerox
  897. computer.
  898.  
  899. >> So, I tried MOVCPM * *.  I kept getting the message SYNCRONIZATION ERROR,
  900. >> and the computer locked up, forcing me to push the reset button.
  901.  
  902.    That shows that the system you were running at the time was not one
  903. created by that version of MOVCPM, which checks the DOS serial number in the
  904. first six bytes of code.  Digital Research punishes one for trying to use a
  905. 'borrowed' MOVCPM by locking up the system.
  906.  
  907. >> MOVECPM ... seemed to work this time, though it came up with the
  908. >> following.
  909. >>  
  910. >>      CCP   0000H
  911. >>      BDOS  0800H
  912. >>      BIOS  1600H
  913.  
  914.    This may or may not be a problem.  I don't remember what those values are
  915. supposed to be.  I'd recommend that you look at that image file and see where
  916. the CCP, DOS, and BIOS appear.  Normal SYSGEN images have them at 980H,
  917. 1180H, and 1F80H, respectively.
  918.  
  919.    I would also suggest that you make up a new boot disk based on the system
  920. generated by MOVCPM and make sure it works.  Then go back to the ZSDOS
  921. installation.
  922.  
  923.    Chris McEwen at Z-Node #32 runs this stuff, I'm quite sure, on Xerox 16/8
  924. computers.  If it will work there, it should work on your simpler machine. 
  925. Also, I seem to recall that the clock module menu includes something for the
  926. Xerox 820 (though I may be mistaken).  Good luck.
  927.  
  928. --- Jay Sage
  929.  
  930.  
  931. ------------------------------
  932.  
  933. End of INFO-CPM Digest V91 Issue #4
  934. ***********************************
  935.  8-Jan-91 15:28:36-MST,9070;000000000000
  936. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  937. Date: Tue,  8 Jan 91 15:16:31 MST
  938. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  939. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  940. Subject: INFO-CPM Digest V91 #5
  941. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  942. Message-ID: <910108151637.V91N5@WSMR-SIMTEL20.ARMY.MIL>
  943.  
  944. INFO-CPM Digest             Tue,  8 Jan 91       Volume 91 : Issue    5
  945.  
  946. Today's Topics:
  947.                     Need WordStar utility (2 msgs)
  948.                    osborne 1 to kaypro 2x (2 msgs)
  949.                         Pallio still offline?
  950.                         ZSDOS on Xerox 820-II
  951. ----------------------------------------------------------------------
  952.  
  953. Date: 7 Jan 91 22:06:02 GMT
  954. From: autodesk!catnip!bandy@apple.com  (Gun Control is Hitting Your Target)
  955. Subject: Need WordStar utility
  956. Message-ID: <972@catnip.berkeley.ca.us>
  957.  
  958. wilker@gauss.math.purdue.edu (Clarence Wilkerson) writes:
  959.  
  960.  
  961. > Aha! Some versions of WordStar supported direct write to screen
  962. >memory on the (few) machines that had screen memory as part of
  963. >system RAM. I suspect that setting the high bit is the way the
  964. >Osborne knew to highlight the current character.
  965.  
  966. Yes and no.  
  967.  
  968. No, WordStar for the Osborne 1 did not come configured for memory mapped
  969. video - I don't know why - it's orders of magnitude faster than going through
  970. a jillion layers of software.
  971.  
  972. Yes, you could set the underline attribute by or'ing with 0x80.
  973. -- 
  974. real address: bandy@catnip.berkeley.ca.us
  975. last choice:  lll-winken!catnip.berkeley.ca.us!bandy
  976.  
  977. ------------------------------
  978.  
  979. Date: 8 Jan 91 13:59:40 GMT
  980. From: mcsun!ukc!axion!linus!jfoster@uunet.uu.net  (John Foster)
  981. Subject: Need WordStar utility
  982. Message-ID: <1991Jan8.135940.6289@axion.bt.co.uk>
  983.  
  984. From article <972@catnip.berkeley.ca.us>, by bandy@catnip.berkeley.ca.us (Gun Control is Hitting Your Target):
  985. > wilker@gauss.math.purdue.edu (Clarence Wilkerson) writes:
  986. >> Aha! Some versions of WordStar supported direct write to screen
  987. >>memory on the (few) machines that had screen memory as part of
  988. >>system RAM. I suspect that setting the high bit is the way the
  989. >>Osborne knew to highlight the current character.
  990. > Yes and no.  
  991. > No, WordStar for the Osborne 1 did not come configured for memory mapped
  992. > video - I don't know why - it's orders of magnitude faster than going through
  993. > a jillion layers of software.
  994. > Yes, you could set the underline attribute by or'ing with 0x80.
  995. > -- 
  996. > real address: bandy@catnip.berkeley.ca.us
  997. > last choice:  lll-winken!catnip.berkeley.ca.us!bandy
  998.  
  999. Actually, WordStar on the Osborne 1 didn't come configured for any
  1000. of the features of the machine; it was just shipped as plain vanilla,
  1001. as far as I could ever tell. For example, the arrow keys on the machine
  1002. were set up to deliver CP/M codes, and you had to do a messy setup
  1003. operation to switch back and forth between those and the codes that
  1004. WordStar expected.
  1005.  
  1006. I found it much easier to use after I dug into the customisation
  1007. info, and set the screen help delays etc to what I thought were
  1008. sensible values. I also found and published a patch for the arrow keys
  1009. problem, but that's a longer story ...
  1010.  
  1011.  
  1012. | John Foster, DNR3.14, Room G44C, SSTF, British Telecom Research Labs, |
  1013. |                           Martlesham Heath, Ipswich, IP5 7RE, UK.    |
  1014. | Phone:  +44 473 646019      Fax:  +44 473 643019      Telex: 987137  |
  1015.  
  1016. ------------------------------
  1017.  
  1018. Date: 6 Jan 91 21:29:40 GMT
  1019. From: swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!dali.cs.montana.edu!ogicse!pdxgate!parsely!percy!qiclab!techbook!fzsitvay@ucsd.edu  (Frank Zsitvay)
  1020. Subject: osborne 1 to kaypro 2x
  1021. Message-ID: <1991Jan6.212940.5315@techbook.com>
  1022.  
  1023. In article <9101042339.AA12951@composite.ce.Virginia.EDU> rr2g@COMPOSITE.CE.VIRGINIA.EDU (Rhonda Gaines) writes:
  1024. >I have recently acquired dbaseII for the osborne 1 and don't know
  1025. >how to use it on my kaypro 2x.  When I put the disk in it says it
  1026. >can't read my diskette.  Any ideas on how to convert these osborne
  1027. >disks to kaypro so I can use them?
  1028.  
  1029.    there is a program for the kaypro called mfdisk, which is supposed to
  1030. allow you to set one of your disk drives to the osborne format, as well
  1031. as format a disk in that format.  while i have not tried it myself,
  1032. i would guess that it works.
  1033.  
  1034.    there is a selection in that utility that is supposed to let you
  1035. read/ write, and format an ibm pc disk, but i haven't been able to get
  1036. that to work.  would it be safe to assume that only works for cp/m 86
  1037. and not msdos??   (msdos has a very different directory structure than
  1038. cp/m.  perhaps it works with msdos 1.xx or so...)
  1039.  
  1040.  
  1041.  
  1042. -- 
  1043. fzsitvay@techbook.COM - but don't quote me on that....
  1044.  
  1045. American Oil Company motto - Bend over, We'll pump!!!
  1046.  
  1047. ------------------------------
  1048.  
  1049. Date: 8 Jan 91 07:25:59 GMT
  1050. From: mcsun!hp4nl!vax1.sara.nl!hasara11!a512janw@uunet.uu.net  (Jan Wim Wesselius)
  1051. Subject: osborne 1 to kaypro 2x
  1052. Message-ID: <91007.234442A512JANW@HASARA11.BITNET>
  1053.  
  1054. > I have recently acquired dbaseII for the osborne 1 and don't know
  1055. > how to use it on my kaypro 2x.  When I put the disk in it says it
  1056. > can't read my diskette.  Any ideas on how to convert these osborne
  1057. > disks to kaypro so I can use them?
  1058.  
  1059. > Rhonda Gaines                   |   University of Virginia
  1060.  
  1061. With my Kaypro-2 came a program which enabled it to read Osborne
  1062. disks. If the only problem is the disk format that should solve it.
  1063. I suppose you can get it from another Kaypro owner, as it came bundled
  1064. with your machine and you have some sort of right to it.
  1065. If, however, dbaseII needs to be customized for use on a particular
  1066. CP/M machine, it will not be that easy, I am afraid :-( (I simply do
  1067. not know)
  1068.  
  1069. Jan Wim Wesselius - University of Amsterdam
  1070. A512JANW@HASARA11 / WESSELIUS@SARA.NL
  1071.  
  1072. ------------------------------
  1073.  
  1074. Date: 8 Jan 91 18:18:48 GMT
  1075. From: mcsun!ukc!axion!tharr!pm111@uunet.uu.net  (Paul Martin)
  1076. Subject: Pallio still offline?
  1077. Message-ID: <1583@tharr.UUCP>
  1078.  
  1079. Dave Goodenough is at dg%pallio@wet.uucp  or ...!wet!pallio!dg
  1080.  
  1081. -- 
  1082. If life is just a bowl of cherries, you'd better watch out for the stones.
  1083.     Paul Martin. pm111@tharr.uucp INTERNET: pm111%tharr.uucp@ukc.ac.uk
  1084.     <-- tharr *free* public access to Usenet in the UK 0234 261804 -->
  1085.  
  1086. ------------------------------
  1087.  
  1088. Date: Mon, 7 Jan 1991 14:15:45 PST
  1089. From: sprague.wbst311@xerox.com
  1090. Subject: ZSDOS on Xerox 820-II
  1091. Message-ID: <" 7-Jan-91 17:15:45 EST".*.Michael_D._Sprague.wbst311@Xerox.com>
  1092.  
  1093. Jay, thanks much for the info!!!
  1094.  
  1095. >> So, I tried MOVCPM * *.  I kept getting the message
  1096. >> SYNCRONIZATION ERROR, and the computer locked up, forcing
  1097. >> me to push the reset button.
  1098.  
  1099. > That shows that the system you were running at the time was
  1100. > not one created by that version of MOVCPM, which checks the
  1101. > DOS serial number in the first six bytes of code.  Digital
  1102. > Research punishes one for trying to use a 'borrowed' MOVCPM
  1103. > by locking up the system.
  1104.  
  1105. Hmmmm, seems strange that DR would try to keep you from using MOVCPM, when it
  1106. *seems* to be standard utility on a CP/M System Disk.  Odd!
  1107.  
  1108. I'm not sure if that was the case here, however.  My normal System/Boot disk
  1109. was created using the original System/Boot disk.  Using my normal System/Boot
  1110. disk, I had formatted, sysgen'ed, and configured the disk on which I was trying
  1111. to put ZSDOS.  MOVCPM is not on my normal System/Boot disk, because it's
  1112. something I never use (normally).  I grabbed MOVCPM for the ZSDOS disk from the
  1113. original system/boot disk.  (And yes, I do have a backup of the original system
  1114. disk  :-)
  1115.  
  1116. Does this then mean that only a disk formatted and sysgened by the original
  1117. System/Boot disk can be used by MOVCPM?  Or does this mean that the version of
  1118. MOVCPM supplied with my System/Boot disk is useless with that disk?
  1119.  
  1120. I was wondering if the problem was in that I had configured the system.  Xerox
  1121. supplied a utility called CONFIGUR which allows you to set the defaults upon
  1122. booting.  Things like the floppy drive step rate (the default 30mS is a tad
  1123. slow), options for the serial ports, 7 or 8 bit keyboard, and things like that.
  1124. I usually run it when I sysgen a disk, to set a faster floppy step rate,
  1125. changed the printer to 9600 baud, and the keyboard to 8 bits.
  1126.  
  1127. > Chris McEwen at Z-Node #32 runs this stuff, I'm quite sure, on
  1128. > Xerox 16/8 computers.  If it will work there, it should work on
  1129. > your simpler machine.
  1130.  
  1131. Chuckle it's the same machine, not a simpler one.  A 16/8 is nothing more than
  1132. an 820-II with the 16/8 board (8086 CPU w/128K RAM) installed!!  The software
  1133. is slightly different, in that you get CP/M, CP/M-80 and CP/M-86.  CP/M-80
  1134. itself might be more complex than CP/M, in that it is meant for concurrent
  1135. operation with the 16/8's CP/M-86.  Even so, when you boot the machine, your
  1136. booting CP/M, not CP/M-80.
  1137.  
  1138.                 ~ Mike  (Sprague.Wbst311@Xerox.Com)
  1139.  
  1140. ------------------------------
  1141.  
  1142. End of INFO-CPM Digest V91 Issue #5
  1143. ***********************************
  1144.  8-Jan-91 22:24:37-MST,13948;000000000000
  1145. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  1146. Date: Tue,  8 Jan 91 22:15:07 MST
  1147. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  1148. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1149. Subject: INFO-CPM Digest V91 #6
  1150. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1151. Message-ID: <910108221508.V91N6@WSMR-SIMTEL20.ARMY.MIL>
  1152.  
  1153. INFO-CPM Digest             Tue,  8 Jan 91       Volume 91 : Issue    6
  1154.  
  1155. Today's Topics:
  1156.                               good news
  1157.                         Help with embedded ^Z
  1158.                   Is MIX C still available for cp/m?
  1159.                   TCJ 1990 Article List (200+ lines)
  1160.                        Zmp15 Osborne 1 Overlay
  1161. ----------------------------------------------------------------------
  1162.  
  1163. Date: 8 Jan 91 16:25:47 GMT
  1164. From: usc!cs.utexas.edu!ut-emx!austex!roadhog@ucsd.edu  (Lindsay Haisley)
  1165. Subject: good news
  1166. Message-ID: <oHRgV1w163w@austex>
  1167.  
  1168. >     Now for the question (no, not related). I would like to
  1169. >     know more about the TurboROM. I took out the old 10MB drive
  1170. >     and put in a 40 MB 28 ms. I UNDERSTAND that the most I can
  1171. >     get is a speed improvement, but I want MORE :-) A person I
  1172. >     know put in 2 10MB drives and just put a switch on the
  1173. >     front panel so he can switch them in and out ! :-) Viola,
  1174. >     20MB! [grin]
  1175. The TurboROM is now being marketed and supported by Sage Microsystems East.
  1176. Contact Jay Sage, uucp address sage@LL.MIT.EDU.
  1177.  
  1178. TurboROM (or another ROM upgrade) is required on a K-10 in order to access
  1179. more than one hd of 10MB. TurboROM allows a total of 2 hard drives of up to
  1180. 56MB each (simultaneously, no switches!).  In addition, it provides a
  1181. type-ahead keyboard buffer, a built in screen dump, cursor configuration,
  1182. built in screen blanking after 10 minutes of nonuse, onscreen time display
  1183. if you have a built in clock (some K-10's do), auto-detection of a variety
  1184. of floppy disk formats (many more using Plu*Perfect's MULTICOPY), support
  1185. for time/date stamping of files (requires Plu*Perfect DateStamper), and last
  1186. and possibly not least, support for up to 4 floppy drives.  I guess that
  1187. about sums it up.  I hope it's OK to post this.  I don't make any money off
  1188. of TurboROM, but use one in my personal K-10 and also in my BBS K-10.  I'm
  1189. happy to see that Jay has picked up the ball on this one.
  1190.  
  1191.                                      Lindsay Haisley
  1192.  
  1193. "Everything works if you let it!"
  1194.  ---  Travis J. Redfish
  1195.  +++++++++++++++++++++++++++
  1196. uucp: cs.utexas.edu!ut-emx!austex!roadhog
  1197.  BBS: (512) 259-1261 (Z-Node 77 - aka - Kaypro Club of Austin)
  1198.  
  1199. ------------------------------
  1200.  
  1201. Date: 3 Jan 91 00:06:21 GMT
  1202. From: usc!cs.utexas.edu!ut-emx!austex!roadhog@ucsd.edu  (Lindsay Haisley)
  1203. Subject: Help with embedded ^Z
  1204. Message-ID: <aT96u1w163w@austex>
  1205.  
  1206. jin@spdcc.COM (Jerry Natowitz) writes:
  1207.  
  1208. > I was adding some control characters to a text file for a printer and,
  1209. > without realising the consequences, added a control Z in the first line
  1210. > of the file.
  1211. > I've tryed using pip thus:
  1212. > >pip
  1213. > *a.a=b.b[osStuff^Z]
  1214. > Where "Stuff" is a string that occurs in the second block of the file.
  1215. > No luck, Word Master still won't edit the file.  I don't have a lot of
  1216. > the utilities around, BASIC-80 and PIP usually do the trick.  I tryed
  1217. > reading the file in BASIC, no luck.
  1218. > Any help would be appreciated ...
  1219. > -- 
  1220. >      Jerry Natowitz
  1221. >      Guest user on:
  1222. > ARPA jin@ursa-major.spdcc.com
  1223. > UUCP {ima,harvard,rayssd,linus,m2c}!spdcc!jin
  1224.  
  1225. Your problem is a relatively simple one but requires the right tool, in 
  1226. this case any one of several will do.  A public domain program called 
  1227. SZAP is available on many BBS's around which is a "binary" file editor, 
  1228. which is to say that it doesn't recognize ^Z as an EOF marker and allows 
  1229. you to change bytes anywhere in the file.  An other utility which will do
  1230. the job is a disk editor.  Two of them DU (many versions around) and SODU 
  1231. (which is screen oriented and must be taylored for individual terminals) are
  1232. fairly common.  These programs allow you to edit disks by track and sector 
  1233. or by group, which is the logical data unit referenced in the CP/M 
  1234. directory
  1235.  
  1236. The easiest solution, if the file is small, is to use DDT, or any other
  1237. debugger, load the file into memory (it must all fit), change the offending
  1238. ^Z to whatever, quit DDT and SAVE the appropriate number of pages to the
  1239. filename of your choice.
  1240.  
  1241.                                     Lindsay Haisley
  1242.  
  1243. "Everything works if you let it!"
  1244.   ---  The Roadie
  1245.   ++++++++++++++++++++++++++
  1246. uucp: cs.utexas.edu!ut-emx!austex!roadhog
  1247.  BBS: (512) 259-1261 (Z-Node 77 - aka - Kaypro Club of Austin)
  1248.  
  1249. ------------------------------
  1250.  
  1251. Date: 1 Jan 91 05:41:05 GMT
  1252. From: usc!cs.utexas.edu!ut-emx!austex!roadhog@ucsd.edu  (Lindsay Haisley)
  1253. Subject: Is MIX C still available for cp/m?
  1254. Message-ID: <7yy3u2w163w@austex>
  1255.  
  1256. pevans@cynic.wimsey.bc.ca (Phillip Evans) writes:
  1257.  
  1258. > pevans@cynic.wimsey.bc.ca (Phillip Evans) writes:
  1259. > > gonzalez@bbn.com (Jim Gonzalez) writes:
  1260. > >    [...some stuff deleted...]
  1261. > > 
  1262. > > 
  1263. > > > By the way, they claim to support the full K&R standard, including bit
  1264. > > > fields plus enums and structure assignments.  You may not want to use the
  1265. > > > features yourself, but it's increasingly likely that you'll encounter the
  1266. > > > in PD source.  Just yesterday I was burned by BDS C's refusal to allow
  1267. > > > static assignment of character arrays.  This further complicated building
  1268. > > > of sgrep from a C Users' Group diskette.  I *still* prefer BDS C to Aztec
  1269. > > > for stuff I need to run small and fast, though.
  1270. > > > 
  1271. > > > On the other hand, be sure that these advertised features are actually
  1272. > > > in the *CP/M* version; many commercial vendors are simply selling older
  1273. > > > versions, having ceased development years ago.  These often started as
  1274. > > > "subset" compilers, and were done well before enums, etc. became popular.
  1275. > > > Good luck.  
  1276. > > > 
  1277. > > > Oh yes, please post what you learn, particularly about the status of thei
  1278. > > > CP/M support.
  1279. > > > 
  1280. > > >                 -Jim.
  1281. > > 
  1282.  
  1283. I believe that BDS C is now being supported by Sage Microsystems East, and
  1284. has been upgraded to be fully compatable with ZCPR3.  Mail to Jay sSage can be
  1285. addressed to sage@LL.MIT.EDU.
  1286.  
  1287. ------------------------------
  1288.  
  1289. Date: 8 Jan 91 22:03:58 GMT
  1290. From: bbn.com!gonzalez@apple.com  (Jim Gonzalez)
  1291. Subject: TCJ 1990 Article List (200+ lines)
  1292. Message-ID: <61961@bbn.BBN.COM>
  1293.  
  1294. I thought it might be helpful for readers to see how the mix of articles 
  1295. evolved over 1990.  This exercise has convinced me that TCJ may, both by
  1296. moving forward and stepping back, become something of great value to us
  1297. humble CP/M folk.  I'll talk to Jay tonight, and probably resume by
  1298. subscription.
  1299.  
  1300.                 -Jim.
  1301.  
  1302. ===========================================================================
  1303.  
  1304.  
  1305.         The Computer Journal - 1990 Tables of Contents
  1306.  
  1307.  
  1308. -- Issue #42 - January/February -------------------------------------------
  1309.  
  1310.  
  1311.     Dynamic Memory Allocation
  1312.         Techniques for alocating memory at run time with examples in Forth.
  1313.         By Dreas Nielsen.
  1314.  
  1315.     Using BYE with NZCOM
  1316.     Getting BYE and NZCOM to peacefully coexist is not easy - here's
  1317.     how to do it.
  1318.     By Chris McEwen.
  1319.  
  1320.     C and the MS-DOS Screen CHaracter Attributes
  1321.     How to talk to the screen with C.
  1322.     By Clem Pepper.
  1323.  
  1324.     Forth Column
  1325.     Lists and object oriented Forth.
  1326.     By Dave Weinstein.
  1327.  
  1328.     The Z-System Corner
  1329.     Genie Roundtable discussions, BDS Z and a review of some Z-System
  1330.     fundamentals.
  1331.     By Jay Sage.
  1332.  
  1333.     68705 Embedded Controller Application
  1334.     An example of a single-chip microcontroller application.
  1335.     By Joe Bartel.
  1336.  
  1337.     Advanced CP/M
  1338.     PluPerfect Writer and using BDS C with REL files.
  1339.     By Bridger Mitchell.
  1340.  
  1341.     Real Computing
  1342.     The NS 32000. [ NS32 trap mechanism, NS 32303 ICU, etc. ]
  1343.     By Richard Rodman.
  1344.  
  1345.     Computer Corner
  1346.     [ Video standards. ]
  1347.     By Bill Kibler.
  1348.  
  1349.  
  1350. -- Issue #43 - March/April ------------------------------------------------
  1351.  
  1352.  
  1353.     Standardize Your Floppy Disks
  1354.     Using Dysan's Diagnostic to check your floppy drives.
  1355.     By Eugene L. Langberg.
  1356.  
  1357.     LSH
  1358.     A new history shell for Z-System.
  1359.     By Rob Friefeld.
  1360.  
  1361.     Letwin's Prior Progeny
  1362.     Heath's HDOS, then and now.
  1363.     By Kirk L. Thompson.
  1364.  
  1365.     The Z-System Corner
  1366.     Software Update Service, and customizing NZCOM.
  1367.     By Jay Sage.
  1368.  
  1369.     Graphics Programming With C
  1370.     Writing graphics routines for the IBM PC, and the Turbo C graphics
  1371.     library.
  1372.     By Clem Pepper.
  1373.  
  1374.     Lazy Evaluation
  1375.     How to save time by ending the evaluation of logical expressions as
  1376.     soon as the result is known.
  1377.     By Marla Bartel.
  1378.  
  1379.     S-100
  1380.     There's still life in the old bus.  Installing a new disk controller
  1381.     and video board.
  1382.     By Michael Broschat
  1383.  
  1384.     Advanced CP/M
  1385.     Passing parameters when space is at a premium and complex error
  1386.     recover must be managed.
  1387.     By Bridger Mitchell.
  1388.  
  1389.     Real Computing
  1390.     The NS 32000. [ New NS32 Systems, More Free OS's (Xinu, Minix),
  1391.     etc. ]
  1392.     By Richard Rodman.
  1393.  
  1394.     The Computer Corner
  1395.     [ WESCON, Embedded Systems, Forth for PC ]
  1396.     By Bill Kibler.
  1397.  
  1398.  
  1399. -- Issue #44 - May/June ---------------------------------------------------
  1400.  
  1401.  
  1402.     Animation in Turbo C
  1403.     Part one in this issue covers the basic tools and the Turbo C Ver.
  1404.     2.0 graphics libraries.
  1405.     By Clem Pepper.
  1406.  
  1407.     Multitasking in Forth
  1408.     Implementing multitasking with New Micros F68FC11 and Max-Forth.
  1409.     By Matthew Mercaldo.
  1410.  
  1411.     Mytsteries of PC Floppy Disks Revealed
  1412.     Here's the information you need to understand FM, MFM, and the
  1413.     twisted cable.
  1414.     By Richard Rodman.
  1415.  
  1416.     DosDisk
  1417.     The MS-DOS disk format emulator for CP/M systems.
  1418.     By Daniel J. Mareck.
  1419.  
  1420.     Advanced CP/M
  1421.     ZMATE System programmer's editor and using lookup and dispatch for
  1422.     passing parameters.
  1423.     By Bridger Mitchell.
  1424.  
  1425.     Real Computing
  1426.     The NS32000.  [ Benchmarks, etc. ]
  1427.     By Richard Rodman.
  1428.  
  1429.     Forth Column
  1430.     Forth news, and handling strings in Forth,
  1431.     By Dave Weinstein.
  1432.  
  1433.     The Z-System Corner
  1434.     Working with the MEX telecommunications package.
  1435.     By Jay Sage.
  1436.  
  1437.     The Computer Corner
  1438.     [ VGA, etc. ]
  1439.     By Bill Kibler.
  1440.  
  1441.  
  1442. -- Issue #45 - July/August ------------------------------------------------
  1443.  
  1444.  
  1445.     Letters
  1446.  
  1447.     Embedded Systems for the Tenderfoot
  1448.     Designing a Z80 RS-232 communications gateway, part 1.
  1449.     By Art Carlson.
  1450.  
  1451.     Advanced CP/M
  1452.     String searches and tuning JetFind.
  1453.     By Bridger Mitchell.
  1454.  
  1455.     Animation with Turbo C
  1456.     Part 2, screen interactions.
  1457.     By Clem Pepper.
  1458.  
  1459.     Real Computing
  1460.     The NS 32000.
  1461.     [ Bare Metal 0.6 announcement, etc. ]
  1462.     by Richard Rodman.
  1463.  
  1464.     The Computer Corner
  1465.     [Software development issues, EXORMACS ]
  1466.     By Bill Kibler.
  1467.     
  1468.  
  1469. -- Issue #46 - September/October ------------------------------------------
  1470.  
  1471.  
  1472.     Build a Long Distance Printer Driver
  1473.     When RS-232 is too slow, and the parallel port won't handle the
  1474.     distance, build an RS-422 parallel port.
  1475.     By Stuart R. Ball.
  1476.  
  1477.     Embedded Systems for the Tenderfoot
  1478.     Using the 8031's built-in UART for serial comunications.
  1479.     By Tim McDonough.
  1480.  
  1481.     Foundational Modules in Modula 2
  1482.     Abstract data types and information hiding.
  1483.     By David L. Clarke.
  1484.  
  1485.     The Z-System Corner
  1486.     Patching The Word Plus spell checker, and the ZMATE macro text
  1487.     editor.
  1488.     By Jay Sage.
  1489.  
  1490.     Animation with Turbo C Ver. 2.0
  1491.     Part 3: Text in the graphics mode.
  1492.     By Clem Pepper.
  1493.  
  1494.     Z80 Communications Gateway
  1495.     Part 2: Prototyping, Counter/Timers, and using the Z80 CTC.
  1496.     By Art Carlson.
  1497.  
  1498.     Real Computing
  1499.     The NS32000.  
  1500.     [ New fax and laser printer versions, Futurebus ]
  1501.     By Richard Rodman.
  1502.  
  1503.     The Computer Corner
  1504.     By Bill Kibler.
  1505.  
  1506.  
  1507. -- Issue #47 - November/December ------------------------------------------
  1508.  
  1509.  
  1510.     Controlling Stepper Motors with the 68HC11F
  1511.     The first in a series on controlling steppers.
  1512.     By Matthew Mercaldo.
  1513.  
  1514.     The Z-System Corner
  1515.     The ZMATE Macro Command Language.
  1516.     By Jay Sage.
  1517.  
  1518.     Embedded Systems for the Tenderfoot
  1519.     Using 8031 interrupts.
  1520.     By Tim McDonough.
  1521.  
  1522.     T-1
  1523.     What it is and why you need to know.
  1524.     By Richard Rodman.
  1525.  
  1526.     ZCPR3 and Modula Too
  1527.     Modula2 makes the Z-System connection.
  1528.     By David L. Clarke.
  1529.  
  1530.     Tips on Using LCDs
  1531.     Interfacing to the 68HC705.
  1532.     By Karl Lunt.
  1533.  
  1534.     Real Computing
  1535.     Debugging, NS32 Multitasking Trick, and Distributed Operating Systems.
  1536.     By Richard Rodman.
  1537.  
  1538.     Long Distance Printer Driver
  1539.     Corrected schematics from issue #46.
  1540.  
  1541.     ROBO-SOG 90
  1542.     A report on the ROBO-SOG happenings.
  1543.     By Michael Thyng.
  1544.  
  1545.     The Computer Corner
  1546.     [ Minix (for PC and Atari ST), FORTH and the RTX (Harris micro) 
  1547.       Design Contest ]
  1548.     By Bill Kibler.
  1549.  
  1550. ------------------------------
  1551.  
  1552. Date: 5 Jan 91 19:38:58 GMT
  1553. From: usc!cs.utexas.edu!ut-emx!austex!roadhog@ucsd.edu  (Lindsay Haisley)
  1554. Subject: Zmp15 Osborne 1 Overlay
  1555. Message-ID: <NFgBV1w163w@austex>
  1556.  
  1557. Charles.Cotham@urchin.fidonet.org (Charles Cotham) writes:
  1558.  
  1559. > I just received Klaus Schauer's Osborne 1 overlay for ZMP15 comm program,
  1560. > and uploaded it to NW Znode Houston @ 713-937-8886. Give it a try, ZMP15
  1561. > by Ron Murray from Australia is a nice comm program that gives CP/M 
  1562. > users Z modem protocal. Thanks to Klaus it now runs on the Osborne 1. 
  1563.  
  1564.  
  1565. Thanks for the number for Znode 45.  You might have noticed when you 
  1566. uploaded ZMP15 that the RCPM there is using RZMP16 for Zmodem u/d loads.  
  1567. This is a serious upgrade of ZMP15 which makes use of BYE rather than 
  1568. terminal overlays.  The .LBR is available there as RZMP16.LBR.  Thanks again
  1569. to Ron Murray.
  1570.  
  1571. "Everything works if you let it!"
  1572.  ---  Travis J. Redfish
  1573.  +++++++++++++++++++++++++++
  1574. uucp: cs.utexas.edu!ut-emx!austex!roadhog
  1575.  BBS: (512) 259-1261 (Z-Node 77 - aka - Kaypro Club of Austin)
  1576.  
  1577. ------------------------------
  1578.  
  1579. End of INFO-CPM Digest V91 Issue #6
  1580. ***********************************
  1581. 10-Jan-91 00:34:20-MST,8470;000000000000
  1582. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  1583. Date: Thu, 10 Jan 91 00:24:29 MST
  1584. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  1585. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1586. Subject: INFO-CPM Digest V91 #7
  1587. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1588. Message-ID: <910110002430.V91N7@WSMR-SIMTEL20.ARMY.MIL>
  1589.  
  1590. INFO-CPM Digest             Thu, 10 Jan 91       Volume 91 : Issue    7
  1591.  
  1592. Today's Topics:
  1593.                        Help with Zenith system
  1594.                          NorthStar Advantage
  1595.                     Osborne1 to Kaypro 2X (3 msgs)
  1596.                   Pointers to XLISP or RCPMs Wanted
  1597.                       Searching for XLISP Stuff
  1598.                         Tandon Drive docs/info
  1599. ----------------------------------------------------------------------
  1600.  
  1601. Date: 7 Jan 91 15:09:15 GMT
  1602. From: agate!bionet!uwm.edu!cs.utexas.edu!milano!uudell!bigtex!texsun!newstop!eastapps!hienergy!jimv@ucbvax.Berkeley.EDU  (Jim Vienneau - Sun Microsystems)
  1603. Subject: Help with Zenith system
  1604. Message-ID: <3832@eastapps.East.Sun.COM>
  1605.  
  1606. I recently aquired at auction some Zenith PCs that I believe are CP/M
  1607. machines, but I'm not sure. They are all-in-one boxes with a 12" green
  1608. monitor, two (what look like 360K) diskette drives, a keyboard and several
  1609. I/O ports on the back. Typing the "help" key at boot time displays a
  1610. diagnostic menu. I did not receive any OS with these and would really
  1611. appreciate hearing from anyone who knows what they are and/or has the
  1612. OS for them (will pay all costs). The model number on the back is:
  1613. ZFG121-32 if that means anything to you. 
  1614.  
  1615. Thanks for taking the time to read this! Any insight appreciated!
  1616.  
  1617.  
  1618.  
  1619. Jim Vienneau, Sun Microsystems Inc - Billerica, MA
  1620. Email: jvienneau@east.sun.com   Amateur Radio: WB1B
  1621. Good old Ma Bell (well old anyway): (508)671-0372
  1622.  
  1623. ------------------------------
  1624.  
  1625. Date: 10 Jan 91 03:16:12 GMT
  1626. From: portal!cup.portal.com!Fox@apple.com  (Lance W Rund)
  1627. Subject: NorthStar Advantage
  1628. Message-ID: <37803@cup.portal.com>
  1629.  
  1630. Howdy...
  1631.  
  1632. I just found a NorthStar Advantage in perfect condition.  There's just
  1633. one problem... no boot disk.
  1634.  
  1635. Help?
  1636.  
  1637. (if anyone can provide comm software, too, I'd be ever so grateful...)
  1638.  
  1639. ...lance rund
  1640.    fox@portal.com
  1641.  
  1642. ------------------------------
  1643.  
  1644. Date: 9 Jan 91 06:59:36 GMT
  1645. From: pacbell.com!pacbell!sactoh0!tcs@ucsd.edu  (Ted C. Smith)
  1646. Subject: Osborne1 to Kaypro 2X
  1647. Message-ID: <4615@sactoh0.SAC.CA.US>
  1648.  
  1649. Rhonda Gaines writes:
  1650.  
  1651. > I have recently acquired dbaseII for the osborne 1 and don't know
  1652. > how to use it on my kaypro 2x.  When I put the disk in it says it
  1653. > can't read my diskette.  Any ideas on how to convert these osborne
  1654. > disks to kaypro so I can use them?
  1655.  
  1656. Well, there are a couple of programs around that can handle this.
  1657. I use Media Master by Spectre Technologies (22458 Ventura Blvd.,
  1658. Suite E, Woodland Hills, CA 91364; phone 818-716-1655).  Uniform is
  1659. another program that should be able to do the trick -- I think you
  1660. can get it from FOG.  And, a more circuitous route would be to use
  1661. a shareware package like 22NICE which permits IBM-compatibles to
  1662. emulate an Osborne or Kaypro disk drive (I've used it to move
  1663. SuperCalc files from my old Ozzy to my new 386 machine).
  1664.  
  1665. -- 
  1666.            Ted Smith  --  tcs.sactoh0.SAC.CA.US
  1667.          California Division of Mines and Geology
  1668.         Call our MS-DOS based bbs (CDMG ONLINE) at
  1669.                    916-327-1208 8-N-1
  1670.  
  1671. ------------------------------
  1672.  
  1673. Date: Wed, 9 Jan 91 10:19:35 PST
  1674. From: rzh@icf.llnl.gov (R. Hanscom)
  1675. Subject: Osborne1 to Kaypro 2X
  1676. Message-ID: <9101091819.AA00877@icf.llnl.gov.llnl.gov>
  1677.  
  1678. In <4615@sactoh0.SAC.CA.US> tcs@sactoh0.SAC.CA.US (Ted C. Smith) writes:
  1679.  
  1680. >Rhonda Gaines writes:
  1681. >
  1682. >> I have recently acquired dbaseII for the osborne 1 and don't know
  1683. >> how to use it on my kaypro 2x.  When I put the disk in it says it
  1684. >> can't read my diskette.  Any ideas on how to convert these osborne
  1685. >> disks to kaypro so I can use them?
  1686.  
  1687. >Well, there are a couple of programs around that can handle this.
  1688. >I use Media Master by Spectre Technologies (22458 Ventura Blvd.,
  1689. >Suite E, Woodland Hills, CA 91364; phone 818-716-1655).  Uniform is
  1690. >another program that should be able to do the trick -- I think you
  1691. >can get it from FOG.  And, a more circuitous route would be to use
  1692. >a shareware package like 22NICE which permits IBM-compatibles to
  1693. >emulate an Osborne or Kaypro disk drive (I've used it to move
  1694. >SuperCalc files from my old Ozzy to my new 386 machine).
  1695.  
  1696. I have said this before (tired of hearing it??), but be very careful
  1697. about software like MediaMaster before putting big bucks into it.  I
  1698. was fooled by their documentation and impressive list of "formats
  1699. handled".  It (apparently) works fine with a format like Kaypro's
  1700. DSDD, that is quite common.  I can tell you, from personal experience,
  1701. that it will NOT read these Ozzy diskettes, if they are single density,
  1702. on a vanilla PC clone unless you have a specialized controller/drives.
  1703. It has problems with single density diskettes (early Osbournes used SD).
  1704. There are other formats that they advertise, that will not work (Cromemco
  1705. DSDD is a notable example).  Try before you buy.  Of course the same is
  1706. true for Uniform and 22NICE, but I have not had the opportunity to try
  1707. them.
  1708.  
  1709. Please don't respond with "I have it and love it.  It works with xxxx"
  1710. etc.  I'm glad that you like it, but if you're thinking about buying
  1711. it for reading some format that you commonly use, and you have no
  1712. direct knowledge that it works with that format -- proceed with
  1713. caution!!  Flames to /dev/null.
  1714.  
  1715.           roger             icf!rzh@lll-winken.llnl.gov
  1716.                              rzh@phoenix.ocf.llnl.gov
  1717.  
  1718.  
  1719.  
  1720. ------------------------------
  1721.  
  1722. Date: 8 Jan 91 23:05:04 GMT
  1723. From: att!emory!hubcap!ncrcae!ncr-sd!simasd!simasd!pnet07!donm@ucbvax.Berkeley.EDU  (Don Maslin)
  1724. Subject: osborne 1 to kaypro 2x
  1725. Message-ID: <1991Jan8.230504.29093@simasd.uucp>
  1726.  
  1727. rr2g@COMPOSITE.CE.VIRGINIA.EDU (Rhonda Gaines) writes:
  1728. >I have recently acquired dbaseII for the osborne 1 and don't know
  1729. >how to use it on my kaypro 2x.  When I put the disk in it says it
  1730. >can't read my diskette.  Any ideas on how to convert these osborne
  1731. >disks to kaypro so I can use them?
  1732. >
  1733.  
  1734. You should have the utility MFDISK.COM with your 2X which will permit reading
  1735. the Osborne disk.
  1736.  
  1737. Keeper of the CP/M System Disk | UUCP: {nosc ucsd crash ncr-sd}!pnet07!donm
  1738. Archives for the Dino(saur)SIG | ARPA: simasd!pnet07!donm@nosc.mil
  1739. - San Diego Computer Society - | INET: donm@pnet07.cts.com
  1740.  
  1741. ------------------------------
  1742.  
  1743. Date: Wed, 9 Jan 91 21:06:58 PST
  1744. From: "Strong data types for weak minds." <secrist@msdoa1.enet.dec.com>
  1745. Subject: Pointers to XLISP or RCPMs Wanted
  1746. Message-ID: <9101100504.AA23239@volition.pa.dec.com>
  1747.  
  1748.     Wanted: pointers to sources for XLISP V1.1, V1.5, or a CP/M-80
  1749.     'COM for XLISP V1.2 wanted and/or pointers to current RCPMs.
  1750.  
  1751.     XLISP V1.1 files wanted are from SIGM Volume 118 and are
  1752.     XLBIND.C or XLOBJ.C.
  1753.  
  1754.     Much grass !
  1755.  
  1756.     rcs
  1757.  
  1758.  
  1759. ------------------------------
  1760.  
  1761. Date: 10 Jan 91 16:29:44 GMT
  1762. From: munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!levels!etrmg@uunet.uu.net  (What a Guy!)
  1763. Subject: Searching for XLISP Stuff
  1764. Message-ID: <15813.278c9678@levels.sait.edu.au>
  1765.  
  1766. In article <9101041823.AA10123@volition.pa.dec.com>, secrist@msdoa1.enet.dec.com ("Strong data types for weak minds.") writes:
  1767. >     Does anybody know of a BBS where I could find either:
  1768. >         1) an XLISP V1.2 executable '.COM file and/or
  1769. >         2) sources for XLISP V1.1
  1770. >     I need a ready-to-go '.COM for CP/M with matching sources
  1771. >     to rebuild in another environment.
  1772. >     Regards,
  1773. >     rcs
  1774.  
  1775.  
  1776. I believe it is in SIMTEL.  I think I got it around Sept, or OCT of last year.
  1777.  
  1778. Good luck
  1779.  
  1780. Ronn
  1781.  
  1782. ------------------------------
  1783.  
  1784. Date: 9 Jan 91 18:31:12 GMT
  1785. From: sdd.hp.com!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!van-bc!cynic!pevans@ucsd.edu  (Phillip Evans)
  1786. Subject: Tandon Drive docs/info
  1787. Message-ID: <PyRiV1w163w@cynic.wimsey.bc.ca>
  1788.  
  1789. I have just inherited a pair of Tandon Drives and have no information on 
  1790. them.  Would anyone who knows how many side/what density/how many tracks 
  1791. or who has documentation for these please reply.  The drives are:
  1792.  
  1793. Tandon TM 100-4 full height, and TM 65-4 half height.
  1794.  
  1795.  
  1796. ------------------------------
  1797.  
  1798. End of INFO-CPM Digest V91 Issue #7
  1799. ***********************************
  1800. 10-Jan-91 15:26:27-MST,10587;000000000000
  1801. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  1802. Date: Thu, 10 Jan 91 15:17:07 MST
  1803. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  1804. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1805. Subject: INFO-CPM Digest V91 #8
  1806. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1807. Message-ID: <910110151709.V91N8@WSMR-SIMTEL20.ARMY.MIL>
  1808.  
  1809. INFO-CPM Digest             Thu, 10 Jan 91       Volume 91 : Issue    8
  1810.  
  1811. Today's Topics:
  1812.                         CP/M & MBASIC question
  1813.                                  MP/M
  1814.                         Need WordStar utility
  1815.                           Zenith Z100 OS???
  1816.                     ZSDOS on Xerox 820-II (3 msgs)
  1817. ----------------------------------------------------------------------
  1818.  
  1819. Date: 10 Jan 91 07:15:55 GMT
  1820. From: swrinde!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!kwgst@ucsd.edu  (Filip Gieszczykiewicz)
  1821. Subject: CP/M & MBASIC question
  1822. Message-ID: <77348@unix.cis.pitt.edu>
  1823.  
  1824.     Greetings I have a Kaypro 10 and am starting to experiment
  1825.     with CP/M. (My first z80 machine)
  1826.  
  1827.     I have several questions:
  1828.  
  1829.     1) Is there a command in Miscrosoft BASIC (M-80) that will
  1830.     clear the screen and home the cursor? I have all docs but they
  1831.     say nothing.
  1832.  
  1833.     2) I have a simple CLS.COM program that is about 15 bytes long
  1834.     that clears the screen. Now, I DUMPed it and converted the
  1835.     hex to decimal and poked those values from within BASIC.
  1836.     When I CALL it, it clears the screen and does a "Warm Boot"
  1837.     [bummer]. Anyways, I got rid of the JMP 0000h (for the
  1838.     warm boot) but now in hangs. [bummer^2] Arghh... Good lord,
  1839.     even my Apple ][+ has a HOME command! ;-)
  1840.  
  1841.     3) How do I load a binary file so I can use it with the
  1842.     USR# function? I have an assembler (RMAC), a linker, a
  1843.     BASICLIB.REL (what is that <--- ?), and MBASIC. Is this
  1844.     all I need? Oh, yeah, I have a hard disk so space in not
  1845.     a problem.
  1846.  
  1847.     (I have the source for SAFETY.COM, which also clears the screen,
  1848.     but even that does not work when POKEed from BASIC. Can I use
  1849.     &HD000? I have no idea where empty space is in BASIC.)
  1850.  
  1851.     Anyone?
  1852.  
  1853.     I also don't have a text editor (WS died) so I wrote my own
  1854.     in basic.... can't use the "," with INPUT... it gives a
  1855.     "Redo from start" (or something similar).
  1856.  
  1857.     4) Anyone know how to read a text file using random-access?
  1858.     I tried every possible combination. I can create but I can't
  1859.     read it. (Remember, you can't read a file that contains ","s
  1860.     with the INPUT# statement)
  1861.  
  1862.     Maybe I should stick to assembly..... [grin]
  1863.     (Yeah, but you need an editor for that - Catch 22???)
  1864.  
  1865.     Take care.
  1866.  
  1867.     P.S. Please e-mail. I will archive everything. Before sending
  1868.     a "send everything to me", give me a few days to organize :-)
  1869. -- 
  1870. ------------------------------------------------------------------------------
  1871. Name: Karol Gieszczykiewicz Address: kwgst@unix.cis.pitt.edu
  1872. This message posted for: Filip Gieszczykiewicz (fmgst@unix.cis.pitt.edu)
  1873.  
  1874. ------------------------------
  1875.  
  1876. Date: 10 Jan 91 20:14:28 GMT
  1877. From: drivax!riddle@uunet.uu.net  (Riddle)
  1878. Subject: MP/M
  1879. Message-ID: <B3JW5D8@dri.com>
  1880.  
  1881. In article <DCB474B5AE7F012C1A@hampvms.bitnet> JSHIN@HAMPVMS.BITNET (Is PShirley getting married bare-footed?) writes:
  1882. >
  1883. >Yes, it is time for simple and mundane questions that comes up
  1884. >periodically. I hate to be the one, but...
  1885. >
  1886. >1) Who created
  1887.         Digital Research Inc.
  1888. >  /produced
  1889.     generic ==DRI
  1890.     Specific == Each Hardware manufacturer
  1891. > /sells MP/M?
  1892.     Each Hardware Manufacturer.
  1893.  
  1894.     But, if your manufacturer is "Out of Business" or never did the 
  1895.     port of MP/M, you can buy generic package from:
  1896.  
  1897.     Discus            408 424-5851    
  1898.     340-46 El Camino Real South
  1899.     Salinas, CA 93901
  1900.  
  1901. >  While you're at it, any comments?
  1902.     If you buy the generic package you'll need to write your own
  1903.     BIOS and XBIOS.  Most of which will already exist in your CP/M
  1904.     BIOS.  Or, you can find somebody with the same type of machine
  1905.     with a BIOS already written.
  1906. >
  1907. >2) Could anyone tell me a phone number for Digital Research or whoever
  1908. >   it is that sells CP/M for them now? DR's 800 number disappeared.
  1909.     address above
  1910. -- 
  1911. -- Riddle@Digital Research, Incorporated    uunet!drivax!riddle
  1912.           Integrated Systems Business Unit    riddle%drivax@uunet.uu.net
  1913.       70 Garden Court, B206            (408) 647-6581       (vmail)
  1914.       Monterey, California  93940        (408) 649-0750       (fax)
  1915.  
  1916. ------------------------------
  1917.  
  1918. Date: 8 Jan 91 15:48:19 GMT
  1919. From: usc!samsung!dali.cs.montana.edu!ogicse!pdxgate!parsely!percy!qiclab!techbook!fzsitvay@ucsd.edu  (Frank Zsitvay)
  1920. Subject: Need WordStar utility
  1921. Message-ID: <1991Jan8.154819.10851@techbook.com>
  1922.  
  1923. In article <972@catnip.berkeley.ca.us> bandy@catnip.berkeley.ca.us (Gun Control is Hitting Your Target) writes:
  1924. >wilker@gauss.math.purdue.edu (Clarence Wilkerson) writes:
  1925. >
  1926. >
  1927. >> Aha! Some versions of WordStar supported direct write to screen
  1928. >>memory on the (few) machines that had screen memory as part of
  1929. >>system RAM. I suspect that setting the high bit is the way the
  1930. >>Osborne knew to highlight the current character.
  1931. >
  1932. >Yes and no.  
  1933. >
  1934. >No, WordStar for the Osborne 1 did not come configured for memory mapped
  1935. >video - I don't know why - it's orders of magnitude faster than going through
  1936. >a jillion layers of software.
  1937.  
  1938.    the memory mapped video on the osborne is somewhat strangely laid out,
  1939. and micropro never bothered to adapt the memory mapped version of wordstar.
  1940.  
  1941.    but soon pd text editors began showing up for the ozzy, such as vdo and
  1942. its successor, vde.  for a machine like a stock osborne, thay are actually
  1943. much better than wordstar.
  1944.  
  1945.    download them from a bbs near you.  vde ended at 2.66 (eric meyer still
  1946. does work on his PC version of vde, which is (INHO) the best text editor
  1947. available for msdos machines.  (it even runs on a dec rainbow))  but is
  1948. very stable and has no major bugs.
  1949.  
  1950. -- 
  1951. fzsitvay@techbook.COM - but don't quote me on that....
  1952.  
  1953. American Oil Company motto - Bend over, We'll pump!!!
  1954.  
  1955. ------------------------------
  1956.  
  1957. Date: 10 Jan 91 16:23:19 GMT
  1958. From: usc!cs.utexas.edu!sun-barr!newstop!eastapps!hienergy!jimv@ucsd.edu  (Jim Vienneau - Sun Microsystems)
  1959. Subject: Zenith Z100 OS???
  1960. Message-ID: <3869@eastapps.East.Sun.COM>
  1961.  
  1962. Does anyone happen to have any OS kicking around for a Zenith Z100? I
  1963. bought a few of these at auction and didn't get any software or documentation
  1964. with them. If you happen to have it, I'll gladly pay any and all costs
  1965. (either doc or OS).
  1966.  
  1967. A couple of folks sent me mail identifying them for me, I tried to reply, 
  1968. but the mail bounced (arpanet). Thanks for the help!
  1969.  
  1970. Jim Vienneau, Sun Microsystems Inc - Billerica, MA
  1971. Email: jvienneau@east.sun.com   Amateur Radio: WB1B
  1972. Good old Ma Bell (well old anyway): (508)671-0372
  1973.  
  1974. ------------------------------
  1975.  
  1976. Date: 9 Jan 91 19:25:02 GMT
  1977. From: att!emory!hubcap!ncrcae!ncr-sd!simasd!simasd!pnet07!donm@ucbvax.Berkeley.EDU  (Don Maslin)
  1978. Subject: ZSDOS on Xerox 820-II
  1979. Message-ID: <1991Jan9.192502.16019@simasd.uucp>
  1980.  
  1981. sage@LL.MIT.EDU (Jay Sage) writes:
  1982. >   That shows that the system you were running at the time was not one
  1983. >created by that version of MOVCPM, which checks the DOS serial number in the
  1984. >first six bytes of code.  Digital Research punishes one for trying to use a
  1985. >'borrowed' MOVCPM by locking up the system.
  1986. >
  1987. That sounds like the basic information needed to patch MOVCPM to eliminate the
  1988. problem.
  1989.                                                  - don
  1990.  
  1991. Keeper of the CP/M System Disk | UUCP: {nosc ucsd crash ncr-sd}!pnet07!donm
  1992. Archives for the Dino(saur)SIG | ARPA: simasd!pnet07!donm@nosc.mil
  1993. - San Diego Computer Society - | INET: donm@pnet07.cts.com
  1994.  
  1995. ------------------------------
  1996.  
  1997. Date: Thu, 10 Jan 91 11:10:39 -0500
  1998. From: Jay Sage <sage@ll.mit.edu>
  1999. Subject: ZSDOS on Xerox 820-II
  2000. Message-ID: <9101101110.AA28480@LL.MIT.EDU>
  2001.  
  2002. Mike Sprague answered:
  2003.  
  2004. >> Hmmmm, seems strange that DR would try to keep you from using MOVCPM, when
  2005. >> it *seems* to be standard utility on a CP/M System Disk.  Odd!
  2006.  
  2007.    MOVCPM is a standard program that comes with CP/M, but it contains the
  2008. licensed software for that machine: the CCP, the serialized BDOS, and the
  2009. manufacturer's (or DRI's) proprietary BIOS.  It is not a utility that can be
  2010. moved from system to system; it is the basic operating system generation
  2011. program.
  2012.  
  2013.    SYSGEN, on the other hand, is a more-or-less universal utility.  It
  2014. extracts the operating system from the system tracks on a diskette and/or
  2015. writes it to a new diskette.  It does not generate a new system; it only
  2016. copies it.  It may be used with MOVCPM to put the system created by MOVCPM
  2017. onto the system tracks of a diskette for booting.
  2018.  
  2019.    If you got a synchronization error report when you ran MOVCPM, then the
  2020. operating system that you were running at the time was not one that was
  2021. created by that copy of MOVCPM.  Specifically, the BDOS in use either was not
  2022. the Digital Research BDOS (perhaps you has installed something else) or had a
  2023. different serial number.  People have published, by the way, the simple patch
  2024. for defeating the serial number check.
  2025.  
  2026. >> I was wondering if the problem was in that I had configured the system. 
  2027. >> Xerox supplied a utility called CONFIGUR which allows you to set the
  2028. >> defaults upon booting.
  2029.  
  2030.    CONFIGUR probably just changes values a specific locations in the BIOS
  2031. code, and this should have no effect on the operation of MOVCPM or the
  2032. installation of ZSDOS.
  2033.  
  2034. >> Chuckle it's the same machine, not a simpler one.  A 16/8 is nothing more
  2035. >> than an 820-II with the 16/8 board (8086 CPU w/128K RAM) installed!!
  2036.  
  2037.    Yes, but I would call a machine without the extra board and the software
  2038. complications required to deal with it a "simpler" one.  Even more reason to
  2039. contact Chris McEwen if you are still having trouble after generating a
  2040. clean, new system disk.
  2041.  
  2042. -- Jay Sage
  2043.  
  2044.  
  2045. ------------------------------
  2046.  
  2047. Date: 10 Jan 91 21:25:38 GMT
  2048. From: swrinde!zaphod.mps.ohio-state.edu!samsung!noose.ecn.purdue.edu!mentor.cc.purdue.edu!descartes.math.purdue.edu!wilker@ucsd.edu  (Clarence Wilkerson)
  2049. Subject: ZSDOS on Xerox 820-II
  2050. Message-ID: <3576@mentor.cc.purdue.edu>
  2051.  
  2052. To be fair, most MOVCPM`s incorporate at least minimal BIOS type code
  2053. to boot the system, so for a general user to use a different version
  2054. of MOVCPM than the one intended for the system would be pointless and
  2055. confusing to diagnose. Obviously this doesn't apply to hackers, who find
  2056. their own workarounds.
  2057.  
  2058. ------------------------------
  2059.  
  2060. End of INFO-CPM Digest V91 Issue #8
  2061. ***********************************
  2062. 11-Jan-91 20:28:44-MST,10389;000000000000
  2063. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  2064. Date: Fri, 11 Jan 91 20:15:42 MST
  2065. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  2066. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2067. Subject: INFO-CPM Digest V91 #9
  2068. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2069. Message-ID: <910111201600.V91N9@WSMR-SIMTEL20.ARMY.MIL>
  2070.  
  2071. INFO-CPM Digest             Fri, 11 Jan 91       Volume 91 : Issue    9
  2072.  
  2073. Today's Topics:
  2074.                         CP/M & MBASIC question
  2075.                              cp/m mbasic
  2076.                               DecMate 2
  2077.                          Long winter nights.
  2078.                        Pied Piper manual wanted
  2079.                         Tandon Drive docs/info
  2080. Using MediaMaster and Uniform (was Re: Osborne1 to Kaypro 2X) (2 msgs)
  2081. ----------------------------------------------------------------------
  2082.  
  2083. Date: 10 Jan 91 10:26:50 GMT
  2084. From: usc!samsung!sol.ctr.columbia.edu!cica!news.cs.indiana.edu!bsu-cs!bsu-ucs!00prneubauer@ucsd.edu  (Paul Neubauer)
  2085. Subject: CP/M & MBASIC question
  2086. Message-ID: <55017@bsu-ucs.uucp>
  2087.  
  2088. In article <77348@unix.cis.pitt.edu>, (Filip Gieszczykiewicz) writes:
  2089. >     Greetings I have a Kaypro 10 and am starting to experiment
  2090. >     with CP/M. (My first z80 machine)
  2091. >     I have several questions:
  2092. >     1) Is there a command in Miscrosoft BASIC (M-80) that will
  2093. >     clear the screen and home the cursor? I have all docs but they
  2094. >     say nothing.
  2095.  
  2096. No, there is no such command in MBASIC to do that.  The  reason is that
  2097. most CP/M computer manufacturers failed to get together on ways to do
  2098. obvious things like screen handling, so they are (nearly) all different. 
  2099.  
  2100. >     2) I have a simple CLS.COM program that is about 15 bytes long
  2101. >     that clears the screen. Now, I DUMPed it and converted the
  2102. >     hex to decimal and poked those values from within BASIC.
  2103. >     When I CALL it, it clears the screen and does a "Warm Boot"
  2104. >     [bummer]. Anyways, I got rid of the JMP 0000h (for the
  2105. >     warm boot) but now in hangs. [bummer^2] Arghh... Good lord,
  2106. >     even my Apple ][+ has a HOME command! ;-)
  2107.  
  2108. Yes, that is certainly a bummer all right.  The easy thing to do with a
  2109. Kaypro is simply:
  2110.  
  2111.     PRINT CHR$(26);
  2112.  
  2113. All Kaypros that I know of treat a control-z sent to the screen as
  2114. meaning clear the screen and home the cursor.
  2115.  
  2116. >     I also don't have a text editor (WS died) so I wrote my own
  2117. >     in basic.... can't use the "," with INPUT... it gives a
  2118. >     "Redo from start" (or something similar).
  2119.  
  2120. I like VDE as a text editor.  It is fast and relatively stable. 
  2121. Different people will have different preferences, but for an "in-memory"
  2122. text editor, I find VDE to be about the fastest and least buggy one
  2123. around.  It works well on Kaypros.  Its only problem shows up when you
  2124. need to edit a file larger than about 35KB.  Then you need the virtual
  2125. memory functionality of something like WS or Perfect Writer (an attempt
  2126. at an EMACS clone).
  2127.  
  2128. There is probably someone there in Pittsburgh (I assume from your
  2129. address) who can supply you with numerous PD programs, including
  2130. editors.  If not, send me email and I may be able to help.
  2131.  
  2132. ========
  2133. Paul Neubauer    neubauer@bsu-cs.bsu.edu         00prneubauer@bsu-ucs.bsu.edu
  2134.                 neubauer@bsu-cs.UUCP            00prneubauer@bsu-ucs.UUCP
  2135.                                                 00PRNEUBAUER@BSUVAX1.BITNET
  2136.  
  2137. ------------------------------
  2138.  
  2139. Date: 10 Jan 91 23:18:01 GMT
  2140. From: swrinde!zaphod.mps.ohio-state.edu!magnus.ircc.ohio-state.edu!ephillip%magnus.ircc.ohio-state.edu@ucsd.edu  (Earl W Phillips)
  2141. Subject: cp/m mbasic
  2142. Message-ID: <CMM.0.88.663549481.ephillip@magnus.ircc.ohio-state.edu>
  2143.  
  2144. To the fellow w/questions re:mbasic and clearing
  2145. the screen, try this: 
  2146.  
  2147.   10  blah, blah
  2148.   20 print chr$(26)
  2149.   30 blah, blah
  2150.   .
  2151.   .
  2152.  
  2153.   .
  2154.   .
  2155.  
  2156.     This should do it!
  2157.  
  2158. *****************************************************************
  2159. *                                    | ====@====      ///////// *
  2160. * ephillip@magnus.ircc.ohio-state.edu|     ``________//         *
  2161. *                                    |       `------'           *
  2162. *                 -JR-               | Space;........the final  *
  2163. *                                    | frontier...............  *
  2164. *****************************************************************
  2165.  
  2166. ------------------------------
  2167.  
  2168. Date: 10 Jan 91 15:59:27 GMT
  2169. From: swrinde!zaphod.mps.ohio-state.edu!rpi!muvms3!hsl001@ucsd.edu  (Ed Dzierzak)
  2170. Subject: DecMate 2
  2171. Message-ID: <34567@muvms3.bitnet>
  2172.  
  2173. A friend of mine picked up an old DecMate 2... It has some
  2174. software but no boot disk. We suspect this is a CPM machine. Is it?
  2175. If so, where can we get a boot disk?
  2176.  
  2177. Thanks in advance...
  2178.  
  2179. Ed Dzierzak
  2180.  
  2181. HSL001@MUVMS3
  2182.  
  2183. ------------------------------
  2184.  
  2185. Date: Fri, 11 Jan 91 19:27 EDT
  2186. From: Is PShirley getting married bare-footed? <JSHIN%HAMPVMS.BITNET@CUNYVM.CUNY.EDU>
  2187. Subject: Long winter nights.
  2188.  
  2189. Excuse me, but...
  2190.  
  2191. I was going through some old mail files to free up account space and
  2192. noticed that the last time we did intel-bashing was last april. Some
  2193. memorable quotes were:
  2194.   "Let Segment:Offset be the punishment for your sins"
  2195. and
  2196.   "Would you trust a company whose logo is falling apart?"
  2197. Both from the same person - sorry, I cannot "scroll" on this terminal
  2198. to check your name again... has anyone heard of "Tab" terminals?
  2199.  
  2200. Anyways, from the messages, it was apparent that the spring energy was
  2201. driving us through the clever quotes and some vicious remarks.
  2202.  
  2203. But, spring being b
  2204.                   spring, we can do more positive things then. Why
  2205. not spend all our negative energy these long, cold, (or warm, for those
  2206. of you with not-yet-fossilized heating) winter nights?
  2207.  
  2208. Any takers?
  2209.  
  2210.     -John
  2211.  
  2212. P.S. Oh, I'm not gonna be involved in it again... I learned some good
  2213. lessons about human decency last time... but I won't hesitate to
  2214. encourage others.
  2215.  
  2216. P.P.S. If you wanna yell at me for posting this, please do it privately.
  2217. I don't want everybody to suffer just because _I_ am miserable.
  2218. My address is JSHIN@HampVMS.bitnet, or call me at (413)549-4600 ext. 517
  2219. during the day and (413)253-0713 otherwise.
  2220.  
  2221. ------------------------------
  2222.  
  2223. Date: 10 Jan 91 22:37:30 GMT
  2224. From: metaphor!mnementh!rush@apple.com  (Ed Rush)
  2225. Subject: Pied Piper manual wanted
  2226. Message-ID: <1965@metaphor.Metaphor.COM>
  2227.  
  2228. A friend of mine, who does not have Usenet access, has a
  2229. Pied Piper computer, made by Semi-Tech, but does not have
  2230. its manual(s).  Apparently, the company is long gone.
  2231.  
  2232. Does anyone out there have a Pied Piper manual?  David would
  2233. be happy to pay photocopying costs or, if you are in the
  2234. San Jose area, borrow it and do the copying himself.
  2235.  
  2236. If you have or know of a Pied Piper manual, it would be best
  2237. to e-mail directly to him:
  2238.  
  2239.     McGlone_David@tandem.com
  2240.  
  2241. Or, you can call him in the daytime at (408)285-5759
  2242. or at home at (408)293-5176.  If all that fails, you can
  2243. send a reply to me and I'll pass it on to him.
  2244.  
  2245. Thanks in advance and in absentia for your help.
  2246.   -----------------------------------------
  2247.   Ed Rush, employed by but not speaking for
  2248.   Metaphor Computers, Mtn. View, CA
  2249.      UUCP: [...!{apple|decwrl}!]metaphor!mnementh!rush
  2250.      Internet: rush@mnementh.metaphor.com
  2251.   -----------------------------------------
  2252. "The reason angels can fly is that they take themselves so lightly."
  2253.  
  2254. ------------------------------
  2255.  
  2256. Date: 10 Jan 91 19:45:03 GMT
  2257. From: att!emory!hubcap!ncrcae!ncr-sd!simasd!simasd!pnet07!donm@ucbvax.Berkeley.EDU  (Don Maslin)
  2258. Subject: Tandon Drive docs/info
  2259. Message-ID: <1991Jan10.194503.5464@simasd.uucp>
  2260.  
  2261. pevans@cynic.wimsey.bc.ca (Phillip Evans) writes:
  2262. >I have just inherited a pair of Tandon Drives and have no information on 
  2263. >them.  Would anyone who knows how many side/what density/how many tracks 
  2264. >or who has documentation for these please reply.  The drives are:
  2265. >Tandon TM 100-4 full height, and TM 65-4 half height.
  2266. The 100-4 is a double side 96-tpi drive.  From the common dash number, I would
  2267. assume that the 65-4 is also 96-tpi.  Look for an upper head to see if it is
  2268. double sided.
  2269.  
  2270.  
  2271. Keeper of the CP/M System Disk | UUCP: {nosc ucsd crash ncr-sd}!pnet07!donm
  2272. Archives for the Dino(saur)SIG | ARPA: simasd!pnet07!donm@nosc.mil
  2273. - San Diego Computer Society - | INET: donm@pnet07.cts.com
  2274.  
  2275. ------------------------------
  2276.  
  2277. Date: Fri, 11 Jan 91 09:58:33 PST
  2278. From: rzh@icf.llnl.gov (R. Hanscom)
  2279. Subject: Using MediaMaster and Uniform (was Re: Osborne1 to Kaypro 2X)
  2280. Message-ID: <9101111758.AA15785@icf.llnl.gov.llnl.gov>
  2281.  
  2282. In <1991Jan10.200431.1893@intelhf.hf.intel.com> snelson@ptdcell0.intel.com
  2283.   (shannon nelson) writes:
  2284.  
  2285.   ......stuff deleted
  2286.  
  2287. > number of off-the-wall systems.  However, I have noticed that I usually
  2288. > must format the transfer diskette with MM or Uniform before copying the
  2289.  
  2290.   ......more stuff deleted
  2291.  
  2292. This is a hint given in the documentation, but in my case, it didn't help.
  2293. I tried lots of different combinations, without success.  I guess I have
  2294. no problem with these programs; they are *VERY* useful *IF* they work.
  2295. My problem is that the vendor makes expansive claims about the formats
  2296. that they can process, and the warning to potential users is that these
  2297. claims *CAN* be untrue.  Be careful!!  Particularly if the format you are
  2298. interested in reading is single-density and/or not-so-common.
  2299.  
  2300. Even worse, in the case of MediaMaster, phone calls to the vendor for
  2301. help were treated as a nuisance.  Then you are really stuck.
  2302.  
  2303. Again, the bulk of these comments are directed toward the MediaMaster
  2304. product.  I have little experience with Uniform or 22Disk.
  2305.  
  2306.         roger          icf!rzh@lll-winken.llnl.gov
  2307.                          rzh@phoenix.ocf.llnl.gov
  2308.  
  2309.  
  2310. ------------------------------
  2311.  
  2312. Date: 11 Jan 91 15:33:08 GMT
  2313. From: sdd.hp.com!news.cs.indiana.edu!news.nd.edu!mentor.cc.purdue.edu!descartes.math.purdue.edu!wilker@ucsd.edu  (Clarence Wilkerson)
  2314. Subject: Using MediaMaster and Uniform (was Re: Osborne1 to Kaypro 2X)
  2315. Message-ID: <3603@mentor.cc.purdue.edu>
  2316.  
  2317. 22disk in its documentation mentions the single density problem, and a simple
  2318. (2-patch wires) hardware modification for some pc disk controllers. with this
  2319. patch, my pc reads single density ok using 22disk.
  2320.  
  2321. ------------------------------
  2322.  
  2323. End of INFO-CPM Digest V91 Issue #9
  2324. ***********************************
  2325. 12-Jan-91 12:32:01-MST,10346;000000000000
  2326. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  2327. Date: Sat, 12 Jan 91 12:15:18 MST
  2328. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  2329. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2330. Subject: INFO-CPM Digest V91 #10
  2331. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2332. Message-ID: <910112121519.V91N10@WSMR-SIMTEL20.ARMY.MIL>
  2333.  
  2334. INFO-CPM Digest             Sat, 12 Jan 91       Volume 91 : Issue   10
  2335.  
  2336. Today's Topics:
  2337.          Apple II+ & CP/M compatible forsale (lots o' stuff)
  2338.                         CP/M & MBASIC question
  2339.                               good news
  2340.     Using MediaMaster and Uniform (was Re: Osborne1 to Kaypro 2X)
  2341. ----------------------------------------------------------------------
  2342.  
  2343. Date: 12 Jan 91 16:22:02 GMT
  2344. From: usc!zaphod.mps.ohio-state.edu!rpi!uupsi!mstr!mstr!mill7761@apple.com  (jeff miller)
  2345. Subject: Apple II+ & CP/M compatible forsale (lots o' stuff)
  2346. Message-ID: <1991Jan12.162202.12743@mstr.hgc.edu>
  2347.  
  2348. *** Apple II+ and CP/M ***
  2349. Help!  I've got a Basis 108 super Apple II+ compatible dual 
  2350. 6502/Z80 for sale.  It's one of those machines that is now of 
  2351. little use to me but perhaps to an Apple or CP/M person it 
  2352. might be of great value.  Just the pair of Shugart 850s in 
  2353. Morrow Designs cases w/ power supplies are worth a small 
  2354. chunk of change.
  2355.  
  2356. o   128kb memory
  2357. o   Prometheus Applesurance diagnostic disk controller with
  2358.     Basis-specific diagnostic ROM.
  2359. o   Extra Prometheus Applesurance controller w/ Apple ROM
  2360.     (controller has some problem but ROM is good)
  2361. o   Dual Panasonic JA551 (Shugart SA455 OEM) 1/2-height 
  2362.     5-1/4"
  2363.     40-track drives (read & write regular Apple 35-track 
  2364.     normally) with Shugart technical OEM & service 
  2365.     documentation
  2366. o   Dual 8" DS/DD Shugart SA850 floppy drives (1Mb each) in 
  2367.     Morrow Designs cases with Vista A800 8" drive controller 
  2368.     and drivers and utilities for P-System, Apple DOS 3.3, 
  2369.     and CP/M, and including Shugart technical OEM and service 
  2370.     manuals
  2371. o   Extra Vista A500 5-1/4" disk controller
  2372.  
  2373. o   PCPI Applicard 6MHz Z80 coprocessor (note: the Basis also 
  2374.     has its own built-in Z80 which is independent of the 
  2375.     Applicard, and runs included Microsoft SoftCard CP/M)
  2376. o   Videx UltraTerm video card (160x48, etc. - great w/ 
  2377.     Wordstar 3.3 included) (note: the Basis also has its own 
  2378.     built-in video)
  2379. o   USI Pi-3 1000-line hires amber monitor (the best in its 
  2380.     day)
  2381. o   Extra Apple Monitor III composite green screen
  2382. o   Built-in RGB and composite video output
  2383.  
  2384. o   ThunderClock with X-10 interface and software
  2385. o   Serial and parallel ports
  2386. o   A2D joystick
  2387.  
  2388. o   CP/M 2.2 w/ ZCPR
  2389. o   CP/M 3.0 w/ DRI manuals
  2390. o   UCSD P-System
  2391. o   Apple DOS 3.3
  2392. o   ProDOS
  2393. o   Switchable dual bootable Apple/Basis ROMs
  2394. o   Excellent detached keyboard with a separate numeric 
  2395.     keypad and programmable function keys.
  2396. o   A huge amount of programming languages with manuals 
  2397.     including UCSD Pascal and Fortran, MBasic for CP/M, Aztec 
  2398.     C for Dos 3.3, CBasic for CP/M, 6502 and Z80/8080 
  2399.     assembler, Mix C and editor for CP/M, Turbo Pascal 2.0, 
  2400.     Fortran-80 for CP/M, Applesoft Basic, and more
  2401. o   Utilities, games, mucho communications & application 
  2402.     software (too much to list) for all three operating 
  2403.     systems
  2404. o   Many technical books, including original Apple manuals, 
  2405.     and lots of documentation on everything related to the 
  2406.     system.
  2407. o   Lots of 5-1/4" and 8" diskettes including DS/DD 8" (1024 
  2408.     kb).
  2409. o   Almost all issues of the First Basis Users Group 
  2410.     newsletter.
  2411.  
  2412. This machine is built like a tank and was the best of the 
  2413. best in its time which now seems to be slightly behind us.  
  2414. I rarely use it anymore but it is still a valuable machine in 
  2415. the right hands.  This is a giant pile of excellent stuff.  
  2416. Everything is in good working order and all goes together.  
  2417. Asking $300 plus shipping or make offer.
  2418.  
  2419. Call Jeff at (203)644-4273     <== best way to make contact
  2420.  
  2421. Usenet:
  2422. mail to ...!philabs!pwa-b!mstr!mill7761
  2423. or         mill7761@mstr.hgc.edu
  2424.  
  2425. America Online:
  2426. EMail to MelData
  2427.  
  2428. AppleLink:
  2429. D3264
  2430.  
  2431. Compuserve:
  2432. 71505,1355 Jeff Miller (but I rarely log on)
  2433.  
  2434. ------------------------------
  2435.  
  2436. Date: 11 Jan 91 20:16:03 GMT
  2437. From: dog.ee.lbl.gov!hellgate.utah.edu!fcom.cc.utah.edu!cc.utah.edu!cc.usu.edu!slsw2@ucsd.edu
  2438. Subject: CP/M & MBASIC question
  2439. Message-ID: <1991Jan11.141603.46631@cc.usu.edu>
  2440.  
  2441. In article <77348@unix.cis.pitt.edu>, kwgst@unix.cis.pitt.edu (Filip Gieszczykiewicz) writes:
  2442. >     Greetings I have a Kaypro 10 and am starting to experiment
  2443. >     with CP/M. (My first z80 machine)
  2444. >
  2445. >     1) Is there a command in Miscrosoft BASIC (M-80) that will
  2446. >     clear the screen and home the cursor? I have all docs but they
  2447. >     say nothing.
  2448.  
  2449. Try this:
  2450.  
  2451. PRINT CHR$(26) : REM Clear screen
  2452. PRINT CHR$(27);"=";CHR$(X+31);CHR$(Y+31) : REM move cursor
  2453.  
  2454. CP/M machines work the way God intended (they have terminals instead of
  2455. standard hardware that everyone has to know about), so it was not possible
  2456. for Microsoft to put those commands in.
  2457.  
  2458. I might have the coordinate order backwards, and +31 means that the upper
  2459. left hand corner is (1,1). If you want it to be (0,0), add 32 instead.
  2460.  
  2461. >     2) I have a simple CLS.COM program that is about 15 bytes long
  2462. >     that clears the screen. Now, I DUMPed it and converted the
  2463. >     hex to decimal and poked those values from within BASIC.
  2464. >     When I CALL it, it clears the screen and does a "Warm Boot"
  2465. >     [bummer]. Anyways, I got rid of the JMP 0000h (for the
  2466. >     warm boot) but now in hangs. [bummer^2] Arghh... Good lord,
  2467. >     even my Apple ][+ has a HOME command! ;-)
  2468.  
  2469. If you have the manuals, you should look up how to call a machine language
  2470. routine; it's been long enough since I played with BASIC at that level (I've
  2471. discovered the magic of assemblers now) that I don't remember. At the very
  2472. least you have to replace the JMP 0000h with a RET (opcode C9H). If you just
  2473. delete the JMP, you'll wind up wandering through memory; I usually trash a
  2474. disk when that happens, so I tend to be careful.
  2475.  
  2476. >     3) How do I load a binary file so I can use it with the
  2477. >     USR# function? I have an assembler (RMAC), a linker, a
  2478. >     BASICLIB.REL (what is that <--- ?), and MBASIC. Is this
  2479. >     all I need? Oh, yeah, I have a hard disk so space in not
  2480. >     a problem.
  2481.  
  2482. I used to hand poke them, but I have done things like read a binary image
  2483. into a string and use that to construct a source statement on disk. Getting
  2484. machine code into BASIC is not easy.
  2485.  
  2486. BASICLIB.REL is the run-time library for a BASIC compiler, e.g., BASCOM,
  2487. which compiles Microsoft BASIC. I seem to recall that its library was called
  2488. BASLIB, though.
  2489.  
  2490. >     (I have the source for SAFETY.COM, which also clears the screen,
  2491. >     but even that does not work when POKEed from BASIC. Can I use
  2492. >     &HD000? I have no idea where empty space is in BASIC.)
  2493.  
  2494. The traditional way to do this is store the code in a string variable and 
  2495. use VARPTR to find the address of the variable; if you've got manuals you
  2496. can figure out how to do that. I seem to recall that VARPTR( A$ ) is the
  2497. length of A$ and then VARPTR( A$ ) + 1 contains the low-order byte of the
  2498. data area and VARPTR( A$ ) + 2 contains the high-order byte. But it's been
  2499. a while.
  2500.  
  2501. >     I also don't have a text editor (WS died) so I wrote my own
  2502. >     in basic.... can't use the "," with INPUT... it gives a
  2503. >     "Redo from start" (or something similar).
  2504.  
  2505. Try using LINE INPUT.
  2506.  
  2507. >     4) Anyone know how to read a text file using random-access?
  2508. >     I tried every possible combination. I can create but I can't
  2509. >     read it. (Remember, you can't read a file that contains ","s
  2510. >     with the INPUT# statement)
  2511.  
  2512. Try using LINE INPUT#.
  2513.  
  2514. -- 
  2515. ===============================================================================
  2516. Roger Ivie
  2517.  
  2518. 35 S 300 W
  2519. Logan, Ut.  84321
  2520. (801) 752-8633
  2521. ===============================================================================
  2522.  
  2523. ------------------------------
  2524.  
  2525. Date: 12 Jan 91 02:27:26 GMT
  2526. From: usc!cs.utexas.edu!ut-emx!austex!roadhog@ucsd.edu  (Lindsay Haisley)
  2527. Subject: good news
  2528. Message-ID: <Fc4mV2w163w@austex>
  2529.  
  2530. > I hear that since Bridger Mitchell wrote the Rom and Formatter 
  2531. > originally, he is selling them now.  Can someone else verify this? 
  2532. >  
  2533. > Good luck, and I will be glad to help if needed.
  2534. >  
  2535. > Marc Newman
  2536. > ---MSBBS V0.08
  2537.  
  2538. Bridger Mitchell can be reached through Znode 2, 213-670-9465.  Most 
  2539. Plu*Perfect products are also sold by Sage Microsystems East.
  2540.  
  2541.  
  2542. "Everything works if you let it!"
  2543.  ---  Travis J. Redfish
  2544.  +++++++++++++++++++++++++++
  2545. uucp: cs.utexas.edu!ut-emx!austex!roadhog
  2546.  BBS: (512) 259-1261 (Z-Node 77 - aka - Kaypro Club of Austin)
  2547.  
  2548. ------------------------------
  2549.  
  2550. Date: 10 Jan 91 20:04:31 GMT
  2551. From: littlei!intelhf!ptdcell0.intel.com!snelson@uunet.uu.net  (shannon nelson)
  2552. Subject: Using MediaMaster and Uniform (was Re: Osborne1 to Kaypro 2X)
  2553. Message-ID: <1991Jan10.200431.1893@intelhf.hf.intel.com>
  2554.  
  2555. In article <9101091819.AA00877@icf.llnl.gov.llnl.gov> rzh@ICF.LLNL.GOV (R. Hanscom) writes:
  2556. >                        ...  I can tell you, from personal experience,
  2557. >that it will NOT read these Ozzy diskettes, if they are single density,
  2558. >on a vanilla PC clone unless you have a specialized controller/drives.
  2559. >It has problems with single density diskettes (early Osbournes used SD).
  2560. >There are other formats that they advertise, that will not work (Cromemco
  2561. >DSDD is a notable example).  ...
  2562. >
  2563.  
  2564. I've worked with both MediaMaster and Uniform, though not with a large
  2565. number of off-the-wall systems.  However, I have noticed that I usually
  2566. must format the transfer diskette with MM or Uniform before copying the
  2567. data onto the disk.  When formatted by the target machine, MM & Uniform
  2568. often can't read it.  When formatted with MM or Uniform, usually both
  2569. can read and write the diskette.
  2570.  
  2571. Hope it helps...
  2572.  
  2573. -- 
  2574. ==============================================================================
  2575. Shannon Nelson              Portland Technology Development, Intel
  2576. snelson@ptd.intel.com       (503) 642-8149    I don't speak for Intel
  2577.                   Parents can't afford to be squeemish.
  2578.  
  2579. ------------------------------
  2580.  
  2581. End of INFO-CPM Digest V91 Issue #10
  2582. ************************************
  2583. 16-Jan-91 10:25:38-MST,10931;000000000000
  2584. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  2585. Date: Wed, 16 Jan 91 10:15:04 MST
  2586. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  2587. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2588. Subject: INFO-CPM Digest V91 #11
  2589. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2590. Message-ID: <910116101505.V91N11@WSMR-SIMTEL20.ARMY.MIL>
  2591.  
  2592. INFO-CPM Digest             Wed, 16 Jan 91       Volume 91 : Issue   11
  2593.  
  2594. Today's Topics:
  2595.                             cp/m boot disk
  2596.                  CP/M emulation under Unix? (2 msgs)
  2597.                Looking for Molecular Series 9 utilities
  2598.                         Need WordStar utility
  2599.                     Using BYE as a relocatable RSX
  2600.                         ZSDOS on Xerox 820-II
  2601. ----------------------------------------------------------------------
  2602.  
  2603. Date: 15 Jan 91 23:03:18 GMT
  2604. From: julius.cs.uiuc.edu!zaphod.mps.ohio-state.edu!magnus.ircc.ohio-state.edu!ephillip%magnus.ircc.ohio-state.edu@apple.com  (Earl W Phillips)
  2605. Subject: cp/m boot disk
  2606. Message-ID: <CMM.0.88.663980598.ephillip@magnus.ircc.ohio-state.edu>
  2607.  
  2608. I understand someone is looking for a boot disk for a
  2609. 5-1/4" cp/m system. Send me email, maybe I can help.
  2610. I know people who are giving up cp/m for dos. (I know
  2611. not why!)  :-)
  2612.  
  2613. *****************************************************************
  2614. *                                    | ====@====      ///////// *
  2615. * ephillip@magnus.ircc.ohio-state.edu|     ``________//         *
  2616. *                                    |       `------'           *
  2617. *                 -JR-               | Space;........the final  *
  2618. *                                    | frontier...............  *
  2619. *****************************************************************
  2620.  
  2621. ------------------------------
  2622.  
  2623. Date: Tue, 15 Jan 91 09:22:43 PST
  2624. From: rzh@icf.llnl.gov (R. Hanscom)
  2625. Subject: CP/M emulation under Unix?
  2626. Message-ID: <9101151722.AA07082@icf.llnl.gov.llnl.gov>
  2627.  
  2628. In <2283@texsun.Central.Sun.COM> rct@erasure.East.Sun.COM (Robert C.
  2629. Terzi - Sun Consulting) writes:
  2630.  
  2631. > Does a Z-80/8080 emulator exist that runs under Unix, preferably
  2632. > that can boot CP/M, using files to emulate the floppies?
  2633.  
  2634. an emulator was recently released on the network.  don't know the
  2635. details, I haven't tried it.
  2636.  
  2637. > Failing that any cross-assemblers or compilers that will run under
  2638. > Unix and generate binaries that will run under CP/M?
  2639.  
  2640. You Bet!!  The C Users Group has released a diskette of cross assmebler
  2641. sources that includes one for the Z80 written by Will Colley (sp??)
  2642. called "AZ80" (I think).  I run it on an MS-DOS machine, and find it
  2643. quite nice.  I believe it was also posted to comp.binaries.ibm.pc *VERY*
  2644. recently.  It is written in C, so I see no reason why an enterprising
  2645. Sun-ite couldn't port it to UNIX (or most any place that has a decent
  2646. C compiler.)
  2647.  
  2648. > Thanks,
  2649. > --Rob
  2650. >
  2651. >+----------------------------------------------------------------------------+
  2652. >|Robert C. Terzi                                        Internet: rct@Sun.COM|
  2653. >|Sun Consulting Services          UUCP: ...!sun!rct, {sun,philabs}!gotham!rct|
  2654. >|Sun Microsystems, Inc.                               BellNet: (212) 558-9137|
  2655. >|USnail: Sun Microsystems, Inc.  14 Floor, 45 Broadway,  New York,  NY, 10006|
  2656. >+----------------------------------------------------------------------------+
  2657.  
  2658. You are welcome.
  2659.  
  2660.        roger                icf!rzh@lll-winken.llnl.gov
  2661.                               rzh@phoenix.ocf.llnl.gov
  2662.  
  2663.  
  2664. ------------------------------
  2665.  
  2666. Date: 15 Jan 91 16:07:45 GMT
  2667. From: sun-barr!newstop!texsun!erasure.East.Sun.COM!rct@lll-winken.llnl.gov  (Robert C. Terzi - Sun Consulting)
  2668. Subject: CP/M emulation under Unix?
  2669. Message-ID: <2283@texsun.Central.Sun.COM>
  2670.  
  2671. I may be dreaming, but I thought I would ask anyway...
  2672.  
  2673. Does a Z-80/8080 emulator exist that runs under Unix, preferably
  2674. that can boot CP/M, using files to emulate the floppies?
  2675.  
  2676. Failing that any cross-assemblers or compilers that will run under
  2677. Unix and generate binaries that will run under CP/M?
  2678.  
  2679. Reasons why you make ask?
  2680.  
  2681. 1. to run old software, thus really eliminating the need to keep old
  2682.    equipment around.
  2683.  
  2684. -- OR --
  2685.  
  2686. 2. to be able to find some use for said dust gathering old machines.
  2687.  
  2688.  
  2689. Anyone find any interesting uses for old machines (other than the
  2690. obvious planter/doorstop etc.?   (I.E. device (BSR or otherwise)
  2691. controller, serial mux, printer switch, etc?)
  2692.  
  2693. (I'm new to this group so forgive me if this has been asked before...)
  2694.  
  2695. Thanks,
  2696. --Rob
  2697.  
  2698. +----------------------------------------------------------------------------+
  2699. |Robert C. Terzi                                        Internet: rct@Sun.COM|
  2700. |Sun Consulting Services          UUCP: ...!sun!rct, {sun,philabs}!gotham!rct|
  2701. |Sun Microsystems, Inc.                               BellNet: (212) 558-9137|
  2702. |USnail: Sun Microsystems, Inc.  14 Floor, 45 Broadway,  New York,  NY, 10006|
  2703. +----------------------------------------------------------------------------+
  2704.  
  2705. ------------------------------
  2706.  
  2707. Date: 16 Jan 91 14:34:50 GMT
  2708. From: agate!bionet!uwm.edu!src.honeywell.com!skyler.mavd.honeywell.com!rlb@ucbvax.Berkeley.EDU  (Randal L. Barnes)
  2709. Subject: Looking for Molecular Series 9 utilities
  2710. Message-ID: <1991Jan16.083450.33@skyler.mavd.honeywell.com>
  2711.  
  2712. I recently acquired a Molecular Series 9 (CP/M) system.  One
  2713. of the distribution disks was unreadable.  It contained the
  2714. streamer tape utilities among other things.  As I understand
  2715. it, Molecular has been out of business for some time.  Does
  2716. anyone out there know where I can get a copy of this disk?
  2717.  
  2718. Randy
  2719.  
  2720. -- 
  2721. Randal L. Barnes                    rlb@skyler.mavd.honeywell.com
  2722. Tea, Earl Grey, HOT!
  2723.  
  2724. ------------------------------
  2725.  
  2726. Date: 16 Jan 91 15:42:35 GMT
  2727. From: agate!bionet!uwm.edu!cs.utexas.edu!ut-emx!austex!roadhog@ucbvax.Berkeley.EDU  (Lindsay Haisley)
  2728. Subject: Need WordStar utility
  2729. Message-ID: <oTiVV1w163w@austex>
  2730.  
  2731. fzsitvay@techbook.com (Frank Zsitvay) writes:
  2732.  
  2733. >  
  2734. >    download them from a bbs near you.  vde ended at 2.66 (eric meyer still
  2735. > does work on his PC version of vde, which is (INHO) the best text editor
  2736. > available for msdos machines.  (it even runs on a dec rainbow))  but is
  2737. > very stable and has no major bugs.
  2738. VDE is still supported by Carson Wilson as ZDE (for ZCPR3).  Check his 
  2739. Lilliput Znode (I think) in the Midwest.  The number is on any Znode list.
  2740.  
  2741.  
  2742. "Everything works if you let it!"
  2743.  ---  Travis J. Redfish
  2744.  +++++++++++++++++++++++++++
  2745. uucp: austex!roadhog@emx.utexas.edu  OR  roadhog%austex.uucp@emx.utexas.edu
  2746.  BBS: (512) 259-1261 (Z-Node 77 - aka - Kaypro Club of Austin)
  2747.  
  2748. ------------------------------
  2749.  
  2750. Date: 14 Jan 91 20:43:59 GMT
  2751. From: agate!bionet!uwm.edu!spool2.mu.edu!samsung!cs.utexas.edu!ut-emx!austex!roadhog@ucbvax.Berkeley.EDU  (Lindsay Haisley)
  2752. Subject: Using BYE as a relocatable RSX
  2753. Message-ID: <1F8RV1w163w@austex>
  2754.  
  2755. I recently upgraded by BBS from Z33 to Z34 with NZCOM.  I read with 
  2756. interest Chris McEwen's article in TCJ #42 on using BYE with NZCOM, however
  2757. I found the job to be not as formidable as advirtised.  NZCOM is easy to
  2758. configure and BYE is a bear, but once tamed and properly configured, it
  2759. coexists with NZCOM with no apparent problems.  I did not encounter any 
  2760. of the bugs which Chris reported.  I suspect that his maxdrive and maxuser
  2761. quirk was an artifact of QBBS.  HBBS, which is written in assembler had the
  2762. same problem - maxdrive was set one drive lower than it should have been.
  2763. The bug was easily killed.  
  2764.  
  2765. I would like to know if anyone has tried rewriting BYE to run as a
  2766. relocatable RSX under Z34.  Z34, NZCOM and JetLDR allow dynamic reloction
  2767. of files by two different mechanisms.  A "type 4" COM file contains a PRL
  2768. style relocation bitmap and an elegant relocation header (thanks, Bridger!)
  2769. which places the working image of the file in high memory just below the
  2770. CCP.  JetLDR has the capability as well of placing an RSX at the memory
  2771. location of your choice using a CFG file interface.  The RSX is in a .REL
  2772. format and JetLDR is capable of handling all the hooks via multiple common
  2773. declarations in the RXS relocatable module.
  2774.  
  2775. I'm probably going to jump into this one and try it myself at some point,
  2776. however if anyone has done this before I'd like to take advantage of 
  2777. his or her (hopefully successful) experience.
  2778.  
  2779.  
  2780. "Everything works if you let it!"
  2781.  ---  Travis J. Redfish
  2782.  +++++++++++++++++++++++++++
  2783. uucp: cs.utexas.edu!ut-emx!austex!roadhog
  2784.  BBS: (512) 259-1261 (Z-Node 77 - aka - Kaypro Club of Austin)
  2785.  
  2786. ------------------------------
  2787.  
  2788. Date: Mon, 14 Jan 1991 12:24:40 PST
  2789. From: sprague.wbst311@xerox.com
  2790. Subject: ZSDOS on Xerox 820-II
  2791. Message-ID: <"14-Jan-91 15:24:40 EST".*.Michael_D._Sprague.wbst311@Xerox.com>
  2792.  
  2793. Thanks again Jay, and others, for the info.
  2794.  
  2795. If my MOVCPM and operating system do not match, then I am afraid they will
  2796. NEVER match.  However, I still think it might have had something to do with
  2797. CONFIGUR.  I kept getting the synchronization error until I formatted a floppy
  2798. with the master, sysgened it BUT did not configure it.  Formatting, sysgening
  2799. and configuring it, even using the master, resulted in a synchronization error.
  2800.  
  2801. Anyone know the patch for defeating the serial number check for MOVCPM?  I may
  2802. need it here.
  2803.  
  2804. >> Chuckle it's the same machine, not a simpler one.  A 16/8 is nothing more
  2805. >> than an 820-II with the 16/8 board (8086 CPU w/128K RAM) installed!!
  2806.  
  2807. >   Yes, but I would call a machine without the extra board and the software
  2808. > complications required to deal with it a "simpler" one.  Even more reason to
  2809. > contact Chris McEwen if you are still having trouble after generating a
  2810. > clean, new system disk.
  2811.  
  2812. What I meant to say is that CP/M is CP/M is CP/M.  Unless you start using the
  2813. 16/8 board, with concurrent CP/M-80 and CP/M-86, there is NO difference between
  2814. running CP/M on a 16/8 or the 820-II.  Even so, I suspect the changes for ZSDOS
  2815. might be no different for CP/M-80, than for CP/M, assuming it could even be
  2816. installed.  CP/M-80 is NOT sysgened onto the boot tracks of the bootable floppy
  2817. (nor is CP/M-86).  Normal CP/M is what gets installed.  You have to run an
  2818. application (I don't remember what it is off the top of my head) to shift from
  2819. CP/M to CP/M-80.  Thus, I suspect you can't even install ZSDOS on the 16/8's
  2820. CP/M-80.
  2821.  
  2822. I may not be exactly correct here, as it's been a while since I messed with a
  2823. 16/8 board.  It seems that there is so little software for CP/M-86, that it's
  2824. really not worth my time.
  2825.  
  2826. This does not mean, however, that I will not contact Chris McEwen.  Is there a
  2827. way I can contact him, besides the Z-nodes?  Someday I'm gonna hook a modem to
  2828. one of my computers ... someday.  :-)
  2829.  
  2830.                 ~ Mike  (Sprague.Wbst311@Xerox.Com)
  2831.  
  2832. ------------------------------
  2833.  
  2834. End of INFO-CPM Digest V91 Issue #11
  2835. ************************************
  2836. 16-Jan-91 12:21:26-MST,8851;000000000000
  2837. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  2838. Date: Wed, 16 Jan 91 12:15:21 MST
  2839. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  2840. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2841. Subject: INFO-CPM Digest V91 #12
  2842. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2843. Message-ID: <910116121524.V91N12@WSMR-SIMTEL20.ARMY.MIL>
  2844.  
  2845. INFO-CPM Digest             Wed, 16 Jan 91       Volume 91 : Issue   12
  2846.  
  2847. Today's Topics:
  2848.                        Compupro Disk 2 (2 msgs)
  2849.                         CP/M & MBASIC question
  2850.                       CP/M emulation under Unix?
  2851.                        cpm emulators under unix
  2852.                 Kaypro 2 w/ 5 1/4" single-sided disks.
  2853.          Wanted - System disk for SANYO MBC 1000 CP/M machine
  2854. ----------------------------------------------------------------------
  2855.  
  2856. Date: 16 Jan 91 15:40:40 GMT
  2857. From: crash!mwilson@nosc.mil  (Marc Wilson)
  2858. Subject: Compupro Disk 2
  2859. Message-ID: <6970@crash.cts.com>
  2860.  
  2861. In article <38075@cup.portal.com> John_A_Pham@cup.portal.com writes:
  2862. >Does anyone know anything about this board (Compupro Disk 2 cntrl)?  
  2863. >I believe it is a hard disk controller to SA-4000 <?>.  Is SA-4000 compatible
  2864. >with ST-506?  
  2865.  
  2866.      The Disk 2 is a two board set.  If you don't have both boards,
  2867. you can't use it.
  2868.  
  2869.      CompuPro's Disk 2 is a SA-1000 ( ie. 8" ) HD interface.  Specs
  2870. basically read like those for the Disk 3, except for the interface
  2871. (DMA across 64k boundaries, intelligent controller, etc. )
  2872.  
  2873.      It's no longer supported, but CompuPro will still answer
  2874. questions about it.  The manual is still available from them, too.
  2875. Give tech. support a call.
  2876.  
  2877. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2878. Marc Wilson
  2879.      ARPA: ...!crash!mwilson@nosc.mil
  2880.            ...!crash!pnet01!pro-sol!mwilson@nosc.mil
  2881.      UUCP: [ cbosgd | hp-sdd!hplabs | sdcsvax | nosc ]!crash!mwilson
  2882.      INET: mwilson@crash.CTS.COM
  2883. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2884. -- 
  2885. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2886. Marc Wilson
  2887.      ARPA: ...!crash!mwilson@nosc.mil
  2888.            ...!crash!pnet01!pro-sol!mwilson@nosc.mil
  2889.      UUCP: [ cbosgd | hp-sdd!hplabs | sdcsvax | nosc ]!crash!mwilson
  2890.      INET: mwilson@crash.CTS.COM
  2891. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2892.  
  2893. ------------------------------
  2894.  
  2895. Date: 16 Jan 91 01:16:22 GMT
  2896. From: portal!cup.portal.com!John_A_Pham@apple.com
  2897. Subject: Compupro Disk 2
  2898. Message-ID: <38075@cup.portal.com>
  2899.  
  2900. Does anyone know anything about this board (Compupro Disk 2 cntrl)?  
  2901. I believe it is a hard disk controller to SA-4000 <?>.  Is SA-4000 compatible
  2902. with ST-506?  
  2903.  
  2904. John
  2905.  
  2906. ------------------------------
  2907.  
  2908. Date: 16 Jan 91 06:03:18 GMT
  2909. From: cs.utexas.edu!ut-emx!austex!roadhog@CS.YALE.EDU  (Lindsay Haisley)
  2910. Subject: CP/M & MBASIC question
  2911. Message-ID: <8ZRuV1w163w@austex>
  2912.  
  2913. kwgst@unix.cis.pitt.edu (Filip Gieszczykiewicz) writes:
  2914.  
  2915. >     1) Is there a command in Miscrosoft BASIC (M-80) that will
  2916. >     clear the screen and home the cursor? I have all docs but they
  2917. >     say nothing.
  2918.  
  2919. The clear screen command for the Kaypro 10 is ^Z, aka 1b hex, aka CHR$(26)
  2920. in Basic, I think.  Any way you can send this to the screen will work.
  2921.  
  2922. >     2) I have a simple CLS.COM program that is about 15 bytes long
  2923. >     that clears the screen. Now, I DUMPed it and converted the
  2924. >     hex to decimal and poked those values from within BASIC.
  2925. >     When I CALL it, it clears the screen and does a "Warm Boot"
  2926. >     [bummer]. Anyways, I got rid of the JMP 0000h (for the
  2927. >     warm boot) but now in hangs. [bummer^2] Arghh... Good lord,
  2928. >     even my Apple ][+ has a HOME command! ;-)
  2929.  
  2930. You have to change the JMP 0 to a RET (C9 hex).  This will return 
  2931. program control to the CCP rather than to the BIOS warm boot.
  2932.  
  2933.  
  2934. "Everything works if you let it!"
  2935.  ---  Travis J. Redfish
  2936.  +++++++++++++++++++++++++++
  2937. uucp: austex!roadhog@emx.utexas.edu  OR  roadhog%austex.uucp@emx.utexas.edu
  2938.  BBS: (512) 259-1261 (Z-Node 77 - aka - Kaypro Club of Austin)
  2939.  
  2940. ------------------------------
  2941.  
  2942. Date: 16 Jan 91 17:00:14 GMT
  2943. From: agate!bionet!uwm.edu!spool2.mu.edu!samsung!noose.ecn.purdue.edu!mentor.cc.purdue.edu!descartes.math.purdue.edu!wilker@ucbvax.Berkeley.EDU  (Clarence Wilkerson)
  2944. Subject: CP/M emulation under Unix?
  2945. Message-ID: <3844@mentor.cc.purdue.edu>
  2946.  
  2947. The recent CUG release (292???) did not contain all the source files necessary
  2948. to recompile.
  2949.  
  2950. ------------------------------
  2951.  
  2952. Date: 16 Jan 91 00:25:34 GMT
  2953. From: julius.cs.uiuc.edu!rpi!zaphod.mps.ohio-state.edu!samsung!noose.ecn.purdue.edu!mentor.cc.purdue.edu!gauss.math.purdue.edu!wilker@apple.com  (Clarence Wilkerson)
  2954. Subject: cpm emulators under unix
  2955. Message-ID: <3813@mentor.cc.purdue.edu>
  2956.  
  2957. I'm using a cp/m emulator for unix that I got from the U. Of Tokyo 
  2958. ftp site a year or so ago. It does 8080 only, and is not complete
  2959. emulation of all flags. In particular Wordstar does not run. 
  2960. For some reason, WS uses JPO in a way that depends on a very
  2961. good emulation ( this is jump on odd parity). The implementor of
  2962. my version tried to just always save the last arithmetic result
  2963. and then recreate the flags when needed. This should work for 
  2964. reasonable code, but obviously fails for code like
  2965.      lxi h, arbitrary_word
  2966.      push  h
  2967.      pop   psw
  2968. Anyway, the version I have runs CP/M, MAC, M80, L80, MBASIC, etc,
  2969. so I haven't made the ultimate effort to track down the last ergs
  2970. fr the emulation.
  2971.   You can try out the look and feel of CP/M-80 by rlogging into
  2972. "cpm@hopf.math.purdue.edu". This is readonly system, so about all
  2973. you do without getting kicked off is run SD, MBASIC, etc.
  2974. Clarence Wilkerson
  2975.  
  2976. ------------------------------
  2977.  
  2978. Date: 15 Jan 91 00:27:07 GMT
  2979. From: usenet!jacobs.CS.ORST.EDU!kenns@cs.orst.edu  (Kenn R. Stump)
  2980. Subject: Kaypro 2 w/ 5 1/4" single-sided disks.
  2981. Message-ID: <1991Jan15.002707.10289@usenet@scion.CS.ORST.EDU>
  2982.  
  2983. I'm posting this for a friend as the machine he is on doesn't have 
  2984. the ability to Postnews...  
  2985.  
  2986. -----rip here-----
  2987. >The system is a Kaypro 2 w/ 5 1/4" single-sided disks.  What I'm looking
  2988. >for is the system disk with pip, baud, config, etc. utilities on it.
  2989. >Thanks for the help. I'd really like to get the stuff copied and running so
  2990. >I can get the computer back to him.
  2991. >Thanks again,
  2992. >
  2993. >dave
  2994. -----rip here-----
  2995. And that's the bottom line, folks. . .
  2996. If you have access to this stuff or own this stuff or can even catch a whiff
  2997. of the stuff in the wind, could you please send mail to
  2998. smith@talon.ucs.orst.edu saying so?  he's in kind of a hurry to get this
  2999. machine back to his friend.  If you can't get mail to him, then
  3000. send mail to either me (kenns@jacobs.cs.orst.edu) or
  3001. my brother (kean@argh.ucs.orst.edu) please.  Put "To: Dave Smith"
  3002. or "Dave, your machine is crud, Smith Re: CPM master disks"
  3003. in the subject line please.
  3004. blah blah blah . . .
  3005.  
  3006. ob-cuteness: "AdThanksvance"
  3007.  
  3008. Replies would be oh-so appreciated . . .
  3009. Thanks muchly!
  3010. - Kenn
  3011.  
  3012.                    .                 :  kenns@jacobs.cs.orst.edu :
  3013.               .   -+-   .            :  kenns@nyssa.cs.orst.edu  :
  3014.              -+-   |   -+-           +---------------------------+
  3015.               |         |              :        {ogicse,hp-pcd}
  3016.   He Came To Die On A Cross Of Wood;   :!orstcs!jacobs.CS.ORST.EDU!kenns
  3017. And He Made The Hill On Which It Stood;:         Kenn R. Stump
  3018.  
  3019. ------------------------------
  3020.  
  3021. Date: 16 Jan 91 01:55:07 GMT
  3022. From: comp.vuw.ac.nz!cc-server4.massey.ac.nz!G.Moretti@uunet.uu.net  (Giovanni Moretti)
  3023. Subject: Wanted - System disk for SANYO MBC 1000 CP/M machine
  3024. Message-ID: <1991Jan16.015507.2553@massey.ac.nz>
  3025.  
  3026. Help
  3027.  
  3028. --- a friend has managed to obtain a SANYO MBC1000 system which
  3029. is apparently a CP/M machine, but he doesn't have any software for
  3030. it, and more specifically, a systems disk.
  3031.  
  3032. I'm assuming that this contains the utilities necessary to format
  3033. disks and generally fire up the machine.
  3034.  
  3035. If you would be prepared to send us a copy of such a disk (I know
  3036. this sounds a bit vague, but then I've never used CP/M :-), let me
  3037. know how we might go about easing the transfer.
  3038.  
  3039. Normally I'd use UUENCODE and PKZIP, but have no idea on how to get
  3040. the info from a PC to a CP/M disk.
  3041.  
  3042. Thanks
  3043. Giovanni
  3044.  
  3045. -- 
  3046. ------------------------------------------------------------------------------
  3047. Giovanni Moretti, Consultant       | G.Moretti@massey.ac.nz, Pkt-ZL2BOI@ZL2BFJ
  3048. Computer Centre,  Massey University| Ph 64 63 69099 x8398, FAX 64 63 505607
  3049. Palmerston North, New Zealand      | QUITTERS NEVER WIN, WINNERS NEVER QUIT
  3050. ------------------------------------------------------------------------------
  3051.  
  3052. ------------------------------
  3053.  
  3054. End of INFO-CPM Digest V91 Issue #12
  3055. ************************************
  3056. 17-Jan-91 08:22:51-MST,10106;000000000000
  3057. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  3058. Date: Thu, 17 Jan 91 08:15:22 MST
  3059. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  3060. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  3061. Subject: INFO-CPM Digest V91 #13
  3062. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  3063. Message-ID: <910117081523.V91N13@WSMR-SIMTEL20.ARMY.MIL>
  3064.  
  3065. INFO-CPM Digest             Thu, 17 Jan 91       Volume 91 : Issue   13
  3066.  
  3067. Today's Topics:
  3068.                 Compression algorithms wanted (2 msgs)
  3069.                        cpm emulators under unix
  3070.                        Help with Zenith system
  3071.                      No Slot Clock for Kaypro 10
  3072.                         osborne 1 to kaypro 2x
  3073.                                 Wanted
  3074. ----------------------------------------------------------------------
  3075.  
  3076. Date: 14 Jan 91 20:14:47 GMT
  3077. From: agate!shelby!snorkelwacker.mit.edu!usc!samsung!noose.ecn.purdue.edu!mentor.cc.purdue.edu!descartes.math.purdue.edu!wilker@ucbvax.Berkeley.EDU  (Clarence Wilkerson)
  3078. Subject: Compression algorithms wanted
  3079. Message-ID: <3743@mentor.cc.purdue.edu>
  3080.  
  3081. I think I got sources for Unix versions of LU, UNCRUNCH, USQ, etc
  3082. from the UNIX-C.CPM section of Simtel20.
  3083. Clarence Wilkerson
  3084.  
  3085. ------------------------------
  3086.  
  3087. Date: 10 Jan 91 15:22:31 GMT
  3088. From: agate!linus!nixbur!nixpbe!ugun13!ugum01!josef@ucbvax.Berkeley.EDU  (josef Moellers)
  3089. Subject: Compression algorithms wanted
  3090. Message-ID: <josef.663520951@ugum01>
  3091.  
  3092. Hi,
  3093.  
  3094. I am currently writing a utility to handle .LBR-files under UNIX.
  3095. What I need for this are descriptions (or even code) of the algorithms
  3096. that crunch/squeeze/compress files.
  3097.  
  3098. --
  3099. | Josef Moellers        | c/o Siemens Nixdorf Informationssysteme AG |
  3100. |  USA: mollers.pad@nixdorf.com    | Abt. STO-XS 113                 |
  3101. | !USA: mollers.pad@nixdorf.de    | Heinz-Nixdorf-Ring                 |
  3102. | Phone: (+49) 5251 104662    | D-4790 Paderborn                 |
  3103.  
  3104. ------------------------------
  3105.  
  3106. Date: 16 Jan 91 22:07:58 GMT
  3107. From: usc!cs.utexas.edu!news-server.csri.toronto.edu!utgpu!attcan!telly!druid!darcy@apple.com  (D'Arcy J.M. Cain)
  3108. Subject: cpm emulators under unix
  3109. Message-ID: <1991Jan16.220758.2078@druid.uucp>
  3110.  
  3111. In article <9101152311.AA10420@yoda.eecs.wsu.edu> David Watola writes:
  3112. >rct@erasure.East.Sun.COM (Robert C. Terzi - Sun Consulting) writes:
  3113. >>Does a Z-80/8080 emulator exist that runs under Unix, preferably
  3114. >>that can boot CP/M, using files to emulate the floppies?
  3115. >
  3116. >what a coincidence.  my emulator is just about done.  'just about'?
  3117. >well, that means there are a few bugs to work out whenever i find
  3118.  
  3119. Mine needs a little work but it is running code.  It also has a
  3120. built in debugger which is handy.  That is the part that needs the most
  3121. work right now.  The debugger is a compile time option because it
  3122. is slooooooooow with it in.  I haven't compiled it under anything but
  3123. my 386 system so I can't guarantee plug and play but it is mainly
  3124. ANSI so should work on ANSI compilers.  I use GNU C.
  3125.  
  3126. I'll post it to alt.sources.  Comments are greatly appreciated.  I
  3127. thought there was a mailing list for discussing this.  It seemed
  3128. like everyone was writing a CP/M emulator at one point and someone
  3129. started a mailing list to swap code and ideas.  I remember joining
  3130. the list but I can't remember who was running it and I haven't seen
  3131. anything.  Anyone know if this is still happening?
  3132.  
  3133. >the time.  right now it runs Manx Aztec CII, M80, L80, and a few
  3134. >other applications without any problem.  but it chokes on Wordstar
  3135. >(not that i would ever use such a pig--but its a great test) and,
  3136. >more importantly on ASM and MAC.  anyone ever try to debug a program
  3137.  
  3138. Aztec C, MAC, HEX and a bunch of others work on mine.  One thing
  3139. needed is a test suite.  My idea is to run instructions and jump
  3140. to zero on error.  A debugger can then watch to see where the jump
  3141. occurs since the error immediately stops the system.  Of course it
  3142. is important to test the test and jump instructions rather early.
  3143.  
  3144. >that emulates a microcode interpreter?  it sucks tracking down that
  3145. >single instruction that isn't working quite right.  the good news
  3146.  
  3147. That's why I built in a debugger.  It helps debug the processor itself.
  3148.  
  3149. >though, is that it
  3150. >runs very fast on my 25MHz 68040 even though it is in C.  faster than
  3151. >z80mu (which is mostly machine code) runs on a 20MHz 386.  i think
  3152. >that when i finally write the entire thing in 68000 assembly language
  3153. >it will run (on the average) about as fast as a 3.5 or 4 MHz Z80.
  3154. >on the other hand, it really pokes along on a 25MHz 68030.
  3155.  
  3156. Mine isn't too bad.  I emulate CP/M rather than loading a real copy.
  3157. It helps speed things up.  An interesting side effect of the method
  3158. I use is that the TPA can stretch from 0100 to fffe, 258 bytes short
  3159. of the entire 64k, as long as the high 1 or 2 k is only used for
  3160. stack or data.  Programs that do standard checking for top of TPA
  3161. still have up to fec0 where the BDOS seems to sit.
  3162.  
  3163. -- 
  3164. D'Arcy J.M. Cain (darcy@druid)     |
  3165. D'Arcy Cain Consulting             |   There's no government
  3166. West Hill, Ontario, Canada         |   like no government!
  3167. +1 416 281 6094                    |
  3168.  
  3169. ------------------------------
  3170.  
  3171. Date: 16 Jan 91 21:38:57 GMT
  3172. From: hpcc05!col!hpldola!hp-lsd!howardr@hplabs.hpl.hp.com  (Howard Rebel)
  3173. Subject: Help with Zenith system
  3174. Message-ID: <8190007@hp-lsd.COS.HP.COM>
  3175.  
  3176.     My guess is that what you have are what is known as Heath/Zenith
  3177. 89 computers.  Two five inch drives are mounted vert. to the right of the
  3178. screen.  There should be a fan mounted in the top-right-rear of the case.
  3179. This is a 2 MHZ computer but can be modified to run at 4.
  3180.  
  3181. This machine was built/designed by Heathkit.  Heathkit  was purchased by 
  3182. Zenith which started calling Heath's computers 'Zenith Data Systems.'
  3183.  
  3184. These computers ran both CPM and HDOS (Heath-DOS).  The problem you
  3185. now face is to determine what type of disk drives you have.  Heath
  3186. used one hard sector format and at least two soft sectored formats.
  3187.  
  3188. Howard Rebel.
  3189.  
  3190. ------------------------------
  3191.  
  3192. Date: 14 Jan 91 03:08:39 GMT
  3193. From: swrinde!cs.utexas.edu!ut-emx!austex!roadhog@ucsd.edu  (Lindsay Haisley)
  3194. Subject: No Slot Clock for Kaypro 10
  3195. Message-ID: <5kuqV3w163w@austex>
  3196.  
  3197. C08920SW@WUVMD.WUSTL.EDU (Steve Westlund) writes:
  3198.  
  3199. > Wanted: No slot clock for Kaypro 10.
  3200. > I am interested in buying a no slot clock for my Kaypro 10. It is one of the
  3201. > earlier models without the timer or internal modem. Does anyone know of a
  3202. > company that still sells a no slot clock for a Z80 machine? It would be great
  3203. > to use in date and time stamping files on my system.
  3204. > Thanks,
  3205. > Steve Westlund  C08920SW@WUVMD
  3206. > Washington University
  3207. > St. Louis, Missouri
  3208.  
  3209. Our BBS uses a Kenmore Ztime-I Calendar/Clock in our Kaypro 10.  It was, I
  3210. understand, widely used a few years ago as a Kaypro add-on clock.  The 
  3211. company is Kenmore Computer Technologies, 71 Argonne Drive, Kenmore, NY
  3212. 14217.  Phone (716) 877-0617.  I don't know if they are still in business.
  3213.  
  3214.  
  3215. "Everything works if you let it!"
  3216.  ---  Travis J. Redfish
  3217.  +++++++++++++++++++++++++++
  3218. uucp: cs.utexas.edu!ut-emx!austex!roadhog
  3219.  BBS: (512) 259-1261 (Z-Node 77 - aka - Kaypro Club of Austin)
  3220.  
  3221. ------------------------------
  3222.  
  3223. Date: 14 Jan 91 02:53:15 GMT
  3224. From: cs.utexas.edu!ut-emx!austex!roadhog@tut.cis.ohio-state.edu  (Lindsay Haisley)
  3225. Subject: osborne 1 to kaypro 2x
  3226. Message-ID: <gVTqV2w163w@austex>
  3227.  
  3228. fzsitvay@techbook.com (Frank Zsitvay) writes:
  3229.  
  3230. >    there is a program for the kaypro called mfdisk, which is supposed to
  3231. > allow you to set one of your disk drives to the osborne format, as well
  3232. > as format a disk in that format.  while i have not tried it myself,
  3233. > i would guess that it works.
  3234. >  
  3235. > -- 
  3236. > fzsitvay@techbook.COM - but don't quote me on that....
  3237. > American Oil Company motto - Bend over, We'll pump!!!
  3238.  
  3239. There is a program called Uniform from Micro Solutions, Inc. (Lord knows
  3240. if they're still in business) which is commercial and an excellent 
  3241. disk format xlater for CP/M machines.  You must have the version written
  3242. for your machine.  It will both copy and format to a large variety of other
  3243. CP/M disk formats.  You can also find a friend with a MS-DOS machine and 
  3244. use an excellent DOS program called 22DISK (v 12 is current) to read and
  3245. write CP/M formats via a DOS machine.  We have 22DISK and MFDISK available
  3246. on the Kaypro Club of Austin BBS here.  I'm not sure if they are up, but
  3247. if you look and don't find them, leave a msg and they can be posted.
  3248.  
  3249.  
  3250. "Everything works if you let it!"
  3251.  ---  Travis J. Redfish
  3252.  +++++++++++++++++++++++++++
  3253. uucp: cs.utexas.edu!ut-emx!austex!roadhog
  3254.  BBS: (512) 259-1261 (Z-Node 77 - aka - Kaypro Club of Austin)
  3255.  
  3256. ------------------------------
  3257.  
  3258. Date: 16 Jan 91 03:05:08 GMT
  3259. From: mvb.saic.com!ncr-sd!simasd!simasd!pnet07!donm@ucsd.edu  (Don Maslin)
  3260. Subject: Wanted
  3261. Message-ID: <1991Jan16.030508.6982@simasd.uucp>
  3262.  
  3263.  
  3264.       DDDDDDD   II  NN   NN   OOOOOO         SSSSSSSS  II  GGGGGGGG
  3265.       DD    DD  II  NNN  NN  OO    OO        SS        II  GG
  3266.       DD    DD  II  NN N NN  OO    OO  ****  SSSSSSSS  II  GG   GGG
  3267.       DD    DD  II  NN  NNN  OO    OO              SS  II  GG    GG
  3268.       DDDDDDD   II  NN   NN   OOOOOO         SSSSSSSS  II  GGGGGGGG
  3269.  
  3270.  
  3271. Dina-SIG has requests for the following software, and would be very
  3272. thankful for any assistance in obtaining it:
  3273.  
  3274.       Bondwell Laptop (CP/M) system disk
  3275.       VICTOR 9000 (CP/M) system disk
  3276.       VISUAL Technology AMIGO (CP/M) system disk
  3277.  
  3278.       CP/M-68K Manuals (Digital Research Inc.)
  3279.       CP/M-68K software
  3280.       UCSD p-system software
  3281.  
  3282. If you have any of these, or know anyone who does, please leave e-mail
  3283. for  me telling me about it or whom and how to contact.  Many thanks.
  3284.  
  3285.  
  3286.  
  3287. Keeper of the CP/M System Disk | UUCP: {nosc ucsd crash ncr-sd}!pnet07!donm
  3288. Archives for the Dino(saur)SIG | ARPA: simasd!pnet07!donm@nosc.mil
  3289. - San Diego Computer Society - | INET: donm@pnet07.cts.com
  3290.  
  3291. ------------------------------
  3292.  
  3293. End of INFO-CPM Digest V91 Issue #13
  3294. ************************************
  3295. 19-Jan-91 03:04:03-MST,7368;000000000000
  3296. Mail-From: W8SDZ created at 19-Jan-91 02:56:55
  3297. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  3298. Date: Sat, 19 Jan 91 02:56:54 MST
  3299. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  3300. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  3301. Subject: INFO-CPM Digest V91 #14
  3302. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  3303. Message-ID: <910119025655.V91N14@WSMR-SIMTEL20.ARMY.MIL>
  3304.  
  3305. INFO-CPM Digest             Sat, 19 Jan 91       Volume 91 : Issue   14
  3306.  
  3307. Today's Topics:
  3308.                       CP/M emulation under Unix?
  3309.                        cpm emulators under unix
  3310.                                 disks
  3311.                        Need file split program.
  3312.          Wanted - System disk for SANYO MBC 1000 CP/M machine
  3313.                          Ztime Clock, Uniform
  3314. ----------------------------------------------------------------------
  3315.  
  3316. Date: Fri, 18 Jan 91 08:29:36 PST
  3317. From: rzh@icf.llnl.gov (R. Hanscom)
  3318. Subject: CP/M emulation under Unix?
  3319. Message-ID: <9101181629.AA14291@icf.llnl.gov.llnl.gov>
  3320.  
  3321. In <3844@mentor.cc.purdue.edu> wilker@descartes.math.purdue.edu (Clarence
  3322. Wilkerson) responds to my comment about cross assemblers available from
  3323. the C Users Group:
  3324.  
  3325. > The recent CUG release (292???) did not contain all the source files
  3326. > necessary to recompile
  3327.  
  3328. Bummer....I have that volume, but haven't had much time to do anything
  3329. with it.  I was thinking of CUG #276 which is a bunch of cross compilers
  3330. written by Will Colley (sp??).  The Z80 version, called "az80", has
  3331. complete sources.  I compiled it with Turbo C on an XT clone, and it
  3332. seems to work very well.  It is very similar to M80, which I have gotten
  3333. used to thru the years.  I would think that a reasonably talented
  3334. person could port it to, say Sun, without a great hassle.  Have not
  3335. tried it however.  If you're out there Will Colley --- thanks for a
  3336. nice piece of software!!!
  3337.  
  3338.           roger            icf!rzh@lll-winken.llnl.gov
  3339.                             rzh@phoenix.ocf.llnl.gov
  3340.  
  3341.  
  3342. ------------------------------
  3343.  
  3344. Date: Fri, 18 Jan 91 18:05:17 EST
  3345. From: Mark Eichin <eichin@apollo.com>
  3346. Subject: cpm emulators under unix
  3347. Message-ID: <9101182251.AA19634@xuucp.ch.apollo.hp.com>
  3348.  
  3349. >>thought there was a mailing list for discussing this.  It seemed
  3350. >>like everyone was writing a CP/M emulator at one point and someone
  3351. >>started a mailing list to swap code and ideas.  I remember joining
  3352. >>the list but I can't remember who was running it and I haven't seen
  3353. >>anything.  Anyone know if this is still happening?
  3354.     I got about half a dozen responses and started the list. Send
  3355. mail to "z80-emulator@sipb.mit.edu" with discussion; send mail to
  3356. "z80-emulator-request@sipb.mit.edu" to get added to the list.
  3357.                     _Mark_ <eichin@apollo.com>
  3358.                     <eichin@athena.mit.edu>
  3359.                     <z80-emulator-request@sipb.mit.edu> 
  3360.  
  3361.  
  3362. ------------------------------
  3363.  
  3364. Date: 17 Jan 91 20:19:47 GMT
  3365. From: usc!sdd.hp.com!zaphod.mps.ohio-state.edu!lavaca.uh.edu!menudo.uh.edu!lobster!urchin!Charles.Cotham@apple.com  (Charles Cotham)
  3366. Subject: disks
  3367. Message-ID: <5970.279631E1@urchin.fidonet.org>
  3368.  
  3369. Klaus,
  3370.  
  3371.      Hope you got the disks OK. Let me know if you can do anything with 
  3372. the ROS overlays for the Osborne 1.
  3373.  
  3374.                            Charles Cotham
  3375.  
  3376. ------------------------------
  3377.  
  3378. Date: 17 Jan 91 15:55:08 GMT
  3379. From: hpcc05!col!hpldola!hp-lsd!howardr@hplabs.hpl.hp.com  (Howard Rebel)
  3380. Subject: Need file split program.
  3381. Message-ID: <8190009@hp-lsd.COS.HP.COM>
  3382.  
  3383. I have an urgent need for a file split
  3384. program(s) that runs under CPM.
  3385.  
  3386. I tried simtel20 but it has been refusing
  3387. connection.
  3388.  
  3389. Are there other archives or bbs's where I
  3390. could find CPM programs.
  3391.  
  3392. Failing that could some one mail me one.
  3393.  
  3394. Thanks
  3395.  
  3396. Howard Rebel
  3397. hplabs!hp-lsd!howardr
  3398.  
  3399. ------------------------------
  3400.  
  3401. Date: 16 Jan 91 19:05:03 GMT
  3402. From: julius.cs.uiuc.edu!wuarchive!emory!hubcap!ncrcae!ncr-sd!simasd!simasd!pnet07!donm@apple.com  (Don Maslin)
  3403. Subject: Wanted - System disk for SANYO MBC 1000 CP/M machine
  3404. Message-ID: <1991Jan16.190503.22537@simasd.uucp>
  3405.  
  3406. G.Moretti@massey.ac.nz (Giovanni Moretti) writes:
  3407. >--- a friend has managed to obtain a SANYO MBC1000 system which
  3408. >is apparently a CP/M machine, but he doesn't have any software for
  3409. >it, and more specifically, a systems disk.
  3410. >
  3411. Alas, I have only the system disk for the MBC-1100 and that is not
  3412. compatible with the -1000.
  3413.  
  3414. >I'm assuming that this contains the utilities necessary to format
  3415. >disks and generally fire up the machine.
  3416. >
  3417. Exactly right.
  3418.  
  3419. >If you would be prepared to send us a copy of such a disk (I know
  3420. >this sounds a bit vague, but then I've never used CP/M :-), let me
  3421. >know how we might go about easing the transfer.
  3422. >
  3423. >Normally I'd use UUENCODE and PKZIP, but have no idea on how to get
  3424. >the info from a PC to a CP/M disk.
  3425. >
  3426. Probably, the best way is for the parties on both ends to get a copy of
  3427. Sydex' TeleDisk (v2.04 or later).  This shareware program permits making
  3428. a file of the original disk and creating a clone of the disk from the file
  3429. on the other end.  It is very powerful and utilitarian software!
  3430.  
  3431. If you are able to get a copy of the MBC-1000 disk, I'd sure appreciate a
  3432. copy also!
  3433.  
  3434.                                                 - don
  3435.  
  3436. Keeper of the CP/M System Disk | UUCP: {nosc ucsd crash ncr-sd}!pnet07!donm
  3437. Archives for the Dino(saur)SIG | ARPA: simasd!pnet07!donm@nosc.mil
  3438. - San Diego Computer Society - | INET: donm@pnet07.cts.com
  3439.  
  3440. ------------------------------
  3441.  
  3442. Date: Fri, 18 Jan 91 13:47:04 -0500
  3443. From: Jay Sage <sage@ll.mit.edu>
  3444. Subject: Ztime Clock, Uniform
  3445. Message-ID: <9101181347.AA08152@LL.MIT.EDU>
  3446.  
  3447. Lindsay Haisley wrote:
  3448.  
  3449. >> Our BBS uses a Kenmore Ztime-I Calendar/Clock in our Kaypro 10.  It was, I
  3450. >> understand, widely used a few years ago as a Kaypro add-on clock.  The
  3451. >> company is Kenmore Computer Technologies, 71 Argonne Drive, Kenmore, NY
  3452. >> 14217.  Phone (716) 877-0617.  I don't know if they are still in business.
  3453.  
  3454.    I use these clock daughter boards in a number of my computers and have
  3455. always been very happy with them.  Their one shortcoming is that they do not
  3456. keep track of the year.  There are some extra registers, and there is a
  3457. common convention for storing the year in one of those registers.  Then one
  3458. just has to remember every January 1 to update the year value.
  3459.  
  3460.    I do not know what the status of Kenmore Computer Technologies is.  They
  3461. moved at one point, and we lost track of them for a while.  In any case,
  3462. Chris McEwen, sysop of Z-Node 32, is a source for these units.  He even
  3463. offers, I believe, a discounted price.  Contact him at
  3464.  
  3465.         Chris McEwen
  3466.         433 Frederick Ave.
  3467.         South Plainfield, NJ 07080
  3468.         201-753-3735
  3469.  
  3470.    On another note, Lindsay mentioned Uniform.  The company that makes it,
  3471. Micro Solutions, Inc., is definitely still in business.  Their Uniform for
  3472. the PC is my first choice for handling foreign formats on the PC (I have
  3473. MediaMaster also.  As far as I know, although no further development seems to
  3474. be underway with the CP/M products, they can still be purchased.  Contact
  3475. them at
  3476.  
  3477.         Micro Solutions, Inc.
  3478.         132 West Lincoln Highway
  3479.         DeKalb, IL 60115
  3480.         815-756-3411
  3481.  
  3482. -- Jay Sage
  3483.  
  3484.  
  3485. ------------------------------
  3486.  
  3487. End of INFO-CPM Digest V91 Issue #14
  3488. ************************************
  3489. 21-Jan-91 02:08:47-MST,7839;000000000000
  3490. Mail-From: W8SDZ created at 21-Jan-91 02:01:06
  3491. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  3492. Date: Mon, 21 Jan 91 02:01:06 MST
  3493. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  3494. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  3495. Subject: INFO-CPM Digest V91 #15
  3496. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  3497. Message-ID: <910121020106.V91N15@WSMR-SIMTEL20.ARMY.MIL>
  3498.  
  3499. INFO-CPM Digest             Mon, 21 Jan 91       Volume 91 : Issue   15
  3500.  
  3501. Today's Topics:
  3502.                         CP/M & MBASIC question
  3503.                                cpm-68k
  3504.                              Info needed
  3505.                   Need file split program. (2 msgs)
  3506.                            TRS-80 Model II
  3507.                     Turbo Pascal on Beehive Topper
  3508.                      Wavemate Bullet/Super Bullet
  3509. ----------------------------------------------------------------------
  3510.  
  3511. Date: 19 Jan 91 07:13:15 GMT
  3512. From: cs.utexas.edu!ut-emx!austex!roadhog@tut.cis.ohio-state.edu  (Lindsay Haisley)
  3513. Subject: CP/M & MBASIC question
  3514. Message-ID: <s9e1V1w163w@austex>
  3515.  
  3516. slsw2@cc.usu.edu writes:
  3517.  
  3518. > >     1) Is there a command in Miscrosoft BASIC (M-80) that will
  3519. > >     clear the screen and home the cursor? I have all docs but they
  3520. > >     say nothing.
  3521. > Try this:
  3522. > PRINT CHR$(26) : REM Clear screen
  3523. > PRINT CHR$(27);"=";CHR$(X+31);CHR$(Y+31) : REM move cursor
  3524.  
  3525. The move cursor sequence, while correct, is unnecessary since the act
  3526. of clearing the screen with CHR$(26) leaves the cursor in the home 
  3527. position as well as clearing any video attributes which may have been set.
  3528.  
  3529.                                            Lindsay Haisley
  3530.  
  3531.  
  3532. "Everything works if you let it!"
  3533.  ---  Travis J. Redfish
  3534.  +++++++++++++++++++++++++++
  3535. uucp: austex!roadhog@emx.utexas.edu  OR  roadhog%austex.uucp@emx.utexas.edu
  3536.  BBS: (512) 259-1261 (Z-Node 77 - aka - Kaypro Club of Austin)
  3537.  
  3538. ------------------------------
  3539.  
  3540. Date: 19 Jan 91 19:45:49 GMT
  3541. From: psuvm!mjm13@psuvax1.cs.psu.edu  (MARK McKENNA)
  3542. Subject: cpm-68k
  3543. Message-ID: <91019.144549MJM13@psuvm.psu.edu>
  3544.  
  3545. In the lab here at PennState there are 5 computers which run the CPM-68k operat
  3546. ing system... (my advisor likes to program in 68000 assembly code).. does anyon
  3547. e know of archives for cpm-68k programs... would there be some on simtel?
  3548.  
  3549. ------------------------------
  3550.  
  3551. Date: 21 Jan 91 04:50:23 GMT
  3552. From: kwgst@unix.cis.pitt.edu (Filip Gieszczykiewicz)
  3553. Subject: Info needed
  3554. Message-ID: <81598@unix.cis.pitt.edu>
  3555.  
  3556. Greetings. 
  3557.  
  3558. I was given a computer that I have no docs on. It consists of a
  3559. keyboard, S100 card-cage, and power supply. It came with 2 8" drives.
  3560. The computer is made by the "ProcessorTechnology" and is called "SoI
  3561. Terminal Computer" Model # 20.
  3562.  
  3563. I has several slots on the back: Parallel, Serial, Casette interface.
  3564. There is also a card that controls the 2 8" drives with its own ribbon
  3565. cable.
  3566.  
  3567. I have a box of disks for it: CP/M-CDOS (FIG-FORTH) V1.2 8080 & Z80
  3568. (FORTH READABLE), MICROSOFT BASIC V5.03, UTILITY PROGRAMS, 48K WORK
  3569. DISK, FORTH SCREENS, 8080 FORTH, FOTH Z-80 CP/M (INCLUDING FLOATING
  3570. POINT), WORD PROCESSING, some more cryptic-labeled disks.
  3571.  
  3572. The card-cage has these cards: 2708 module (personality module), Disk
  3573. Jockey 2D/B (2D mod B) Rev 3, 16K static RAM (MM16K14) by The Memory
  3574. Merchant, 32K static RAM by Industrial Micro Systems.
  3575.  
  3576. Anyone have/had/remember one of these? It says that it is (C) by
  3577. ProcessorTechnology in 1976....so I guess it's been a while.
  3578.  
  3579. What I want is some info about how to boot it from the floppy drive(s)
  3580. and what some of the DIP switches do. Anything...
  3581.  
  3582. Take care.
  3583.  
  3584. P.S. By the way, what is a "Tandy Model 16"? Interesting?
  3585. Someone is selling them for $25, broken... Just wandering...
  3586. -- 
  3587. ------------------------------------------------------------------------------
  3588. If reply bounces, try "kwgst@pittvms"... no? try "fmgst@unix.cis.pitt.edu"
  3589. Did you hear? Some Poles burned the Russian flag near the Soviet embassy,
  3590. in Poland. :-) :-) Why can't CIA just put up $200 million for Saddam's head?
  3591.  
  3592. ------------------------------
  3593.  
  3594. Date: 18 Jan 91 20:34:47 GMT
  3595. From: van-bc!cynic!pevans@ucbvax.Berkeley.EDU  (Phillip Evans)
  3596. Subject: Need file split program.
  3597. Message-ID: <ooLZV1w163w@cynic.wimsey.bc.ca>
  3598.  
  3599. howardr@hp-lsd.COS.HP.COM (Howard Rebel) writes:
  3600.  
  3601. > I have an urgent need for a file split
  3602. > program(s) that runs under CPM.
  3603. You can use PIP to primitive file splitting and concantenation.  When I 
  3604. ran into this difficulty with a textfile I TYPE'd the file to the console 
  3605. and waited until what I thought was half of it had scrolled by, then did 
  3606. control-S and picked out what I hoped was a unique sequence of bytes 
  3607.  
  3608. The I did PIP <newfile>=<oldfile>[Q<uniquestring>^Z]
  3609.       and
  3610.           PIP <newfile2>=<oldfile>[S<uniquestring>^Z]
  3611.  
  3612. This can be undone by
  3613.           PIP <bigfile>=<oldfile>,<oldfile2>
  3614.  
  3615. ------------------------------
  3616.  
  3617. Date: 18 Jan 91 16:37:30 GMT
  3618. From: hpcc05!col!hpldola!hp-lsd!howardr@hplabs.hpl.hp.com  (Howard Rebel)
  3619. Subject: Need file split program.
  3620. Message-ID: <8190010@hp-lsd.COS.HP.COM>
  3621.  
  3622. I have found a local copy on the Simtel20 archives.
  3623. No further help is needed thanks.
  3624.  
  3625. Howard Rebel
  3626.  
  3627. ------------------------------
  3628.  
  3629. Date: 21 Jan 91 05:09:28 GMT
  3630. From: zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!kwgst@tut.cis.ohio-state.edu  (Filip Gieszczykiewicz)
  3631. Subject: TRS-80 Model II
  3632. Message-ID: <81606@unix.cis.pitt.edu>
  3633.  
  3634.     Greetings. A friend of mine has a TRS-80 Model II with an
  3635.     8" drive. The problem is that it came with a "canned"
  3636.     software package. There is no way to generate a "bootable"
  3637.     floppy or do anything interesting. He is looking for a
  3638.     CP/M start-up disk for his machine. Any utilities would
  3639.     also be welcome. If you don't have an 8" floppy, I'll
  3640.     send you one, you can copy whatever you want, and I'll
  3641.     pay the postage back.
  3642.  
  3643.     Reply to me or call him at:
  3644.  
  3645.     (412) 486 1404 
  3646.     John W. Zerbe
  3647.     115 Lee Road
  3648.     Pittsburgh, PA 15237
  3649.  
  3650.     Take care and thank you.
  3651. -- 
  3652. ------------------------------------------------------------------------------
  3653. If reply bounces, try "kwgst@pittvms"... no? try "fmgst@unix.cis.pitt.edu"
  3654. Did you hear? Some Poles burned the Russian flag near the Soviet embassy,
  3655. in Poland. :-) :-) Why can't CIA just put up $200 million for Saddam's head?
  3656.  
  3657. ------------------------------
  3658.  
  3659. Date: 18 Jan 91 04:16:38 GMT
  3660. From: mothra!geh@ucbvax.Berkeley.EDU  (Gregory Holdren)
  3661. Subject: Turbo Pascal on Beehive Topper
  3662. Message-ID: <4480001@mothra.rose.hp.com>
  3663.  
  3664. I recently bought two Beehive Topper II/U CP/M systems.         
  3665.  
  3666. I'm having a rough time installing Turbo Pascal on the computer. I have all
  3667. the escape and ctrl code for the built in CRT screen but the rows get shifted
  3668. up and down with lost characters.
  3669.  
  3670. Is their anybody experience with the Toppers' CRT (in and outs) and/or
  3671. installing TP on the machine? Any other info would be apreciated :^)
  3672.  
  3673.  
  3674.                         TNX Greg Holdren
  3675.                         geh@hprmokg.HP.COM
  3676.  
  3677. ------------------------------
  3678.  
  3679. Date: 19 Jan 91 07:32:27 GMT
  3680. From: van-bc!cynic!pevans@ucbvax.Berkeley.EDU  (Phillip Evans)
  3681. Subject: Wavemate Bullet/Super Bullet
  3682. Message-ID: <s5F1V2w163w@cynic.wimsey.bc.ca>
  3683.  
  3684. Hi All - I am still looking for documentation on the Wavemate CP/M 
  3685. computers.  To date I have recieved theory of operation-type-stuff on the 
  3686. Bullet, and this has helped me understand much of the Super Bullet (the 
  3687. problem at hand).  Thanks to JAY SAGE and GARY INMAN.
  3688.  
  3689. What I need are ***system disks***.  If there is anyone who has or knows 
  3690. of one of these please reply.  As well, if anyone has documantation 
  3691. specific to the Super Bullet I'd like to hear from you as well.
  3692.  
  3693. Z80's will live forever....
  3694.  
  3695. ------------------------------
  3696.  
  3697. End of INFO-CPM Digest V91 Issue #15
  3698. ************************************
  3699. 23-Jan-91 19:26:12-MST,8544;000000000000
  3700. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  3701. Date: Wed, 23 Jan 91 19:15:07 MST
  3702. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  3703. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  3704. Subject: INFO-CPM Digest V91 #16
  3705. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  3706. Message-ID: <910123191508.V91N16@WSMR-SIMTEL20.ARMY.MIL>
  3707.  
  3708. INFO-CPM Digest             Wed, 23 Jan 91       Volume 91 : Issue   16
  3709.  
  3710. Today's Topics:
  3711.                          8 meg limit (2 msgs)
  3712.               Are there any Cromemco CDOS/Cromix BBS's?
  3713.                          CompuTime S-100 card
  3714.                      CP/M Kermit-80 Source Wanted
  3715.               Osborne Kermit and VT52 emulation problem
  3716.               Problem with VDE266 on the TRS-80 Model 4.
  3717.                     Ztime Clock, Uniform (2 msgs)
  3718. ----------------------------------------------------------------------
  3719.  
  3720. Date: 23 Jan 91 03:41:12 GMT
  3721. From: van-bc!cynic!pevans@ucbvax.Berkeley.EDU  (Phillip Evans)
  3722. Subject: 8 meg limit
  3723. Message-ID: <D4J8V2w163w@cynic.wimsey.bc.ca>
  3724.  
  3725. Where did/does the 8 meg limit on logical disk size in CP/M come from?
  3726.  
  3727. ------------------------------
  3728.  
  3729. Date: 23 Jan 91 14:05:38 GMT
  3730. From: spool2.mu.edu!news.cs.indiana.edu!news.nd.edu!mentor.cc.purdue.edu!gauss.math.purdue.edu!wilker@uunet.uu.net  (Clarence Wilkerson)
  3731. Subject: 8 meg limit
  3732. Message-ID: <4314@mentor.cc.purdue.edu>
  3733.  
  3734. I believe that the 8meg limit is set in the coding of
  3735. the BDOS, and inforced in the BIOS in the sense that
  3736. certain scratch ram in the BIOS data area has a preset
  3737. size.
  3738.    I think several replacement BDOS clones, e.g.
  3739. DOSPLUS, offer larger maximum logical disk size.
  3740.    There would be some perfomance penalties for
  3741. using larger sizes, namely more directory entries
  3742. to check or larger logical block sizes.
  3743. Clarence Wilkerson
  3744.  
  3745. ------------------------------
  3746.  
  3747. Date: 23 Jan 91 23:13:17 GMT
  3748. From: titanic.cs.wisc.edu!tonyrich@speedy.wisc.edu  (Anthony Rich)
  3749. Subject: Are there any Cromemco CDOS/Cromix BBS's?
  3750. Message-ID: <1991Jan23.231317.11951@spool.cs.wisc.edu>
  3751.  
  3752. Does anyone know the phone numbers and names of any Cromemco
  3753. CDOS-specific or Cromix-specific BBS's that are still in operation?
  3754.  
  3755. Please reply by email.  Thanks in advance for any info!
  3756.  
  3757.   -- Tony
  3758. -- 
  3759. -----------------------------------------------------------------------
  3760. | EMAIL:       tonyrich@cs.wisc.edu     | The essence of learning is  |
  3761. | Disclaimer:  I speak only for myself. | repetition, repetition!     |
  3762. -----------------------------------------------------------------------
  3763.  
  3764. ------------------------------
  3765.  
  3766. Date: Wed, 23 Jan 91 09:28:27 PST
  3767. From: rzh@icf.llnl.gov (R. Hanscom)
  3768. Subject: CompuTime S-100 card
  3769. Message-ID: <9101231728.AA21676@icf.llnl.gov.llnl.gov>
  3770.  
  3771. Does anybody have info on these cards (#CT-102A), like how to
  3772. set them and read them???  It doesn't appear to have any battery
  3773. back-up.  Are they normally set at each boot??  Any info would
  3774. be appreciated.
  3775.  
  3776.           roger               icf!rzh@lll-winken.llnl.gov
  3777.                                rzh@phoenix.ocf.llnl.gov
  3778.  
  3779. Do you know why the Iraqis don't teach driver ed. and sex ed. in
  3780. high school at the same time??  Too hard on the camels.
  3781.  
  3782. ------------------------------
  3783.  
  3784. Date: 21 Jan 91 22:34:39 GMT
  3785. From: julius.cs.uiuc.edu!usc!samsung!umich!sharkey!nstar!baugo!jep@apple.com  (Joseph Perry)
  3786. Subject: CP/M Kermit-80 Source Wanted
  3787. Message-ID: <g9a6V1w163w@baugo.UUCP>
  3788.  
  3789. I'm looking for a copy of the standard Kermit distribution for the
  3790. latest version of CP/M Kermit-80.  I believe it will be ver. 4.09 or
  3791. ver. 4.10.  I want this for an Intel Series II development system
  3792. running CP/M 2.2.
  3793.  
  3794. As I don't have access to FTP to get it directly from host
  3795. WATSUN.CC.COLUMBIA.EDU, another method is needed.
  3796.  
  3797. I could get it through:
  3798.   a) email transfer
  3799.   b) dial-in uucp file transfer 
  3800.   c) dial-in Kermit or Xmodem file transfer
  3801.   d) 5-1/4" or 3-1/2" MS DOS disk
  3802.   e) 8" SSDD or SSSD CP/M disk
  3803.  
  3804. Does anyone have the latest version of the CP/M Kermit-80 sources?  
  3805. ---
  3806. Joseph Perry    Osceola, IN USA
  3807. UUCP: uunet!mailrus!iuvax!ndcheg!nstar!baugo!jep
  3808. Internet: jep%baugo@nstar.rn.com -or- jep@baugo.UUCP
  3809. ---
  3810.  
  3811. ------------------------------
  3812.  
  3813. Date: Wed, 23 Jan 91 19:01 CST
  3814. From: LANCE TAGLIAPIETRA <TAGLANCE@ucs.UWPLATT.EDU>
  3815. Subject: Osborne Kermit and VT52 emulation problem
  3816. Message-ID: <CD92E8488B9F002DC8@ucs.uwplatt.edu>
  3817.  
  3818. Hello,
  3819.  
  3820. I noticed a bug in the VT52 emulation for Kermit using the Osborne overlay.
  3821. The escape code for clearing the screen is sent, and the screen does not
  3822. clear.  The same sequence works fine with kermit with the overlay for the
  3823. model 4.  Has anyone experienced this problem? I would like to know before
  3824. I go digging into the kermit source for a solution. Any thoughts are
  3825. appreciated.
  3826.  
  3827. Thanks,
  3828.  
  3829. Lance Tagliapietra   taglance@ucs.uwplatt.edu or taglance@uwplatt
  3830.  
  3831.  
  3832. ------------------------------
  3833.  
  3834. Date: Wed, 23 Jan 91 19:47 CST
  3835. From: LANCE TAGLIAPIETRA <TAGLANCE@ucs.UWPLATT.EDU>
  3836. Subject: Problem with VDE266 on the TRS-80 Model 4.
  3837. Message-ID: <CD8C779B635F002DC8@ucs.uwplatt.edu>
  3838.  
  3839. Hello again,
  3840.  
  3841. I have another question -- Is anyone running the memory mapped version of
  3842. VDE266 on their TRS-80 model 4 noticing a problem where the character in column
  3843. 1 in the line below the cursor getting erased when changing the line the cursor
  3844. is on? The character is not deleted, but is erased off the display. It does get
  3845. restored if any editing is done to that line.
  3846.  
  3847. Is there a fix to this problem?
  3848.  
  3849. Thanks,
  3850.  
  3851. Lance Tagliapietra   taglance@ucs.uwplatt.edu  or  taglance@uwplatt.bitnet
  3852.  
  3853. ------------------------------
  3854.  
  3855. Date: 22 Jan 91 21:57:48 GMT
  3856. From: bbn.com!gonzalez@eddie.mit.edu  (Jim Gonzalez)
  3857. Subject: Ztime Clock, Uniform
  3858. Message-ID: <62254@bbn.BBN.COM>
  3859.  
  3860. In article <9101181347.AA08152@LL.MIT.EDU> sage@LL.MIT.EDU (Jay Sage) writes:
  3861. >   I do not know what the status of Kenmore Computer Technologies is.  They
  3862. >moved at one point, and we lost track of them for a while.  In any case,
  3863. >Chris McEwen, sysop of Z-Node 32, is a source for these units.  He even
  3864. >offers, I believe, a discounted price.  Contact him at
  3865. >
  3866. >        Chris McEwen
  3867. >        433 Frederick Ave.
  3868. >        South Plainfield, NJ 07080
  3869. >        201-753-3735
  3870.  
  3871. If anyone tried the above number and it failed, try area code 908-753-3735.
  3872. South Plainfield is in the part of New Jersey that moved to area code 908, 
  3873. and the grace period (during which 908 calls dialed to 201 are rerouted) may
  3874. have ended by now.
  3875.  
  3876. I left a message on his machine this morning before leaving for work, and 
  3877. will report what I learn this evening.
  3878.  
  3879.                 -Jim.
  3880.  
  3881. ------------------------------
  3882.  
  3883. Date: 23 Jan 91 16:36:00 GMT
  3884. From: bbn.com!gonzalez@eddie.mit.edu  (Jim Gonzalez)
  3885. Subject: Ztime Clock, Uniform
  3886. Message-ID: <62267@bbn.BBN.COM>
  3887.  
  3888. In article <62254@bbn.BBN.COM> I wrote:
  3889. >I left a message on his machine this morning before leaving for work, and 
  3890. >will report what I learn this evening.
  3891.  
  3892. Well, I'm a little late in reporting, but here's what I found out:
  3893.  
  3894. Kenmore Technologies is still in business, and is still producing the clock.
  3895. Their price is $99.95.  Chris is buying bare boards from them (he could
  3896. simply copy the board design but he's "not in the business of ripping off
  3897. people's intellectual property"), and populating the boards himself.  He's
  3898. offering the finished product for $79.95, including shipping.
  3899.  
  3900. The board plugs into the Z-80's socket, and then the Z-80 plugs into the
  3901. board.  For machines which lacke the clearance above the CPU socket for the
  3902. addtional board, there is a version that connects with a ribbon cable,
  3903. allowing the board to be sited elsewhere.  One needs to be careful of how
  3904. the cable is routed, avoiding RF noise from switching power supplies, etc
  3905. (the only failed installation Chris ever heard of was with an Altos whose
  3906. switcher drove the CPU nuts).  The device (a National 58167) appears at I/O
  3907. address 0xE0 (0E0h for you old-timers :-), and can be moved to a different
  3908. address with trace cuts and jumpers.
  3909.  
  3910. Checks should be written to Chris McEwen, and sent to him at:
  3911.  
  3912.     P.O. Box 12
  3913.     South Plainfield, NJ 07080-0012
  3914.     908-755-6186
  3915.  
  3916. The above phone number is covered by an answering machine, whereas the one
  3917. Jay gave earlier may not be.  You're more likely to reach Chris directly in
  3918. the evening, by the way.  Around 8pm seems to work.
  3919.  
  3920.                 -Jim.
  3921.  
  3922. ------------------------------
  3923.  
  3924. End of INFO-CPM Digest V91 Issue #16
  3925. ************************************
  3926. 24-Jan-91 15:21:42-MST,8729;000000000000
  3927. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  3928. Date: Thu, 24 Jan 91 15:15:13 MST
  3929. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  3930. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  3931. Subject: INFO-CPM Digest V91 #17
  3932. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  3933. Message-ID: <910124151514.V91N17@WSMR-SIMTEL20.ARMY.MIL>
  3934.  
  3935. INFO-CPM Digest             Thu, 24 Jan 91       Volume 91 : Issue   17
  3936.  
  3937. Today's Topics:
  3938.                          8 meg limit (3 msgs)
  3939.                            CPM FTP sources
  3940.                              Info needed
  3941.                         Telcom for Apple CP/M
  3942.                     Ztime Clock, Uniform (2 msgs)
  3943. ----------------------------------------------------------------------
  3944.  
  3945. Date: 24 Jan 91 04:36:18 GMT
  3946. From: cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!src.honeywell.com!skyler.mavd.honeywell.com!rlb@rutgers.edu  (Randal L. Barnes)
  3947. Subject: 8 meg limit
  3948. Message-ID: <1991Jan23.223619.49@skyler.mavd.honeywell.com>
  3949.  
  3950. In article <D4J8V2w163w@cynic.wimsey.bc.ca>,
  3951. pevans@cynic.wimsey.bc.ca (Phillip Evans) writes:
  3952.  
  3953. > Where did/does the 8 meg limit on logical disk size in CP/M come from?
  3954.  
  3955. It has to do with the fact that CP/M uses a 16 bit logical block pointer,
  3956. Since CP/M also uses 128 byte logical sectors (sector blocking/deblocking
  3957. routines change the physical sector size on the disk but the logical sector
  3958. size remains at 128), the maximum logical disk size is:
  3959.  
  3960.         65536 * 128 = 8192K
  3961.  
  3962. My Molecular Series 9 system has drive B set up as an 8 meg drive.
  3963. Doing a STAT B:DSK: yields the following:
  3964.  
  3965.             B: Drive Characteristics
  3966.         65536: 128 Byte Record Capacity
  3967.          8192: Kilobyte Drive  Capacity
  3968.          1024: 32  Byte Directory Entries
  3969.             0: Checked  Directory Entries
  3970.           256: Records/ Extent
  3971.            32: Records/ Block
  3972.           256: Sectors/ Track
  3973.             0: Reserved Tracks
  3974.  
  3975. -- 
  3976. Randal L. Barnes                    rlb@skyler.mavd.honeywell.com
  3977. Tea, Earl Grey, HOT!                Honeywell Military Avionics Division
  3978.                                     612/542-5021
  3979.  
  3980. ------------------------------
  3981.  
  3982. Date: 24 Jan 91 13:26:09 GMT
  3983. From: sdd.hp.com!usc!julius.cs.uiuc.edu!news.cs.indiana.edu!news.nd.edu!mentor.cc.purdue.edu!descartes.math.purdue.edu!wilker@ucsd.edu  (Clarence Wilkerson)
  3984. Subject: 8 meg limit
  3985. Message-ID: <4402@mentor.cc.purdue.edu>
  3986.  
  3987. It seems to me like RLB's reply is a good explanation of why
  3988. the maximum size of file would be 8 megs, if we can access
  3989. sectors of the file by a 16 bit integer. Why does it dictate
  3990. the max. logical size of the disk, however?
  3991. Clarence
  3992.  
  3993. ------------------------------
  3994.  
  3995. Date: 24 Jan 91 17:33:58 GMT
  3996. From: maverick.ksu.ksu.edu!iowasp.physics.uiowa.edu!syswtr@uunet.uu.net
  3997. Subject: 8 meg limit
  3998. Message-ID: <1991Jan24.113358.460@iowasp.physics.uiowa.edu>
  3999.  
  4000. > pevans@cynic.wimsey.bc.ca (Phillip Evans) writes:
  4001. >> Where did/does the 8 meg limit on logical disk size in CP/M come from?
  4002.  
  4003.   NOte that this restriction is removed in CPM3 and MPM2.  The file
  4004. size restriction is limited by the 16 bit record pointer in MPM2
  4005. (I haven't combed the CPM3 manuals that closely), but the logical
  4006. device size is limited by the cluster size.  Device size is 
  4007. expressed in terms of the number of clusters, so the maximum
  4008. device is 32767*16384 (or 65535*16384) as the largest allocation
  4009. cluster is 16K bytes.
  4010.   When you get these large devices, however, MPM2 signifigantly slows
  4011. down when doing any directory operations as it scans the (potentially)
  4012. large directory.  A little work with caching the directory can make
  4013. a world of difference...
  4014.  
  4015. Willy
  4016.  
  4017. ------------------------------
  4018.  
  4019. Date: 24 Jan 91 01:38:46 GMT
  4020. From: usc!samsung!rex!uflorida!springs.cis.ufl.edu!pm0@ucsd.edu  (Patrick Martin)
  4021. Subject: CPM FTP sources
  4022. Message-ID: <26469@uflorida.cis.ufl.EDU>
  4023.  
  4024. I apologize if this if one of the frequently asked questions but I just
  4025. got a CPM emulator from the Amiga and was wondering where I could FTP
  4026. some CPM software and if in fact that software would run.  The software
  4027. emulates the 8080 with H19 Terminal Emulation.
  4028.  
  4029. What I really need is a good public domain assembler for a class I am
  4030. taking.  I would also be interested in taking a look at stuff like
  4031. Mbasic and other software as well.
  4032.  
  4033. Thanks,
  4034.  
  4035. Pat
  4036.  
  4037. ------------------------------
  4038.  
  4039. Date: 24 Jan 91 00:11:48 GMT
  4040. From: usc!julius.cs.uiuc.edu!wuarchive!sdd.hp.com!elroy.jpl.nasa.gov!turnkey!orchard.la.locus.com!fafnir.la.locus.com!dana@ucsd.edu  (Dana H. Myers)
  4041. Subject: Info needed
  4042. Message-ID: <1991Jan24.001148.2853304@locus.com>
  4043.  
  4044. In article <81598@unix.cis.pitt.edu> kwgst@unix.cis.pitt.edu (Filip Gieszczykiewicz) writes:
  4045. >
  4046. >    Greetings. 
  4047. >
  4048. >    I was given a computer that I have no docs on. It consists
  4049. >    of a keyboard, S100 card-cage, and power supply. It came with
  4050. >    2 8" drives. The computer is made by the "ProcessorTechnology"
  4051. >    and is called "SoI Terminal Computer" Model # 20.
  4052.  
  4053.    The Sol was a relatively popular S-100 based computer made for
  4054. several years - the first really good Trek game I ever saw ran on one.
  4055. Processor Technology was located in Emeryville at first, experienced
  4056. tremendous growth, moved to enormous quarters in Pleasanton and then
  4057. quickly went bust. Too bad, too; the Sol was neat 'coz it was essentially
  4058. what people wanted in an Imsai 8080 but sized to fit on a desk.
  4059.  
  4060. >    P.S. By the way, what is a "Tandy Model 16"? Interesting?
  4061. >    Someone is selling them for $25, broken... Just wandering...
  4062.  
  4063.   Yeah, these were 16 bit Radio Shack computers, based on the 68000
  4064. chip, and they ran Xenix and some mutation of TRS-DOS, as I recall, circa 1983.
  4065.  
  4066.   What a trip down sentimental lane. Afterall, I learned assmebly
  4067. language on an 1802 Elf computer....
  4068.  
  4069. -- 
  4070.  * Dana H. Myers KK6JQ         | Views expressed here are    *
  4071.  * (213) 337-5136         | mine and do not necessarily    *
  4072.  * dana@locus.com        | reflect those of my employer    *
  4073.  
  4074. ------------------------------
  4075.  
  4076. Date: 24 Jan 91 17:48:39 GMT
  4077. From: pyramid!athertn!paul@hplabs.hpl.hp.com  (Paul Sander)
  4078. Subject: Telcom for Apple CP/M
  4079. Message-ID: <34118@athertn.Atherton.COM>
  4080.  
  4081. Does anyone know of any good telecommunications program available for Apple
  4082. CP/M?  It must run on an ALS CP/M Card, under CP/M Plus.
  4083.  
  4084. In the past, I've tried patching Modem7 and Kermit without success.
  4085.  
  4086. Many thanks in advance.
  4087. -- 
  4088. Paul Sander        (408) 734-9822  | "Passwords are like underwear," she said,
  4089. paul@Atherton.COM                  | "Both should be changed often."
  4090. {decwrl,pyramid,sun}!athertn!paul  | -- Bennett Falk in "Mom Meets Unix"
  4091.  
  4092. ------------------------------
  4093.  
  4094. Date: 24 Jan 91 00:35:21 GMT
  4095. From: ulysses!rick!ahm@ucbvax.Berkeley.EDU  (Andy Meyer)
  4096. Subject: Ztime Clock, Uniform
  4097. Message-ID: <450@rick.att.com>
  4098.  
  4099. In article <9101181347.AA08152@LL.MIT.EDU> sage@LL.MIT.EDU (Jay Sage) writes:
  4100. [re: sources of Kenmore Ztime-I Calendar/Clock]
  4101.  
  4102. >    I do not know what the status of Kenmore Computer Technologies is.  They
  4103. > moved at one point, and we lost track of them for a while.  In any case,
  4104. > Chris McEwen, sysop of Z-Node 32, is a source for these units.  He even
  4105. > offers, I believe, a discounted price.  Contact him at
  4106.  [home address deleted]
  4107.  
  4108. (As I write this, I have Chris on the phone. He doesn't have net access "yet?")
  4109.  
  4110. Chris would prefer that people contact him at:
  4111.  
  4112.     Socrates Z-Node 32
  4113.     P.O. Box 12
  4114.     S. Plainfield, NJ 07080
  4115.     (908) 755-6186
  4116.  
  4117. BTW, this is the same address for _The Computer Journal_ (plug, plug) 
  4118. which ensures that if you need to leave a message it will get to him.
  4119.  
  4120. Andy
  4121.  
  4122. [Disclaimer: I am affiliated with _TCJ_ only as a satisfied reader.]
  4123.      .
  4124.        .    Andreas Meyer, N2FYE                         ahm@rick.att.com
  4125.    . O _    AT&T Computer System Technical Services
  4126.    _/=/     South Plainfield, NJ                          ..!att!rick!ahm
  4127.      |
  4128.    _/ \_               "Jugglers do it 'til they drop."
  4129.  
  4130. ------------------------------
  4131.  
  4132. Date: 24 Jan 91 13:21:26 GMT
  4133. From: sdd.hp.com!usc!julius.cs.uiuc.edu!news.cs.indiana.edu!news.nd.edu!mentor.cc.purdue.edu!descartes.math.purdue.edu!wilker@ucsd.edu  (Clarence Wilkerson)
  4134. Subject: Ztime Clock, Uniform
  4135. Message-ID: <4401@mentor.cc.purdue.edu>
  4136.  
  4137. Does the Kaypro have any 28 pin EPROM sockets? If so one
  4138. could use the Dallas Semiconductor "SMART WATCH". You just
  4139. slip it between the EPROM and the old socket. The usual
  4140. price seems to be about $40, but I sometimes see it for
  4141. $25. It does need some software, because it's not the usual
  4142. read a RAM address or port.
  4143. Clarence
  4144.  
  4145. ------------------------------
  4146.  
  4147. End of INFO-CPM Digest V91 Issue #17
  4148. ************************************
  4149. 25-Jan-91 12:28:04-MST,10869;000000000000
  4150. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  4151. Date: Fri, 25 Jan 91 12:15:23 MST
  4152. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  4153. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  4154. Subject: INFO-CPM Digest V91 #18
  4155. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  4156. Message-ID: <910125121525.V91N18@WSMR-SIMTEL20.ARMY.MIL>
  4157.  
  4158. INFO-CPM Digest             Fri, 25 Jan 91       Volume 91 : Issue   18
  4159.  
  4160. Today's Topics:
  4161.                              8Mbyte limit
  4162.                              8 meg limit
  4163.                        CP/M-68K, CP/M model II
  4164.                      CP/M Kermit-80 Source Wanted
  4165.                              Info needed
  4166.                        Maximum CP/M volume size
  4167.                Need Description of Disk Parameter Block
  4168.                         Z80 Emulator (2 msgs)
  4169. ----------------------------------------------------------------------
  4170.  
  4171. Date: 22 Jan 91 22:14:10 GMT
  4172. From: eru!hagbard!sunic!mcsun!ukc!axion!tharr!nowster!pm@bloom-beacon.mit.edu  (Paul Martin)
  4173. Subject: 8Mbyte limit
  4174. Message-ID: <XX0000008a@nowster.UUCP>
  4175.  
  4176. Is CPM 3.1 (plus) restriced to the file length limit of 8 MBytes, 
  4177. as CPM 2.2 is?
  4178.  
  4179. --
  4180. Paul Martin                                       pm111@tharr.uucp
  4181. pm.nowster@tharr.uucp                    ..!uunet!tharr!nowster!pm
  4182. <-- tharr *free* public access to Usenet in the UK 0234 261804 -->
  4183.  
  4184. ------------------------------
  4185.  
  4186. Date: 25 Jan 91 01:24:06 GMT
  4187. From: zephyr.ens.tek.com!tektronix!percy!nosun!techbook!fzsitvay@uunet.uu.net  (Frank Zsitvay)
  4188. Subject: 8 meg limit
  4189. Message-ID: <1991Jan25.012406.13752@techbook.com>
  4190.  
  4191. In article <4314@mentor.cc.purdue.edu> wilker@gauss.math.purdue.edu.UUCP (Clarence Wilkerson) writes:
  4192. >I believe that the 8meg limit is set in the coding of
  4193. >the BDOS, and inforced in the BIOS in the sense that
  4194. >certain scratch ram in the BIOS data area has a preset
  4195. >size.
  4196. >   I think several replacement BDOS clones, e.g.
  4197. >DOSPLUS, offer larger maximum logical disk size.
  4198. >   There would be some perfomance penalties for
  4199. >using larger sizes, namely more directory entries
  4200. >to check or larger logical block sizes.
  4201. >Clarence Wilkerson
  4202.  
  4203.    well, not really.   it is limited by the directory structure that is at 
  4204. the heart of all cp/m disk operations.  cp/m only allows for a maximum of
  4205. 65536 128 byte blocks.  that is the maximum size of a file, or a whole
  4206. disk.
  4207.  
  4208.    there is a built in mechanism in cp/m to allow the creation of 
  4209. partitions on a single physical disk.
  4210.  
  4211.     dosplus is essentially a different operating system than cp/m,
  4212. and it allows a larger total disk space through a somewhat revamped
  4213. directory structure.
  4214.  
  4215.    zcpr3 and zsystem do it through other techniques.
  4216.  
  4217. -- 
  4218. fzsitvay@techbook.COM - but don't quote me on that....
  4219.  
  4220. American Oil Company motto - Bend over, We'll pump!!!
  4221.  
  4222. ------------------------------
  4223.  
  4224. Date: Thu, 24 Jan 91 20:33:20 -0600
  4225. From: mknox@emx.utexas.edu (Margaret H. Knox)
  4226. Subject: CP/M-68K, CP/M model II
  4227. Message-ID: <9101250233.AA13243@emx.utexas.edu>
  4228.  
  4229. For Mark McKenna, you might want to check the SIMTEL20 archives.  There
  4230. are some files there for -68K.  If you are looking for something in
  4231. particular, you might also try TriSoft.  We have some things that are
  4232. PD, but were not uploaded because they were specific to the machines
  4233. like you have.
  4234. Give them a call at (512) 472-0744, ask for James Knox.
  4235.  
  4236.  
  4237. ------------------------------
  4238.  
  4239. Date: 24 Jan 91 22:19:40 GMT
  4240. From: usc!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!news.iastate.edu!sharkey!nstar!baugo!jep@ucsd.edu  (Joseph Perry)
  4241. Subject: CP/M Kermit-80 Source Wanted
  4242. Message-ID: <HJuaw1w163w@baugo.UUCP>
  4243.  
  4244. jep%baugo@nstar.rn.com (Joseph Perry) writes:
  4245.  
  4246. > I'm looking for a copy of the standard Kermit distribution for the
  4247. > latest version of CP/M Kermit-80.  I believe it will be ver. 4.09 or
  4248. > ver. 4.10.  I want this for an Intel Series II development system
  4249. > running CP/M 2.2.
  4250. [stuff deleted]
  4251.  
  4252. From my request (^^^), I got several offers to provide me with the
  4253. CP/M Kermit-80 source files for ver. 4.09, the current version.  I now
  4254. have a copy on the way.
  4255.  
  4256. Thanks to all that replied via e-mail! 
  4257. ---
  4258. Joseph Perry    Osceola, IN USA
  4259. UUCP: uunet!mailrus!iuvax!ndcheg!nstar!baugo!jep
  4260. Internet: jep%baugo@nstar.rn.com -or- jep@baugo.UUCP
  4261. ---
  4262.  
  4263. ------------------------------
  4264.  
  4265. Date: 25 Jan 91 01:05:21 GMT
  4266. From: amethyst!organpipe!afthree.as.arizona.edu!tom@arizona.edu  (Thomas J. Trebisky)
  4267. Subject: Info needed
  4268. Message-ID: <921@organpipe.UUCP>
  4269.  
  4270. Not really a follow up article, but another question of the same class.
  4271.  
  4272. I just purchased a computer at an auction - couldn't pass it up - a nice
  4273. S-100 box with two boards, one a "pickles and trout" looks like a video
  4274. board ???  And the other (the one I am hoping someone may have info on,
  4275. or even a BOOT DISK!!!! ??)  is a Intercontinental Micro Systems Corp.
  4276. single board computer.  This little rascal has a Z80A, 9519 interrupt ctlr,
  4277. 1793 FDC, Z80A SIO/0, 64K of ram, DMA chip and more!!  Wow!  this looks 
  4278. like one of the neatest little Z80 CP/M boards I have yet to see.
  4279.  
  4280. However, I have no manuals or software -- can anyone help?
  4281. --
  4282.     Tom Trebisky    ttrebisky@as.arizona.edu    (Internet)
  4283.     Steward Observatory    University of Arizona    Tucson, Arizona
  4284.  
  4285. ------------------------------
  4286.  
  4287. Date: Thu, 24 Jan 91 20:25:53 PST
  4288. From: cwr@pnet01.cts.com (Will Rose)
  4289. Subject: Maximum CP/M volume size
  4290. Message-ID: <00943348CC8AFDE0.00000618@dcs.simpact.com>
  4291.  
  4292. I'm not sure there is a maximum *volume* size.  The maximum file size
  4293. is 8MB, or 0xfff (largest available number) x 128 (sector size) bytes.
  4294. A larger file couldn't be accessed randomly, since you'd run out of
  4295. sector numbers.  
  4296.  
  4297. I don't know if there's any reason you can't have a volume bigger than
  4298. the largest possible file, but if you do the maths you may find, given
  4299. a reasonable allocation block size, that you run out of space in, say,
  4300. the disk map around the maximum file size.
  4301.  
  4302. Good luck - Will
  4303. cwr@pnet01.cts.com
  4304.  
  4305. UUCP: {nosc ucsd hplabs!hp-sdd}!crash!pnet01!cwr
  4306. ARPA: crash!pnet01!cwr@nosc.mil
  4307. INET: cwr@pnet01.cts.com
  4308.  
  4309.  
  4310. ------------------------------
  4311.  
  4312. Date: 25 Jan 91 13:24:09 GMT
  4313. From: bbn.com!gonzalez@apple.com  (Jim Gonzalez)
  4314. Subject: Need Description of Disk Parameter Block
  4315. Message-ID: <62314@bbn.BBN.COM>
  4316.  
  4317. I'm in the process of getting UNARC16 working on my Cromemco under CDOS.
  4318. Since CDOS provides only CP/M 1.3 calls, it complains when UNARC16 does a
  4319. call to the CP/M 2.x function 0x1F.  
  4320.  
  4321. For those who don't have their function tables handy (add another Post-It
  4322. note to your favorite email/readnews terminal :-), 0x1F is Get Disk
  4323. Parameters Block, which is used to get a pointer in order to query and
  4324. (possibly) alter aspects of the disk via this DPB.  This function is used
  4325. mostly by file compression and disk directory programs like Super
  4326. Directory.
  4327.  
  4328. What I need to know is the format of a DPB.  Armed with that knowledge, I
  4329. can patch UNARC16 to request the same information from with appropriate
  4330. (non-CP/M 1.3) CDOS call.  It only uses one entry from the DPB, so I'm sure
  4331. it's just looking for the block size.
  4332.  
  4333. By the way, Waite & Lafore's _Soul_Of_CP/M_ has been no help in this
  4334. regard.  They acknowledge the existence of function 0x1F, but say nothing
  4335. more about it or DPB's.  So much for getting to the "soul" of CP/M.  What
  4336. they *do* cover they explain pretty well, but it's annoying what they leave
  4337. out.
  4338.  
  4339.                 -Jim.
  4340.  
  4341. ------------------------------
  4342.  
  4343. Date: 25 Jan 91 05:01:50 GMT
  4344. From: usc!elroy.jpl.nasa.gov!swrinde!cs.utexas.edu!ut-emx!austex!roadhog@apple.com  (Lindsay Haisley)
  4345. Subject: Z80 Emulator
  4346. Message-ID: <R6cBw1w163w@austex>
  4347.  
  4348. Discussion on this newsgroup of Z80 emultors brings me to a question to
  4349. which I've been looking for an answer for some time.  Is there an MS-DOS
  4350. based Z80 emulator out there which does a >>full<< emulation of the CP/M 
  4351. BIOS, including disk functions.  I'm looking for an emulator with a monitor
  4352. debugger which will allow me to work effectively on CCP, BDOS and ZCPR3 
  4353. system components.  The emulators I've seen so far (which isn't very many)
  4354. allow running plain vanilla CP/M programs under a simulated BDOS and, as
  4355. in the case of Z80MU, don't really support disk functions.  Joan Riff and 
  4356. company don't seem to understand that a CP/M disk is just a doubly sub-
  4357. scripted array from the point of view of the BIOS, and any managing 
  4358. software need only be able to import and optionally export "files" from 
  4359. this data structure to and from true files in the MS-DOS environment, a
  4360. fairly simple job.  The BDOS file handling system is much more complex, 
  4361. but there are enough copies of the CP/M BDOS, ZRDOS, NovaDOS, ZSDOS, 
  4362. etc. around to handle the job if BIOS emulation is properly done, and a 
  4363. boot routine is provided to load some system software into the emulated
  4364. 64K Z80 memory domain.  Such a system would provide maximum flexibility
  4365. in CP/M emulation.  Riff seems to have the attitude that anything other
  4366. than plain vanilla CP/M (e.g. ZCPR3) or stock MS-DOS (e.g. 4DOS) is a sin
  4367. against nature and the users of same should take their computers and go
  4368. straight to the Warm Place.  On top of that, newer versions of Z80MU are
  4369. severely overpriced (considering that they don't do a true CP/M BIOS 
  4370. emulation) at $150, for which price I can buy Borland's Turbo C++
  4371. Professional or similar package with loads of disks, documentation, 
  4372. examples, etc....
  4373.  
  4374.                              Lindsay Haisley
  4375.  
  4376.  
  4377. "Everything works if you let it!"
  4378.  ---  Travis J. Redfish
  4379.  +++++++++++++++++++++++++++
  4380. uucp: austex!roadhog@emx.utexas.edu  OR  roadhog%austex.uucp@emx.utexas.edu
  4381.  BBS: (512) 259-1261 (Z-Node 77 - aka - Kaypro Club of Austin)
  4382.  
  4383. ------------------------------
  4384.  
  4385. Date: 25 Jan 91 13:15:54 GMT
  4386. From: usc!sdd.hp.com!news.cs.indiana.edu!news.nd.edu!mentor.cc.purdue.edu!descartes.math.purdue.edu!wilker@apple.com  (Clarence Wilkerson)
  4387. Subject: Z80 Emulator
  4388. Message-ID: <4486@mentor.cc.purdue.edu>
  4389.  
  4390. I don't want to get into the "RIFF" wars again. I think
  4391. Z80MU has a certain market that is happy to use it.
  4392. If you don't want the bells and whistles of the newer
  4393. versions, the last public domain version is still kicking
  4394. about.
  4395.    If you just want a RAW z80 emulation package that will
  4396. potentially run any z80 operating system, I haven't seen
  4397. any. Your best bet would be to get source to one of the
  4398. existing emulators, for example, the Heath User's group
  4399. emulator. 
  4400.    If speed is not an issue, there have been at least a
  4401. couple of emulators issued on usenet for z80's, written
  4402. in C. Complete z80 implementations may be hard to find,
  4403. because often people get tired of thinking about half parity
  4404. flags and DAA, etc.
  4405. Clarence Wilkerson
  4406.  
  4407. ------------------------------
  4408.  
  4409. End of INFO-CPM Digest V91 Issue #18
  4410. ************************************
  4411. 25-Jan-91 23:21:39-MST,9371;000000000000
  4412. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  4413. Date: Fri, 25 Jan 91 23:15:18 MST
  4414. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  4415. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  4416. Subject: INFO-CPM Digest V91 #19
  4417. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  4418. Message-ID: <910125231519.V91N19@WSMR-SIMTEL20.ARMY.MIL>
  4419.  
  4420. INFO-CPM Digest             Fri, 25 Jan 91       Volume 91 : Issue   19
  4421.  
  4422. Today's Topics:
  4423.                  Bug in Kermit V4.09 TRANSMIT command
  4424.                          CompuTime S-100 card
  4425.                       CP/M emulation under Unix?
  4426.                Need Description of Disk Parameter Block
  4427.                              Z80 Emulator
  4428.                            ZMP suggestions
  4429. ----------------------------------------------------------------------
  4430.  
  4431. Date: Sat, 26 Jan 91 00:06 CST
  4432. From: LANCE TAGLIAPIETRA <TAGLANCE@ucs.UWPLATT.EDU>
  4433. Subject: Bug in Kermit V4.09 TRANSMIT command
  4434. Message-ID: <CBD5EE03A0BF00345E@ucs.uwplatt.edu>
  4435.  
  4436. Hello,
  4437.  
  4438. I think I have discovered a bug in the TRANSMIT command of cp/m Kermit V4.09.
  4439. It seems that the TRANSMIT function looses characters. When I send the
  4440. following file using TRANSMIT:
  4441.  
  4442. :104000005468697320697320612074657374206F2C
  4443. :10401000662074686520656D657267656E637920DA
  4444. :1040200062726F6164636173742073797374656D18
  4445. :104030002E202054686973206973206F6E6C79207C
  4446. :104040006120746573742E2020496620746869733A
  4447. :1040500020686164206265656E2061207265616C14
  4448. :1040600020656D657267656E63792C20796F7520A8
  4449. :10407000776F756C642068617665206265656E2077
  4450. :10408000696E666F726D656420776865726520740D
  4451. :104090006F2074616B65207368656C7465722E2087
  4452. :0000000000
  4453.  
  4454. The following is actually sent:
  4455.  
  4456. :104000005468697320697320612074657374206F2C
  4457. :10401000662074686520656D657267656E637920DA
  4458. :1040200062726F616463617374207379737456D18
  4459. :104030002E202054686973206973206F6E6C79207C
  4460. :104040006120746573742E2020496620746869733A
  4461. :1040500020686164206265656E206207265616C14
  4462. :1040600020656D657267656E63792C20796F7520A8
  4463. :10407000776F756C642068617665206265656E2077
  4464. :10408000696E666F726D65420776865726520740D
  4465. :104090006F2074616B65207368656C7465722E2087
  4466. :0000000000
  4467.  
  4468. The hex files were created from the following assembler source, assembled with
  4469. z80mr:
  4470.  
  4471.         org 4000h
  4472.         db 'This is a test of the '
  4473.         db 'emergency broadcast '
  4474.         db 'system.  This is only a '
  4475.         db 'test.  If this had been '
  4476.         db 'a real emergency, you '
  4477.         db 'would have been informed '
  4478.         db 'where to take shelter. '
  4479.         end
  4480.  
  4481. Has anyone else experienced this problem with the TRANSMIT command? I would
  4482. appreciate hearing from you if you have -- before I attack the Kermit source
  4483. to find the fix.
  4484.  
  4485. Any assistance would be appreciated.
  4486.  
  4487. Lance Tagliapietra   taglance@ucs.uwplatt.edu or taglance@uwplatt.bitnet
  4488.  
  4489.  
  4490.  
  4491. Notice the dropped character in the third, sixth, and nineth lines.
  4492.  
  4493. Has anyone else experienced this problem.
  4494.  
  4495. ------------------------------
  4496.  
  4497. Date: 25 Jan 91 14:44:51 GMT
  4498. From: aurs01!luce@uunet.uu.net  (J. Luce)
  4499. Subject: CompuTime S-100 card
  4500. Message-ID: <59476@aurs01.UUCP>
  4501.  
  4502. In article <9101231728.AA21676@icf.llnl.gov.llnl.gov> rzh@ICF.LLNL.GOV (R. Hanscom) writes:
  4503. -
  4504. -Does anybody have info on these cards (#CT-102A), like how to
  4505. -set them and read them???  It doesn't appear to have any battery
  4506. -back-up.  Are they normally set at each boot??  Any info would
  4507. -be appreciated.
  4508. -
  4509. -          roger               icf!rzh@lll-winken.llnl.gov
  4510. -                               rzh@phoenix.ocf.llnl.gov
  4511. -
  4512.  
  4513. I have full documentation on a CompuWATCH. I don't recognize CompuTime.
  4514. If this is what you are looking for, let me know where to mail a copy.
  4515.  
  4516.  
  4517. -------------------------------------------------------------------
  4518. John Luce               | Life is the leading cause of death
  4519. Alcatel Network Systems | -----------------------------------------
  4520. Raleigh, NC             | Standard Disclaimer Applies
  4521. 919-850-6787            | Mail? Here? Try aurs01!aurw46!luce@mcnc.org
  4522.                         |        or ...!mcnc!aurgate!luce
  4523. -------------------------------- or John.Luce@f130.n151.z1.fidonet.org 
  4524.  
  4525. ------------------------------
  4526.  
  4527. Date: 25 Jan 91 14:14:05 GMT
  4528. From: usc!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!crdgw1!antarctica!davidsen@apple.com  (william E Davidsen)
  4529. Subject: CP/M emulation under Unix?
  4530. Message-ID: <1991Jan25.091405@antarctica.crd.GE.COM>
  4531.  
  4532. In article <9101181629.AA14291@icf.llnl.gov.llnl.gov>, rzh@ICF.LLNL.GOV
  4533. (R. Hanscom) writes:
  4534. There was a CP/M emulator posted to alt.sources, did anyone try it? I't
  4535. in my list of stuff to check out. The first posting was incomplete, but
  4536. there was a 2nd, later.
  4537.  
  4538. --
  4539. Bill Davidsen (davidsen@crdos1.crd.ge.com,
  4540. uunet!crdgw1!crdos1!davidsen)
  4541.   GE Corp R&D Center, Schenectady NY
  4542.   Moderator of comp.binaries.ibm.pc and 386users mailing list
  4543.        "This is your PC. This is your PC on OS/2. Any questions?"
  4544.  
  4545. ------------------------------
  4546.  
  4547. Date: 25 Jan 91 22:03:13 GMT
  4548. From: prism!jm59@gatech.edu  (MILLS,JOHN M.)
  4549. Subject: Need Description of Disk Parameter Block
  4550. Message-ID: <20389@hydra.gatech.EDU>
  4551.  
  4552. In article <62314@bbn.BBN.COM> gonzalez@bbn.com (Jim Gonzalez) writes:
  4553. >I'm in the process of getting UNARC16 working on my Cromemco under CDOS.
  4554. >Since CDOS provides only CP/M 1.3 calls, it complains when UNARC16 does a
  4555. >call to the CP/M 2.x function 0x1F.  
  4556.  .. deletions ..
  4557. >
  4558. >What I need to know is the format of a DPB.  Armed with that knowledge, I
  4559.                             ^^^^^^^^^^^^^^^^
  4560.   ..etc..
  4561.  
  4562.   Alan R. Miller, _Mastering_CP/M_, Sybex 0-068, 1983,
  4563.   ISBN 0-89588-068-7,  has about 5 pages on this.  There is also some
  4564.   in the DRI manual on adapting/modifying cp/m 2.2 (I forget the exact
  4565.   title.).  
  4566.  
  4567.  
  4568. -- 
  4569. MILLS,JOHN M.
  4570. Georgia Institute of Technology, Atlanta Georgia, 30332
  4571. uucp:      ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!jm59
  4572. Internet: jm59@prism.gatech.edu
  4573.  
  4574. ------------------------------
  4575.  
  4576. Date: Fri, 25 Jan 91 16:48:15 EST
  4577. From: Mark Eichin <eichin@apollo.com>
  4578. Subject: Z80 Emulator
  4579. Message-ID: <9101252151.AA21009@xuucp.ch.apollo.hp.com>
  4580.  
  4581. From Lindsay Haisley <roadhog%austex.uucp@emx.utexas.edu>:
  4582. >>based Z80 emulator out there which does a >>full<< emulation of the CP/M 
  4583. >>BIOS, including disk functions.  I'm looking for an emulator with a monitor
  4584.     Nick Sayer's emulator (posted to alt.sources a while ago, and
  4585. written in reasonably portable (at least among larger machines) C)
  4586. *only* fakes the BIOS (there's a table of BIOS entry points that does
  4587. RST 38H for each, which is detected by the emulator - the emulator
  4588. looks at the address, and does the appropriate BIOS function.) The
  4589. BDOS is loaded in from an external file, but is a normal Z80 (or 8080)
  4590. BDOS. 
  4591.     The problem with this design is that it is *SLOW*. There are a
  4592. number of places where the BDOS copies sectors around - that loop is
  4593. emulated instruction by instruction, which takes a long time. 
  4594.  
  4595. From Clarence Wilkerson <wilker@descartes.math.purdue.edu>:
  4596. >>   If you just want a RAW z80 emulation package that will
  4597. >>potentially run any z80 operating system, I haven't seen
  4598.     Nick's emulator can certainly run anything with a BIOS; in
  4599. fact, if you disable the BIOS hooks and provide routines that do "the
  4600. right thing" with IN and OUT you can probably emulate *any* z80...
  4601. once I've got the time, I do intend to emulate the Radio Shack Model 4
  4602. (since I run TurboDOS on it - though I may try to get TRSDOS/LDOS up
  4603. just for laughs...)
  4604. >>in C. Complete z80 implementations may be hard to find,
  4605. >>because often people get tired of thinking about half parity
  4606. >>flags and DAA, etc.
  4607.     Nick's emulation is *very* careful, particularly due to my
  4608. banging on it as an alpha tester... I also double checked everything
  4609. against the Zilog Z80 manual for clarification of what the flags do.
  4610. Half carry is done "live" as are all the flags (there is an "F"
  4611. register, and everything tweaks it as it goes...) There isn't really
  4612. any support for the different IM 0..2 interrupt modes, but I suspect
  4613. that doesn't matter much for most uses - and that code would tend to
  4614. need customization based on the particular hardware being emulated
  4615. anyhow.
  4616.             _Mark_ <eichin@apollo.com>
  4617.             <eichin@athena.mit.edu>
  4618.             <z80-emulator-request@sipb.mit.edu>
  4619.  
  4620.  
  4621.  
  4622. ------------------------------
  4623.  
  4624. Date: 25 Jan 91 01:26:16 GMT
  4625. From: usc!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!smurf!subnet.sub.net!altger!doitcr!jungkunz@apple.com  (Helmut Jungkunz)
  4626. Subject: ZMP suggestions
  4627. Message-ID: <1581@doitcr.doit.sub.org>
  4628.  
  4629. ZMP  BBS MODEM 
  4630.  
  4631.  
  4632. uunet.munnari.oz!cc.curtin.edu.au!murray_RJ  
  4633.  
  4634. originated a request for ZMP proposals.  ZMP is the famous ZMODEM program for
  4635. CP/M that is in the public domain.   
  4636.  
  4637. Well, so far I'm very happy with ZMP, except for the lack of script-processing
  4638. In this respect, i
  4639. I am quite happy with what QTERM supplys. But why does one have to use all
  4640. the different programs? WHy is there not one that does all?
  4641. ZMP as far as I'm concerned, just lacks this important feature. 
  4642.  
  4643. If you people have soMething to add - feel fre to do so!
  4644.  
  4645. Cheers from the Schneider/Amstrad CPC User Group Munich (SCUG)
  4646.  
  4647. Helmut Jungkunz  (jungkunz@doitcr.UUCP)
  4648.  
  4649. ------------------------------
  4650.  
  4651. End of INFO-CPM Digest V91 Issue #19
  4652. ************************************
  4653. 28-Jan-91 06:22:47-MST,9313;000000000000
  4654. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  4655. Date: Mon, 28 Jan 91 06:15:08 MST
  4656. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  4657. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  4658. Subject: INFO-CPM Digest V91 #20
  4659. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  4660. Message-ID: <910128061509.V91N20@WSMR-SIMTEL20.ARMY.MIL>
  4661.  
  4662. INFO-CPM Digest             Mon, 28 Jan 91       Volume 91 : Issue   20
  4663.  
  4664. Today's Topics:
  4665.              Bug in CP/M Kermit 4.09 TRANSMIT command (2)
  4666.                          CompuTime S-100 card
  4667.                            Fidonet postings
  4668.                  Fix for Kermit TRANSMIT command bug.
  4669.                   Got a really odd one here folks...
  4670.              wanted: bad sector lockout program (2 msgs)
  4671.                       ZMP overlay for Televideo
  4672. ----------------------------------------------------------------------
  4673.  
  4674. Date: Sun, 27 Jan 91 12:19 CST
  4675. From: LANCE TAGLIAPIETRA <TAGLANCE@ucs.UWPLATT.EDU>
  4676. Subject: Bug in CP/M Kermit 4.09 TRANSMIT command (2)
  4677. Message-ID: <CAA64FDA49FF003506@ucs.uwplatt.edu>
  4678.  
  4679. Hello,
  4680.  
  4681. I have found out a few more bits concerning the problem with the TRANSMIT
  4682. command in cp/m kermit V4.09:
  4683.  
  4684. 1).  The every 128th character is being dropped, starting with the 1288th
  4685.      character.
  4686.  
  4687. 2).  The transmit function is handled by the file CPSTT.ASM in kermit.
  4688.  
  4689. 3).  The routines to handle the reading from the file into the big buffer
  4690.      are in the file CPSUTL.ASM
  4691.  
  4692. 4).  The characters are read from the big buffer one at a time into a
  4693.      retransmit buffer, for retransmission of the current line if
  4694.      specified by console input.
  4695.  
  4696. 5).  It seems that the 128th character is skipped when reading from the
  4697.      bug buffer into the line buffer.
  4698.  
  4699.  
  4700. Any kermit experts out there willing to lend a hand?
  4701.  
  4702. Lance    taglance@ucs.uwplatt.edu or taglance@uwplatt.bitnet
  4703.  
  4704. ------------------------------
  4705.  
  4706. Date: 27 Jan 91 06:05:05 GMT
  4707. From: mvb.saic.com!ncr-sd!simasd!simasd!pnet07!donm@ucsd.edu  (Don Maslin)
  4708. Subject: CompuTime S-100 card
  4709. Message-ID: <1991Jan27.060505.5683@simasd.uucp>
  4710.  
  4711. luce@aurs01.UUCP (J. Luce) writes:
  4712. >In article <9101231728.AA21676@icf.llnl.gov.llnl.gov> rzh@ICF.LLNL.GOV (R. Hanscom) writes:
  4713. >-
  4714. >-Does anybody have info on these cards (#CT-102A), like how to
  4715. >-set them and read them???  It doesn't appear to have any battery
  4716. >-back-up.  Are they normally set at each boot??  Any info would
  4717. >-be appreciated.
  4718. >-
  4719. >-          roger               icf!rzh@lll-winken.llnl.gov
  4720. >-                               rzh@phoenix.ocf.llnl.gov
  4721. >-
  4722. >
  4723. >I have full documentation on a CompuWATCH. I don't recognize CompuTime.
  4724. >If this is what you are looking for, let me know where to mail a copy.
  4725. >
  4726. I think you are both correct, as I believe the board in question is a
  4727. CompuWatch by Compu-Time which does, I believe, have battery backup.  Look for
  4728. a little 'black-box' that says Data Sentry in the center right hand portion of
  4729. the board.  That is GE's 3.6vdc ni-cad package.
  4730.                                                         - don
  4731. >
  4732.  
  4733. Keeper of the CP/M System Disk | UUCP: {nosc ucsd crash ncr-sd}!pnet07!donm
  4734. Archives for the Dino(saur)SIG | ARPA: simasd!pnet07!donm@nosc.mil
  4735. - San Diego Computer Society - | INET: donm@pnet07.cts.com
  4736.  
  4737. ------------------------------
  4738.  
  4739. Date: 28 Jan 91 03:09:22 GMT
  4740. From: van-bc!cynic!pevans@ucbvax.Berkeley.EDU  (Phillip Evans)
  4741. Subject: Fidonet postings
  4742. Message-ID: <ByRgw1w163w@cynic.wimsey.bc.ca>
  4743.  
  4744. Hello All.  I am considering preparing a weekly digest of the messages 
  4745. posted in this newsgroup for posting to the Fidonet CP/M Tech Echo.  If 
  4746. anyone has concerns in this regard they should let me know.  I plan to 
  4747. start next week.
  4748.  
  4749. I suppose I should get a signature................X <- my mark.
  4750.  
  4751. ------------------------------
  4752.  
  4753. Date: Sun, 27 Jan 91 20:03 CST
  4754. From: LANCE TAGLIAPIETRA <TAGLANCE@ucs.UWPLATT.EDU>
  4755. Subject: Fix for Kermit TRANSMIT command bug.
  4756. Message-ID: <CA65827C3CBF003620@ucs.uwplatt.edu>
  4757.  
  4758. Hello,
  4759.  
  4760. I have found the fix to the bug in with the TRANSMIT command in version 4.09 of
  4761. kermit.  The bug is in the file CPSUTL.ASM. The problem is that subroutine
  4762. INBUF: is pre-decrementing the byte count by 1, (decrementing an assembly
  4763. generated constant) causing the last character of each record to be ignored.
  4764.  
  4765. The line at fault was a few lines after label inbuf2: and read
  4766.  
  4767.         mvi     a,bufsiz-1      ; Number of bytes in buffer (pre-decremented)
  4768.  
  4769. this should be corrected to
  4770.  
  4771.         mvi     a,bufsiz        ; Number of bytes in buffer.
  4772.  
  4773. This bug only shows when files to be send via TRANSMIT are greater than 128
  4774. bytes.
  4775.  
  4776.  
  4777. The pausit: routine in the same file is also missing a return statement.
  4778. The cpsker.hex file does not seem to have this problem, but the source
  4779. file does not have the return listed in the (corrected) code fragment below:
  4780.  
  4781.         jz      pausi1          ; loop until a key has been pressed.
  4782.         ret
  4783.  
  4784. I hope this can help someone.
  4785.  
  4786. Lance Tagliapietra  taglance@ucs.uwplatt.edu or taglance@uwplatt.bitnet
  4787.  
  4788. ------------------------------
  4789.  
  4790. Date: 25 Jan 91 15:14:13 GMT
  4791. From: mintaka!think.com!sdd.hp.com!zaphod.mps.ohio-state.edu!van-bc!cynic!pevans@bloom-beacon.mit.edu  (Phillip Evans)
  4792. Subject: Got a really odd one here folks...
  4793. Message-ID: <ei6Bw1w163w@cynic.wimsey.bc.ca>
  4794.  
  4795.  
  4796.  
  4797.          Mesg: 171   (R)                      Date: 24 Jan 91
  4798.  
  4799.          Fldr: General                        Time: 22:55:18
  4800.  
  4801.          Subj: oddball computers              Rply: 171 (BOT-172)
  4802.  
  4803.          From: David Bowerman                 To:   Philip Evans
  4804.  
  4805.  
  4806.  
  4807.          Philip, have you ever run across a computer called a "ADWIN-80"? 
  4808.  
  4809.  
  4810.          It seems to be a single board Z-80 based system, 256K memory, 4 
  4811.  
  4812.          serial, 1 parallel printer, SCSI or SASI bus interface, WD2797 
  4813.  
  4814.          8/5/3" floppy controller, parallel keyboard interface and video 
  4815.  
  4816.          display circuit.  The person who owns it has no idea of where 
  4817. the 
  4818.  
  4819.          boot disk or anything else for it is.  I was thinking about 
  4820.  
  4821.          picking it up (the price is right -- free) but not sure if I 
  4822.  
  4823.          wanted to tie into another project such as you are having with 
  4824. the 
  4825.  
  4826.          Bullet.  Dismantling the ROMs just not something I want to get 
  4827.  
  4828.          into for the next few months. Especially not on a machine as 
  4829.  
  4830.          jammed as this one is.  Stuffed the entire board into a 5.25" 
  4831.  
  4832.          drive form factor.  No ASICS so some chips are mounted under 
  4833.  
  4834.          socketed LSI and all the other fun you can have cramming a board 
  4835.  
  4836.  
  4837.          to it's maximum.
  4838.  
  4839.  
  4840.  
  4841.          According to Richard, it was originally mounted into a terminal 
  4842.  
  4843.          and had one 5.25" floppy connected to it.  At some point, it was 
  4844.  
  4845.  
  4846.          removed from the terminal and kinda lost in a box.  Evidently 
  4847. his 
  4848.  
  4849.          brother who originally owned it is no longer into computers and 
  4850.  
  4851.          hence he is willing to give it to me (for some strange reason, 
  4852. he 
  4853.  
  4854.          thinks I might be willing to give it a good home).
  4855.  
  4856.  
  4857.  
  4858.  
  4859. Folks I copied the above message from a local BBS that David Bowerman 
  4860. runs.  He's a good fellow so if anyone has a lead then please respond.
  4861.  
  4862. ------------------------------
  4863.  
  4864. Date: 28 Jan 91 07:04:41 GMT
  4865. From: sdd.hp.com!zaphod.mps.ohio-state.edu!ub!dsinc!netnews.upenn.edu!grad1.cis.upenn.edu!traw@ucsd.edu
  4866. Subject: wanted: bad sector lockout program
  4867. Message-ID: <36438@netnews.upenn.edu>
  4868.  
  4869.    I need a program to locate and lock out bad sectors on a hard
  4870. disk running CP/M 2.2.  The machine is a xerox 820-II, using a 10M
  4871. shugart drive.
  4872.  
  4873. ------------------------------
  4874.  
  4875. Date: 28 Jan 91 12:07:00 GMT
  4876. From: att!news.cs.indiana.edu!news.nd.edu!mentor.cc.purdue.edu!gauss.math.purdue.edu!wilker@ucbvax.Berkeley.EDU  (Clarence Wilkerson)
  4877. Subject: wanted: bad sector lockout program
  4878. Message-ID: <4658@mentor.cc.purdue.edu>
  4879.  
  4880. You need FINDBAD. This works after formatting disks, and reads
  4881. sectors to find bad ones. The bad ones are collected in a file
  4882. stuffed in user number 15.
  4883.   Caution: Under CP/M a sector can belong to more than one
  4884. logical file. After using FINDBAD, any bad sectors will belong
  4885. to both the badsector file, and the previous owner. You can
  4886. use DU to discover this problem. If the file is data, you can
  4887. recover as much as possible by copying to a file of a different
  4888. name, and then erasing the previous copy.
  4889.   Check the SIMTEL20 site for FINDBAD. It's a simple idea and
  4890. works.
  4891. Clarence Wilkerson
  4892.  
  4893. ------------------------------
  4894.  
  4895. Date: 24 Jan 91 16:51:42 GMT
  4896. From: mcsun!ukc!axion!tharr!nowster!pm@uunet.uu.net  (Paul Martin)
  4897. Subject: ZMP overlay for Televideo
  4898. Message-ID: <XX0000008f@nowster.UUCP>
  4899.  
  4900. If anyone has a ZMP overlay which works on the Televideo 803, 
  4901. could they get in contact with me?
  4902.  
  4903. (I have an overlay for the other Televideos, but the 803 is 
  4904. quite different in hardware.)
  4905.  
  4906. --
  4907. Paul Martin     ..!uunet!tharr!nowster!pm | CP/M systems never die. They
  4908. pm.nowster@tharr.uucp  (pm111@tharr.uucp) | just get more BIOSed with age.
  4909.   <-- tharr *free* public access to Usenet in the UK 0234 261804 -->
  4910.  
  4911. ------------------------------
  4912.  
  4913. End of INFO-CPM Digest V91 Issue #20
  4914. ************************************
  4915. 29-Jan-91 12:25:44-MST,10708;000000000000
  4916. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  4917. Date: Tue, 29 Jan 91 12:15:05 MST
  4918. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  4919. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  4920. Subject: INFO-CPM Digest V91 #21
  4921. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  4922. Message-ID: <910129121506.V91N21@WSMR-SIMTEL20.ARMY.MIL>
  4923.  
  4924. INFO-CPM Digest             Tue, 29 Jan 91       Volume 91 : Issue   21
  4925.  
  4926. Today's Topics:
  4927.                          8 meg limit (2 msgs)
  4928.                            CP/M-68k Kermit
  4929.           CP/M TO MSDOS DISK CONVERTER NEEDED (PD?) (2 msgs)
  4930.                  Heath/Zenith Z-100 still being used?
  4931.                            HP 125 Boot disk
  4932.                    Reply to INFO-CPM Digest V91 #13
  4933. ----------------------------------------------------------------------
  4934.  
  4935. Date: 25 Jan 91 21:23:29 GMT
  4936. From: usc!samsung!olivea!orc!inews!iwarp.intel.com!ogicse!pdxgate!parsely!percy!qiclab!techbook!fzsitvay@ucsd.edu  (Frank Zsitvay)
  4937. Subject: 8 meg limit
  4938. Message-ID: <1991Jan25.212329.27337@techbook.com>
  4939.  
  4940. In article <4402@mentor.cc.purdue.edu> wilker@descartes.math.purdue.edu (Clarence Wilkerson) writes:
  4941. >It seems to me like RLB's reply is a good explanation of why
  4942. >the maximum size of file would be 8 megs, if we can access
  4943. >sectors of the file by a 16 bit integer. Why does it dictate
  4944. >the max. logical size of the disk, however?
  4945. >Clarence
  4946.  
  4947.   well, it's like this - that same 16 bit integer that is used to address
  4948. sectors in a file is also used to address blocks in a disk.  therefore, 
  4949. the maximum available blocks on a disk is 65536, or 8192K bytes total.
  4950.    
  4951.   to access larger disks you would need a larger block pointer, something
  4952. on the order of 24 bits or 32 bits.  however, there is too much overhead
  4953. associated with maintaining two pointers, and large ones at that, in
  4954. an 8 bit system.   it is just easier to accept the 16 bit pointers and
  4955. work with them.  
  4956. -- 
  4957. fzsitvay@techbook.COM - but don't quote me on that....
  4958.  
  4959. American Oil Company motto - Bend over, We'll pump!!!
  4960.  
  4961. ------------------------------
  4962.  
  4963. Date: 29 Jan 91 13:23:04 GMT
  4964. From: usc!samsung!noose.ecn.purdue.edu!mentor.cc.purdue.edu!gauss.math.purdue.edu!wilker@apple.com  (Clarence Wilkerson)
  4965. Subject: 8 meg limit
  4966. Message-ID: <4725@mentor.cc.purdue.edu>
  4967.  
  4968. But the size of a disk block can be large, i.e. 1k, 4k even 16k.
  4969. Even 1k x 65535 = 64 megs.
  4970.   Of course it's hard to imagine doing a DIR to a disk with
  4971. 64k 1k files.......
  4972. Clarence
  4973.  
  4974. ------------------------------
  4975.  
  4976. Date: 28 Jan 91 22:16:37 GMT
  4977. From: psuvm!mjm13@psuvax1.cs.psu.edu  (MARK McKENNA)
  4978. Subject: CP/M-68k Kermit
  4979. Message-ID: <91028.171637MJM13@psuvm.psu.edu>
  4980.  
  4981. Hi... I'm using a old STRIDE computer running cpm-68k.  I'm in need of a versio
  4982. n of kermit which allow transfers of binary files.  Does anyone know of an FTP
  4983. site?  (Columbia doesn't seem to have anything)
  4984.                                                  Thanks
  4985.                                                   Mark
  4986.  
  4987. ------------------------------
  4988.  
  4989. Date: 29 Jan 91 07:09:31 GMT
  4990. From: usc!samsung!caen!news.cs.indiana.edu!ux1.cso.uiuc.edu!news@apple.com  (George Wang)
  4991. Subject: CP/M TO MSDOS DISK CONVERTER NEEDED (PD?)
  4992. Message-ID: <1991Jan29.070931.25589@ux1.cso.uiuc.edu>
  4993.  
  4994. Hello, I am looking for a program (Public domain if possible)
  4995. that will read in a CP/M physically formatted diskette and
  4996. convert it to a MSDOS readable version... The CP/M
  4997. machine is a old EPSON CP/M 80 system with 5.25" floppies...
  4998.  
  4999. Anyone know where I can get this program? Ftp?
  5000. I think there was a program called XENOCOPY but that was
  5001. a long time ago... Please email your answers. Thanks!
  5002. George
  5003. --
  5004. ****************************************************************************
  5005. * George Wang - Computer Engineering                       T     T         *
  5006. * University of Illinois at Urbana Champaign               |  T  |         *
  5007. * INTERNET: gcw20877@uxa.cso.uiuc.edu                       \_|_/          *
  5008. * UUCP: gargoyle!igloo!gwang  PH: (217) 332-4019              -            *
  5009. ****************************************************************************
  5010.  
  5011. ------------------------------
  5012.  
  5013. Date: 29 Jan 91 18:20:59 GMT
  5014. From: sdd.hp.com!uakari.primate.wisc.edu!umriscc!mcs213f.cs.umr.edu!mcastle@ucsd.edu  (Mike Castle {Nexus})
  5015. Subject: CP/M TO MSDOS DISK CONVERTER NEEDED (PD?)
  5016. Message-ID: <2043@umriscc.isc.umr.edu>
  5017.  
  5018. In article <1991Jan29.070931.25589@ux1.cso.uiuc.edu> gcw20877@uxa.cso.uiuc.edu (George Wang) writes:
  5019. >Hello, I am looking for a program (Public domain if possible)
  5020. >that will read in a CP/M physically formatted diskette and
  5021. >convert it to a MSDOS readable version... The CP/M
  5022. >machine is a old EPSON CP/M 80 system with 5.25" floppies...
  5023.  
  5024. The following are several CP/M associated programs.  While only the last one
  5025. really fits you description, I included the others in case you might find
  5026. something useful.  I'm not sure if the conversion program actually has an
  5027. executable along with the source, but it should not be too much of a problem
  5028. to find someone to compile it if it's not.
  5029.  
  5030. Hope this helps.
  5031.  
  5032. 22DSK134.ZIP PD1:<MSDOS.DSKUTL>    CP/M<->Diskette xfer, over 100 formats. SYDEX
  5033. AMPROCPM.ARC PD1:<MSDOS.DSKUTL>    Read/write Ampro CP/M disks on MSDOS
  5034. RWCPM.ARC    PD1:<MSDOS.DSKUTL>    Read & Write Epson CP/M diskettes
  5035. 22NCE130.ZIP PD1:<MSDOS.EMULATORS> Z80 CP/M emulator for MS-DOS systems. SYDEX
  5036. AME86.ARC    PD1:<MSDOS.EMULATORS> CP/M-86 emulator for MS-DOS
  5037. V2080J88.ARC PD1:<MSDOS.EMULATORS> Run CP/M-80 programs on system with V20 CPU
  5038. V20BOOT.ZIP  PD1:<MSDOS.EMULATORS> Turbo Pascal source code for V20 CP/M emulator
  5039. Z80MU52B.ARC PD1:<MSDOS.EMULATORS> CP/M (Z80 processor) emulator for MS-DOS
  5040. ZRUN321.ARC  PD1:<MSDOS.EMULATORS> Z80 CP/M emulator for MS-DOS
  5041. UNCR-DOS.ARC PD1:<MSDOS.SQ-USQ>    Uncrunch CP/M '?Z?' crunched files
  5042. UNCR233.ARC  PD1:<MSDOS.SQ-USQ>    Uncrunch CP/M 'Z' files on MSDOS, w/wild cards
  5043. CONVERTB.ARC PD1:<MSDOS.TURBOPAS>  Turbo Pascal, convert CP/M data to DOS
  5044.  
  5045. These are all available at:
  5046. New Mexico:  simtel20.army.mil (26.2.0.74) in the directory listed above
  5047.                                            (PDx:<MSDOS.xxxxx> )
  5048. Missouri:    wuarchive.wustl.edu (128.252.135.4) in mirrors/msdos/xxxxx
  5049. Australia:   sol.deakin.oz.au (128.184.1.1) in pub/PC/simtel-20/xxxxx
  5050.  
  5051. There are several mail servers that will process the ftp commands for those who
  5052. have access to e-mail, but not FTP.  Addresses are:
  5053.  
  5054. In North America (Simtel20 access only):
  5055.  
  5056.           LISTSERV@VM1.NODAK.EDU   North Dakota State University.
  5057.           LISTSERV@VM.ECS.RPI.EDU  Rensselaer Polytechnic Institute.
  5058.  
  5059.     In the body of the mail have the command:
  5060.     GET PDGET HELP PCSERV-L
  5061.  
  5062. Also (any ftp site):
  5063.           BITFTP@PUCC.PRINCETON.EDU
  5064.  
  5065.    In the body of the mail have the command:
  5066.    HELP
  5067.  
  5068. Trickle servers (Simtel20 access only):
  5069. In Denmark:     TRICKLE@DKTC11
  5070. In Turkey:      TRICKLE@TREARN
  5071. In Italy:       TRICKLE@IMIPOLI
  5072. In Belgium:     TRICKLE@BANUFS11
  5073. In Austria:     TRICKLE@AWIWUW11
  5074. In Germany:     TRICKLE@DTUZDV1
  5075. In Spain:       TRICKLE@EB0UB011
  5076. In Israel:      TRICKLE@TAUNIVM
  5077. In Netherlands: TRICKLE@HEARN
  5078. France:         TRICKLE@FRMOP11
  5079. Germany:        TRICKLE@DB0FUB11
  5080. Chile:          TRICKLE@USACHVM1
  5081. Not sure:       TRICKLE@DS0RUS1I
  5082.  
  5083. (note:  these are EARN/BITNET style addresses.  Internet users should
  5084.         try BITNET domain addresses such as TRICKLE@TREAN.BITNET)
  5085.  
  5086.     In the body of the mail have the command:
  5087.     /HELP
  5088.  
  5089. If anyone knows of any other mirrored archives of Simtel20, please let me
  5090. know and I'll add them to this generic response.
  5091.  
  5092. Thanks.
  5093. -- 
  5094. Mike Castle (Nexus) S087891@UMRVMA.UMR.EDU (preferred)       | ERROR:  Invalid
  5095.                 mcastle@mcs213k.cs.umr.edu (unix mail-YEACH!)| command 'HELP'
  5096. Life is like a clock:  You can work constantly, and be right | try 'HELP'
  5097. all the time, or not work at all, and be right twice a day.  |
  5098.  
  5099. ------------------------------
  5100.  
  5101. Date: 28 Jan 91 17:46:37 GMT
  5102. From: sun-barr!newstop!eastapps!hienergy!jimv@rutgers.edu  (Jim Vienneau - Sun Microsystems)
  5103. Subject: Heath/Zenith Z-100 still being used?
  5104. Message-ID: <4076@eastapps.East.Sun.COM>
  5105.  
  5106. I have some Heath/Zenith Z-100 PCs that I'm trying to find software for. If
  5107. anyone knows of a user's group, or BBS that support's these systems, I'd
  5108. sure like to know! It's an interesting piece of computer history, I'd sure
  5109. like to gather some useful software for them. Thanks in advance for any
  5110. leads!
  5111.  
  5112. ps: I can't get to simtel20 from here...
  5113.  
  5114.  
  5115.  
  5116. Jim Vienneau, Sun Microsystems Inc - Billerica, MA
  5117. Email: jvienneau@east.sun.com   Amateur Radio: WB1B
  5118. Good old Ma Bell (well old anyway): (508)671-0372
  5119.  
  5120. ------------------------------
  5121.  
  5122. Date: 28 Jan 91 23:17:12 GMT
  5123. From: schulte@june.cs.washington.edu  (Richard Schulte)
  5124. Subject: HP 125 Boot disk
  5125. Message-ID: <14735@june.cs.washington.edu>
  5126.  
  5127. A friend of mine picked up an HP 125.  Being a neophyte, he erased his
  5128. one and only boot disk.  Does anyone have, or know where another boot
  5129. disk can be found?
  5130.  
  5131. Thanks,
  5132. rich                    schulte@cs.washington.edu
  5133.  
  5134. ------------------------------
  5135.  
  5136. Date: Sat, 26 Jan 91 14:32:21 -0400
  5137. From: EUDOH@sctnve
  5138. Subject: Reply to INFO-CPM Digest V91 #13
  5139. Message-ID: <5B011A0E1D0E013B-SCTNVE*EUDOH@sctnve>
  5140.  
  5141. hi,
  5142.  
  5143.    anybody have any idea how I can get CP/M for the C-128....
  5144.  I've tried ordering it, from the company, whose address I
  5145.  didn't think to write down.   The money for it was taken
  5146.  out of the bank, but the CP/M never came !!!!!!!!!
  5147.  
  5148.  any ideas ??????
  5149.  
  5150.  ........................................................................
  5151.  :  << Eudoh@sctnve.bitnet >>    ============================           :
  5152.  :             /|\               \\  Cyber Lab Consultant  //           :         )
  5153.  :       // Etop Udoh \\          \\           &          //            :            :                )
  5154.  :       ------ A2 ------          \\  Computer Operator //             :
  5155.  :     //!\\       \\\\\\\\          ====================               :                    :
  5156.  :    //   \\            !!           Computer Operations               :
  5157.  :   //!!!!!\\     ////////      Southern College of Technology         :
  5158.  :  //       \\    !!               Marietta, Georgia 30060             :                       :
  5159.  : //         \\   \\\\\\\\                                             :
  5160.  :                        Sometimes you just gotta say "what the f*ck"  :
  5161.  :......................................................................:
  5162.  
  5163. ------------------------------
  5164.  
  5165. End of INFO-CPM Digest V91 Issue #21
  5166. ************************************
  5167. 31-Jan-91 00:00:38-MST,8218;000000000000
  5168. Mail-From: W8SDZ created at 30-Jan-91 23:50:48
  5169. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  5170. Date: Wed, 30 Jan 91 23:50:48 MST
  5171. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  5172. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  5173. Subject: INFO-CPM Digest V91 #22
  5174. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  5175. Message-ID: <910130235048.V91N22@WSMR-SIMTEL20.ARMY.MIL>
  5176.  
  5177. INFO-CPM Digest             Wed, 30 Jan 91       Volume 91 : Issue   22
  5178.  
  5179. Today's Topics:
  5180.                   can I use this with my Kaypro 10?
  5181.                       CP/M for the C-128 needed
  5182.           Found the Syncronization Error problem with MOVCPM
  5183.                           IEEE 488 for S-100
  5184.           need CP/M file transfer binary for generic machine
  5185. ----------------------------------------------------------------------
  5186.  
  5187. Date: 30 Jan 91 07:01:18 GMT
  5188. From: swrinde!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!kwgst@ucsd.edu  (Filip Gieszczykiewicz)
  5189. Subject: can I use this with my Kaypro 10?
  5190. Message-ID: <85300@unix.cis.pitt.edu>
  5191.  
  5192.     Greetings. I got some custom hard drives for peanuts. When
  5193.     I took them apart (a nice enclosure with a PS for 2 HH 
  5194.     Hard drives and a fan) I found:
  5195.     
  5196.     1 custom board (Anyone hear of 8800 buss?)
  5197.       - Nothing interesting. It has one 50 pin connector and
  5198.         out comes another 50 pin connector that hooks with (below)
  5199.  
  5200.     1 Xebec (FAB 10427 Rev 2 [(A)MLI-6] ASSY 104526) controller board
  5201.       - This has a 50-pin input (will this work with my K10's
  5202.         ribbon cable that connects the motherboard with the WD
  5203.         controller?) Out comes a 34-pin drive control and 20-pin
  5204.         data cables (ST-506)
  5205.  
  5206.     1 ST-406 Hard drive. Looks old - 1982ish... It's a FH 5 1/4".
  5207.  
  5208.     
  5209.     Now, I know that I can use the enclosure for any standard
  5210.     ST-506 drive (or 2 HH) but I want to know if I can perhaps
  5211.     connect this to any machine. Again, anyone know if the K10
  5212.     BIOS (CP/M 2.2F in general) supports Xebec controllers?
  5213.     It seems to have the same motherboard-controller cable.
  5214.  
  5215.     Take care.
  5216.  
  5217.     P.S. I asked several questions, here, about CP/M, MBASIC, and
  5218.     other stuff. Does anyone want me to summarize and post?    
  5219. -- 
  5220. ------------------------------------------------------------------------------
  5221. If reply bounces, try "kwgst@pittvms"... no? try "fmgst@unix.cis.pitt.edu"
  5222. Did you hear? Some Poles burned the Russian flag near the Soviet embassy,
  5223. in Poland. :-) :-) "Nothing is impossible if you don't have to do it yourself."
  5224.  
  5225. ------------------------------
  5226.  
  5227. Date: Wed, 30 Jan 91 14:45:47 -0400
  5228. From: EUDOH@sctnve
  5229. Subject: CP/M for the C-128 needed
  5230. Message-ID: <5B011E0E2A100003-SCTNVE*EUDOH@sctnve>
  5231.  
  5232. hi,
  5233.  
  5234.   Looking for CP/M for the C-128......
  5235.   I ordered it a while back and my check was cashed but the
  5236.   disk or anything else never came....
  5237.    Didn't remember to write down the address or name of the
  5238.   company I ordered it from either (just tore the order form
  5239.   out of the C-128 users manual, and that was that...)
  5240.  
  5241.  really need CP/M for the C128, if anyone can help please
  5242.  speak now.....
  5243.  ........................................................................
  5244.  :  << Eudoh@sctnve.bitnet >>    ============================           :
  5245.  :             /|\               \\  Cyber Lab Consultant  //           :         )
  5246.  :       // Etop Udoh \\          \\           &          //            :            :                )
  5247.  :       ------ A2 ------          \\  Computer Operator //             :
  5248.  :     //!\\       \\\\\\\\          ====================               :                    :
  5249.  :    //   \\            !!           Computer Operations               :
  5250.  :   //!!!!!\\     ////////      Southern College of Technology         :
  5251.  :  //       \\    !!               Marietta, Georgia 30060             :                       :
  5252.  : //         \\   \\\\\\\\                                             :
  5253.  :                        Sometimes you just gotta say "what the f*ck"  :
  5254.  :......................................................................:
  5255.  
  5256. ------------------------------
  5257.  
  5258. Date: Tue, 29 Jan 1991 13:00:49 PST
  5259. From: sprague.wbst311@xerox.com
  5260. Subject: Found the Syncronization Error problem with MOVCPM
  5261. Message-ID: <"29-Jan-91 16:00:49 EST".*.Michael_D._Sprague.wbst311@Xerox.com>
  5262.  
  5263. If you remember, I was having trouble installing ZSDOS on a Xerox 820-II.  One
  5264. of the problems was in using MOVCPM to create an absolute file os the system.
  5265. I kept getting a SYNCRONIZATION ERROR.
  5266.  
  5267. Jay Sage explained that this was probably because the system was not created
  5268. using that version of MOVCPM.  I had trouble believing this, because I only
  5269. HAVE one system disk, and unless it was screwed up, which did not seem to be
  5270. the case, then MOVCPM and the system HAD to be the same.
  5271.  
  5272. Well Jay was right, but not in the way he had ment.  In playing around with it
  5273. some more, it seems ZSDOS's INSTALOS modifies MOVCPM or something like that.
  5274. Using the original master system disk, I formatted a new disk, sysgened it, and
  5275. then copied MOVCPM and the other files needed to install ZSDOS.  I then booted
  5276. the system using the new disk, and ran MOVCPM.  It worked fine, but I didn't do
  5277. anything else with it.  I then ran ZSDOS's INSTALOS in the normal way.  Note
  5278. that it uses MOVCPM.  As before, I got the "bit relocatable table not found"
  5279. error, so I decided to create an absolute file of the system.  MOVCPM gave me a
  5280. SYNCRONIZATION ERROR.  I deleted MOVCPM and then copied it over from the master
  5281. disk again.  It ran without a problem.
  5282.  
  5283. I tried this a couple more times, just to be sure.  If I ran INSTALOS in the
  5284. normal fashon, then I was NOT able to use MOVCPM anymore, until I deleted it,
  5285. and copied over a new version.
  5286.  
  5287. Strange!
  5288.  
  5289.                 ~ Mike  (Sprague.Wbst311@Xerox.Com)
  5290.  
  5291. ------------------------------
  5292.  
  5293. Date: 30 Jan 91 21:52:01 GMT
  5294. From: bbn.com!gonzalez@eddie.mit.edu  (Jim Gonzalez)
  5295. Subject: IEEE 488 for S-100
  5296. Message-ID: <62425@bbn.BBN.COM>
  5297.  
  5298. I was thumbing through the new National Instruments catalog this afternoon.
  5299. Imagine my surprise at spotting boards for the S-100 bus.  They list a
  5300. DMA-capable IEEE-488 (GPIB) interface for $1295, and I/O port version for
  5301. $495, and drivers for either one in C for $300.  If any wealthy S-100 owners
  5302. are interested in this, their number is 800-IEEE-488 (that's 800-433-3488).
  5303. These products also appear in the 1989 edition of the catalog, by the way,
  5304. at the same prices.
  5305.  
  5306.                 -Jim.
  5307.  
  5308. ------------------------------
  5309.  
  5310. Date: 29 Jan 91 18:38:01 GMT
  5311. From: zephyr.ens.tek.com!orca.wv.tek.com!frip!andrew@uunet.uu.net  (Andrew Klossner)
  5312. Subject: need CP/M file transfer binary for generic machine
  5313. Message-ID: <9981@orca.wv.tek.com>
  5314.  
  5315. After ten years of Wordstar, my TRS-80 model II is fading away (one
  5316. drive gone, keyboard is flaky, display column 2 overlays column 1), and
  5317. I've bought a PC clone.  I need to get my files off the old 8-inch
  5318. disks.  To that end, I'm looking for a CP/M serial port file transfer
  5319. program.  The constraints:
  5320.  
  5321.   -- It must be for "generic" platforms: it has to restrict itself to
  5322.      BDOS and BIOS calls.  Going directly to the I/O ports won't work
  5323.      because the Pickles & Trout BIOS takes interrupts and snarfs input
  5324.      on those ports as soon as it arrives.
  5325.  
  5326.   -- It has to be in assembler or binary form -- I don't have a
  5327.      worthwhile C compiler.
  5328.  
  5329. Best of all would be a program that runs in server mode, so I don't
  5330. have to type two commands to transfer one file.
  5331.  
  5332. Any protocol is okay, I can match software on the PC clone to fit.
  5333.  
  5334. I tried a KERMIT.ASM with "gener" defined to TRUE, but the darn thing
  5335. tried to write out my Centronics port.  Looks like erroneous
  5336. manipulation of the IOBYTE.  I don't have enough machine left to debug
  5337. this version.
  5338.  
  5339. If I can get the software onto my VAX, I can get it onto my CP/M
  5340. system.  My VAX can FTP to much of the internet, but not to SIMTEL20
  5341. (sigh).
  5342.  
  5343. Any references would be greatly appreciated.
  5344.  
  5345.   -=- Andrew Klossner   (uunet!tektronix!frip.WV.TEK!andrew)    [UUCP]
  5346.                         (andrew%frip.wv.tek.com@relay.cs.net)   [ARPA]
  5347.  
  5348. ------------------------------
  5349.  
  5350. End of INFO-CPM Digest V91 Issue #22
  5351. ************************************
  5352.