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

  1.  1-Jul-89 05:16:26-MDT,8010;000000000000
  2. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  3. Date: Sat,  1 Jul 89 05:00:44 MDT
  4. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  5. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  6. Subject: INFO-CPM Digest V89 #145
  7. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  8.  
  9. INFO-CPM Digest             Sat,  1 Jul 89       Volume 89 : Issue 145
  10.  
  11. Today's Topics:
  12.                          CP/M 3.0 BBS wanted
  13.                            Dbase II Needed
  14.                       New CCP features. (2 msgs)
  15.                        QX-10/16 VT100 emulation
  16.                        terminal emulator, v100
  17. ----------------------------------------------------------------------
  18.  
  19. Date: 29 Jun 89 14:31:34 GMT
  20. From: ima!cfisun!lakart!dg@decvax.dec.com  (David Goodenough)
  21. Subject: CP/M 3.0 BBS wanted
  22.  
  23. dorian@pawl.rpi.edu (Dorian S. Garson) sez:
  24. > I've just acquired a Morrow MD11 system (11 meg HD, CP/M 3.0, Z80-A - my first
  25. > CP/M system), and I'd like to run a BBS on it.  Can anyone tell me where I
  26. > might find public domain/shareware or very inexpensive BBS software for this
  27. > beast?  If there's more than one to chose from, which one is the best?
  28.  
  29. Mr. Garson then talks about the SIMTEL archives ......
  30.  
  31. HOWEVER, I'm gonna throw in my $0.02 worth and say that the best CP/M
  32. BBS I've seen is the PICS system. It's written in (Turbo ?) Pascal, and
  33. has all the neat features you expect from a BBS. It is a little
  34. different from a RCP/M in that you never actually get to see the A> or
  35. A0> or whatever prompt, but since there is a BBS program looking after
  36. security etc. it's much easier to do, since vanilla CP/M doesn't really
  37. understand the meaning of the word security (3.0 may be better than 2.2
  38. I just haven't read the documentation enough yet).
  39. -- 
  40.     dg@lakart.UUCP - David Goodenough        +---+
  41.                         IHS    | +-+-+
  42.     ....... !harvard!xait!lakart!dg            +-+-+ |
  43. AKA:    dg%lakart.uucp@xait.xerox.com                +---+
  44.  
  45. ------------------------------
  46.  
  47. Date: 1 Jul 89 00:10:03 GMT
  48. From: unh!psc90!netnews@uunet.uu.net  (Remote mail paths)
  49. Subject: Dbase II Needed
  50.  
  51. Hi,
  52.  
  53. Does anyone know where I can get a copy of Dbase II? I have P&T CP/M and
  54. it is mentioed in the manual, and I need it to read the Simcpm.idx index
  55. from Simtel20,. but I can not find it anywhere. Can someone suggest a
  56. vendor, or if it is PD software?  
  57.  
  58. Deryk
  59.  
  60.   ......................................................................
  61.   \      ...Deryk C. Marien                                            /
  62.    \     .  Plymouth State College, Computer Services                 /
  63.     >----.  Plymouth, NH  03264 -------------------------------------<
  64.    /     .  UUCP: !uunet!unhd!psc90!netnews or !dartvax!psc90!netnews \
  65.   /.........BITNET: D_MARIEN@UNHH...COMPUSERVE (72701,2200)............\
  66.  
  67. ------------------------------
  68.  
  69. Date: 28 Jun 89 15:40:20 GMT
  70. From: ima!cfisun!lakart!dg@decvax.dec.com  (David Goodenough)
  71. Subject: New CCP features.
  72.  
  73. OK, I'm looking for ideas: I just finished seriously hacking Z80CCP
  74. from the SIMTEL20 archives to do what _I_ think a CCP should do. Given
  75. that it has:
  76.  
  77.     Automatic Submit operation: if a program is not found either where
  78.         said, or on A0: it throws it at SUBMIT.COM;
  79.     Paging TYPE;
  80.     LIST (TYPE to LST: w/o pages);
  81.     ERA tells you what it's going to erase, and asks about all
  82.         wildcards, not just *.*;
  83.     Civilised USER number handling: I can say B3:PROGRAM, and it
  84.         does the sensible thing, also B3: does the same as
  85.         B: / USER 3;
  86.  
  87. _AND_:
  88.  
  89.     about 256 bytes of space left over;
  90.  
  91. we come to $64,000 question. What do I put in the 256 bytes left?
  92.  
  93. Basically I'm looking for some small, neat, _USEFUL_ idea to use that
  94. last bit of space. (If this was for the Voyager probe, I'd try to tuck
  95. a pattern matching algorithm in, but I doubt this will ever make outer
  96. space :-) ). It is worth noting that the USER command has been ditched
  97. (it's now redundant), as was the CLS, which I did not consider useful.
  98.  
  99. Suggestions by E-mail to the address below, or post if you think everyone
  100. wants some neat ideas. If I get enough response, I'll summarise.
  101. -- 
  102.     dg@pallio.UUCP - David Goodenough        +---+
  103.                         IHS    | +-+-+
  104.     ....... !harvard!xait!lakart!pallio!dg        +-+-+ |
  105. AKA:    dg%pallio.uucp@cfisun.cfi.com                +---+
  106.  
  107. ------------------------------
  108.  
  109. Date: 30 Jun 89 21:27:07 GMT
  110. From: tektronix!orca!frip!andrew@beaver.cs.washington.edu  (Andrew Klossner)
  111. Subject: New CCP features.
  112.  
  113. []
  114.  
  115.     "Civilised USER number handling: I can say B3:PROGRAM, and it
  116.     does the sensible thing, also B3: does the same as B: / USER
  117.     3; ...
  118.  
  119.     "the USER command has been ditched (it's now redundant)"
  120.  
  121. The USER command should not be ditched, for lots of reasons: --
  122.  
  123.   -- Losing it invalidates some shell scripts;
  124.   -- Novices using (old!) "how to use CP/M" books will become confused;
  125.   -- And sometimes you want to change the user number, but don't know
  126.      (or care) what disk you're on.  (This happens mostly in shell scripts.)
  127.  
  128.   -=- Andrew Klossner   (uunet!tektronix!frip.WV.TEK!andrew)    [UUCP]
  129.                         (andrew%frip.wv.tek.com@relay.cs.net)   [ARPA]
  130.  
  131. ------------------------------
  132.  
  133. Date: Fri, 30 Jun 89 11:02 EDT
  134. From: The really warped universe of Mike Richichi <MRICHICH%DRUNIVAC.BITNET@CUNYVM.CUNY.EDU>
  135. Subject: QX-10/16 VT100 emulation
  136.  
  137. We are looking for a working VT100 emulator for the QX-16.  We currently
  138. are using an MS-DOS program called Pibterm that was hacked by someone to
  139. address the serial port properly, but this program does not properly
  140. handle scrolling regions, and most of our VAX applications software uses
  141. them.  Our success with other MS-DOS terminal programs has been dismal
  142. due to the very non-MS-DOS-standard way that the 16 accesses the serial
  143. port.
  144.  
  145. However, it seems that if you run a 16 in CP/M mode (ie, off the Z80),
  146. you wouldn't come across this difficulty.
  147.  
  148. So the question is, does anyone know of a VT100 emulator for CP/M that:
  149.  
  150.      -Will work on the QX-10/16
  151.      -Handles VT100 scrolling regions properly
  152.      -Can do most video attributes (bold, inverse, underline, blinking)
  153.      -Can support speeds up to 9600 baud (Xon-Xoff flow control is fine)
  154.       without dropping characters
  155.  
  156. That sounds like a tall order, I know, but if the answer can be found
  157. anywhere, I think here would be the place.
  158.  
  159. Thank you very much.
  160.  
  161. _____________________________________________________________________________
  162. Mike Richichi,  Student Operator, DRUNIVACC      |  My opinions are mine
  163. Box 1411, Drew U, Madison, NJ 07940, USA         |  and mine alone, unless
  164. MRICHICH@DRUNIVAC.BITNET or MRICHICH@DREW.BITNET |  you wish to buy them.
  165. "And they say it's a tragic story / he just wasn't there one day / but he
  166.  went out in a Blaze Of Glory / and you and I just fade away" --Joe Jackson
  167. -----------------------------------------------------------------------------
  168.  
  169.  
  170. ------------------------------
  171.  
  172. Date: 30 Jun 89 16:02:48 GMT
  173. From: vsi1!daver!mips!vaso@apple.com  (Vaso Bovan)
  174. Subject: terminal emulator, v100
  175.  
  176. In article <413@wicat.UUCP> keithm@wicat.UUCP (Keith McQueen) writes:
  177. >>Also, what the hell is the 8/16 Northstar?  Is it an IBM compatible or does
  178. >>just run a 16 bit CPM?
  179. >>
  180. >
  181. >In the early days of 8086, Northstar experimented with it by
  182. >creating 8088 boards for the Advantage (and I think for the
  183. >Horizon, but don't quote me on it).  The Advantage board
  184. >would run generic MS-DOS, but was not PC compatible.
  185. >
  186. That experiment just about ruined the company. I was an employee at the time.
  187. Management pushed this "semi clone" against the advice of senior engineers,
  188. who wanted NorthStar to develop a true clone, or to work on other proprietary
  189. designs. So much time and resources was spent on this kluge board that
  190. NorthStar could not meet the growing IBM/DOS threat effectively. From then on
  191. NorthStar was doomed.
  192.  
  193. ------------------------------
  194.  
  195. End of INFO-CPM Digest V89 Issue #145
  196. *************************************
  197.  3-Jul-89 10:44:59-MDT,5895;000000000000
  198. Mail-From: KPETERSEN created at  3-Jul-89 10:31:43
  199. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  200. Date: Mon,  3 Jul 89 10:31:42 MDT
  201. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  202. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  203. Subject: INFO-CPM Digest V89 #146
  204. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  205.  
  206. INFO-CPM Digest             Mon,  3 Jul 89       Volume 89 : Issue 146
  207.  
  208. Today's Topics:
  209.                                8" disks
  210.                        ANSI X. 3.64 and CP/M 3
  211.                        INFO-CPM Digest V89 #142
  212.                    Info wanted about Alspa Zero-Net
  213.                       Z280 Ultraboard? (2 msgs)
  214. ----------------------------------------------------------------------
  215.  
  216. Date: 30 Jun 89 11:16:48 GMT
  217. From: ssbell!mcmi!amperif!unocss!mlewis@uunet.uu.net  (Marcus S. Lewis)
  218. Subject: 8" disks
  219.  
  220. Can anybody tell me the proper stepping rate for a Siemans FD200-2
  221. 8" disk drive?
  222. Thanks in advance.
  223. Marc
  224.  
  225.  
  226. -- 
  227. Na khuya mne podpis'?                 |  Internet: cs057@zeus.unl.edu      
  228.                                       |  UUCP:     uunet!btni!unocss!mlewis
  229. Go for it!                            |  Bitnet:   CS057@UNOMA1            
  230. ---------------------------------------------------------------------------
  231.  
  232. ------------------------------
  233.  
  234. Date: 1 Jul 89 07:18:45 GMT
  235. From: amdahl!oliveb!tymix!tardis!jms@ames.arc.nasa.gov  (Joe Smith)
  236. Subject: ANSI X. 3.64 and CP/M 3
  237.  
  238. In article <8906290704.AA24819@ucbvax.Berkeley.EDU> JSHIN@HAMPVMS.BITNET (The Game Master) writes:
  239. >Does CP/M 3 support graphics?
  240.  
  241.   No.  It allows you to use more than 64K of RAM and makes it easier to
  242.   use other USER numbers.
  243.  
  244. >Also, I need to know the escape sequences for ANSI X. 3.64, which
  245. >I think does color graphics.  Hey, standard is there to be used, no?
  246.  
  247. X3.64 does not do graphics like circles and diagonal lines and such.
  248. It does define how to invoke color text.  ("$" below means the ESC char)
  249.   $[30m = use black text    $[40m = use black background
  250.   $[31m = use red text        $[41m = use red background
  251.   $[32m = use green text    $[42m = use green background
  252.   $[33m = use yellow text    $[43m = use yellow background
  253.   $[34m = use blue text        $[44m = use blue background
  254.   $[35m = use magenta text    $[45m = use magenta background
  255.   $[36m = use cyan text        $[46m = use cyan background
  256.   $[37m = use white text    $[47m = use white background.
  257.  
  258. If your screen normally has white text on a black background, you can
  259. make it inverse video by using either "$[7m" or "$[30;47m".  For other
  260. escape sequences, check the manual on any VT100 compatible terminal.
  261.  
  262. -- 
  263. Joe Smith (408)922-6220 | SMTP: JMS@F74.TYMNET.COM or jms@tymix.tymnet.com
  264. McDonnell Douglas FSCO  | UUCP: ...!{ames,pyramid}!oliveb!tymix!tardis!jms
  265. PO Box 49019, MS-D21    | PDP-10 support: My car's license plate is "POPJ P,"
  266. San Jose, CA 95161-9019 | narrator.device: "I didn't say that, my Amiga did!"
  267.  
  268. ------------------------------
  269.  
  270. Date: 2 Jul 89 21:43:46 GMT
  271. From: pacbell!sactoh0!ianj@ames.arc.nasa.gov  (Ian R. Justman)
  272. Subject: INFO-CPM Digest V89 #142
  273.  
  274. In article <8906290704.AA24802@ucbvax.Berkeley.EDU>, GHK@NCCIBM1.BITNET writes:
  275. >   Due to the slow clock speeds of the 6502, which does all of the I/O
  276. >  for the PCPI APPLICARD, it is very capable of loosing characters.
  277.  
  278. I don't think you understood what I said.  I said I had a SOFTcard
  279. which is from Microsoft and not the Applicard which is from PCPI.
  280. However, I'll take what you said into consideration, even though
  281. I'm stuck with a SoftCard.
  282.  
  283. -- 
  284. Home:   Ian Justman       |UUCP:                 |"One of the few
  285. 6612 Whitsett Drive       |                      |die-hard CP/M
  286. North Highlands, CA  95660| pacbell!sactoh0!ianj |addicts left on this
  287. (916) 344-5360            |                      |planet"
  288.  
  289. ------------------------------
  290.  
  291. Date: 29 Jun 89 03:28:17 GMT
  292. From: ddp100%psuvm.BITNET@jade.Berkeley.EDU
  293. Subject: Info wanted about Alspa Zero-Net
  294.  
  295.    A friend recently acquired an Alspa Zero-Net system. The system disk
  296. seems to be crashed, unfortunately. From what we can tell in the manual we
  297. have, it will boot from Turbodos or CP/M. We have tried a DS/DD CP/M disk
  298. but it would not boot. Do we need a special CP/M format? These are 8 inch
  299. disks, by the way. Alspa seems to have gone out of business in mid 83 or
  300. at least thats where their ads drop off. I'd really appreciate any info.
  301. or suggestions anyone might have on this system. Thanks in advance.
  302.  
  303.      Reply to DDP100@PSUVM.BITNET if possible.
  304.  
  305. ------------------------------
  306.  
  307. Date: 1 Jul 89 15:58:23 GMT
  308. From: rebel!hisata!doug@gatech.edu  (Doug Allison)
  309. Subject: Z280 Ultraboard?
  310.  
  311. A few years ago, I heard that High Tech Research was working on a 
  312. Z280 board for the CP/M Kaypro.  The claims about it seemed pretty
  313. grandiose, and I haven't heard anything about it since.
  314.  
  315. Does anybody know anything about this board?  Is it on the market?
  316. Is it everything it was claimed to be???
  317.  
  318. Thanks!
  319.  
  320. Doug Allison
  321. UUCP:{...}!gatech!hisata!doug
  322.  
  323.  
  324. ------------------------------
  325.  
  326. Date: 2 Jul 89 16:09:51 GMT
  327. From: paravia@csd4.milw.wisc.edu  (Mark David Kakatsch)
  328. Subject: Z280 Ultraboard?
  329.  
  330. Speaking of Z280's, there was an article on how to build your own '280
  331. CPU board(S-100)...It's pretty simple, and uses only 16 TTL chips+'280.
  332. So does anyone know of a source for the chip? I haven't found it in any
  333. standard catalog(Jameco, JDR, DigiKey, etc...). IS it available, and if so,
  334. how much? Thanks...
  335.  
  336. Mark
  337.  
  338.  
  339.  
  340. --
  341. | Albert Einstein got his name after he got| Mark D. Kakatsch                 |
  342. | smashed from drinking only only one stein| paravia@csd4.milw.wisc.edu       |
  343. | of beer. Hence; Albert EinStein.         | ...uwmcsd1!uwmcsd4!paravia       |
  344.  
  345. ------------------------------
  346.  
  347. End of INFO-CPM Digest V89 Issue #146
  348. *************************************
  349.  5-Jul-89 20:33:33-MDT,9987;000000000000
  350. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  351. Date: Wed,  5 Jul 89 19:09:25 MDT
  352. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  353. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  354. Subject: INFO-CPM Digest V89 #147
  355. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  356.  
  357. INFO-CPM Digest             Wed,  5 Jul 89       Volume 89 : Issue 147
  358.  
  359. Today's Topics:
  360.                    Info wanted about Alspa Zero-Net
  361.                     Search for First in CP/M BDOS
  362.                              The Real MEX
  363.                             Unix. (2 msgs)
  364.                     Wanted info on DIRECT OA1025.
  365.                            Z280 Ultraboard?
  366.                        Z80 for DEC VT180 Robin
  367. ----------------------------------------------------------------------
  368.  
  369. Date: 5 Jul 89 15:28:24 GMT
  370. From: sumax!amc-gw!sigma!bill@beaver.cs.washington.edu  (William Swan)
  371. Subject: Info wanted about Alspa Zero-Net
  372.  
  373. In article <89179.232817DDP100@PSUVM> DDP100@PSUVM.BITNET writes:
  374. >   A friend recently acquired an Alspa Zero-Net system. The system disk
  375. >seems to be crashed, unfortunately. From what we can tell in the manual we
  376. >have, it will boot from Turbodos or CP/M. We have tried a DS/DD CP/M disk
  377. >but it would not boot. Do we need a special CP/M format? These are 8 inch
  378. >disks, by the way. Alspa seems to have gone out of business in mid 83 or
  379. >at least thats where their ads drop off. I'd really appreciate any info.
  380. >or suggestions anyone might have on this system. Thanks in advance.
  381.  
  382. The Alspa Zero-Net will boot TurboDos, I know, and might boot CP/M if the
  383. BIOS was ever created for it (to my knowledge it never was, at least by
  384. Alspa Computer, but I left there in early '83, a couple years before the
  385. actual demise of the corporation - not that there was much doubt about the
  386. eventual outcome long before then - but I digress...).
  387.  
  388. The Zero-Net disk formats are a bit unusual (Ron Alspaugh's forte -
  389. optimising disk formats for speed :-), so you're not going to be able to
  390. boot from just any DS/DD disk. A brief explanation:
  391.  
  392. First, the sector skew is encoded in the track image. In a "normal" disk,
  393. the sector numbers are encoded 1-2-3-..., in the Zero-Net (actually all
  394. Alspa DD formats are similar) they are encoded something like 1-4-7-2-5...
  395. This eliminates the need for skew tables! :-) Still, the only penalty to
  396. you for using an incorrectly sector-labelled disk would be slower 
  397. performance.
  398.  
  399. A bigger problem arises in identifying the disk type. The Zero-Net used an
  400. awful scheme the particulars of which I've forgotten over the past 6+ years.
  401. I don't think it used the ACI-1/2 scheme of encoding the disk format in byte
  402. 0x7F of sector 1 track 0. As I recall (I'd have to look it up to be sure) it
  403. saved it in the sector header, under disk SIDE! It goes something like: 0 
  404. (and 1?) are standard CP/M SS/SD (IBM 3740) format, 2 & 3 are DS/SD, 3 & 4
  405. are DD/SS, 5 & 6 are DD/DS (I seem to remember it went higher, but memory
  406. escapes me right now).
  407.  
  408. The Zero-Net boots from a disk differently than most CP/M systems, which
  409. normally boot from a reserved track and sector. Under Zero-Net, there are
  410. no reserved tracks - excepting, of course, standard SS/SD disks. Instead,
  411. the boot ROM, which has knowledge of all the disk formats, looks for a file
  412. with a particular name, something like 0BOOT.COM, and loads and executes it. 
  413. That file, the boot loader, then looks for another file presumably containing
  414. the TurboDOS system image, and loads that.
  415.  
  416. All this by way of saying that you either need the two files on a SS/SD disk
  417. to get going, or an Alspa-formatted DD disk. If you have other Alspa floppies
  418. around, you might try them in case the system files are present on them.
  419.  
  420. Otherwise, there are two courses of action open to you:
  421.  
  422. 1. Send me e-mail. I may have a Zero disk around (if I can get my ACI-2
  423. TurboDOS system to boot). It's likely to be a very old and buggy version,
  424. unhappily. The TurboDOS writers were madly revising the system at the time,
  425. and the version 1.22? that I've an image of may be very old. 
  426.  
  427. 2. Join the Alspa mailing list (which has been very quiet for several
  428. months). I believe there are some Zero-Net owners there, and they may have
  429. the scoop on more recent version. From my .mailrc file (edited...):
  430. To join the list send request to:
  431.     ...!ssyx.ucsc.edu!alspa-users-request
  432. For submissions to the list:
  433.     ...!ssyx.ucsc.edu!alspa-users
  434.  
  435.  
  436. I would encourage followups to this to be conducted on the mailing list.
  437.  
  438.  
  439. -- 
  440. Bill Swan  entropy.ms.washington.edu!sigma!bill  Send postal address for info:
  441.     Innocent but in prison in Washington State for 13.5 years:
  442.     Ms. Debbie Runyan: incarcerated 01/1989, scheduled release 07/2002.
  443.                        In now:  0 years,  5 months,  2 weeks,  1 day. 
  444.  
  445. ------------------------------
  446.  
  447. Date: Tue, 4 Jul 89 22:47 EST
  448. From: "Hey, I'm from Korea, too!" <JSHIN%HAMPVMS.BITNET@CUNYVM.CUNY.EDU>
  449. Subject: Search for First in CP/M BDOS
  450.  
  451. A quick question...
  452.  
  453. Does the "Search for First" function (#17) in the BDOS call
  454. accept wildcards as FCB entries?  Should the caller convert
  455. *'s to ???'s, or does the BDOS take care of that?
  456.  
  457. IF BDOS accepts '*' , does it accept it even if it is NOT the last character?
  458.  
  459. Thank you very much.
  460.  
  461.                - John Shin
  462.  
  463. ------------------------------
  464.  
  465. Date: Wed, 05 Jul 89 12:33:52 EST
  466. From: "Jay Sage" <SAGE@LL.LL.MIT.EDU>
  467. Subject: The Real MEX
  468.  
  469.    John Shin asked "are the files in the MEX directory the real MEX?"  Yes
  470. and no.  They are an early public-domain release of MEX (version 1.14).  The
  471. VT100 emulation and other advanced features are only in the commercial
  472. version of MEX (1.65 currently).  That version costs $60.  MEX has a number
  473. of bugs but is really an outstanding program.  That's what I use on all my
  474. CP/M and MS-DOS computers.
  475.  
  476.  
  477. ------------------------------
  478.  
  479. Date: Mon, 3 Jul 89 16:33 EST
  480. From: "Hey, I'm from Korea, too!" <JSHIN%HAMPVMS.BITNET@CUNYVM.CUNY.EDU>
  481. Subject: Unix.
  482.  
  483. O.K.  Here's a real good one for you.  Laugh your heart out...
  484.  
  485.    Has anyone ported Unix to a CP/M (or any Z-80) machine?
  486. Or, Is there a C compiler that is big and generic enough (or a Unix source
  487. that is generic enough) to compile the system?
  488.  
  489. Heeeeeeeeee.............
  490.  
  491.                  -John Shin  (JShin@HampVMS)
  492.  
  493. P.S.  Hey; don't give me anything like "Z80 is too slow; too weak;  too
  494. small," 'cause, architecturally speaking, with current technology, there
  495. is no problem with coming up with a Z80 that runs at 100 MHz, and we all
  496. know about memory mappers, don't we?  How about an FPU?
  497.  
  498. ------------------------------
  499.  
  500. Date: 5 Jul 89 14:53:43 GMT
  501. From: pilchuck!amc-gw!sigma!bill@uunet.uu.net  (William Swan)
  502. Subject: Unix.
  503.  
  504. In article <8907040701.AA14772@ucbvax.Berkeley.EDU> JSHIN@HAMPVMS.BITNET ("Hey, I'm from Korea, too!") writes:
  505. >   Has anyone ported Unix to a CP/M (or any Z-80) machine?
  506.  
  507. The answer is yes!
  508.  
  509. At least one version was distributed on the net recently under the name UZI.
  510. I haven't tried it out so I can't comment on whether (or how well) it works,
  511. although I recall it really needed a fast disk because of the swapping it 
  512. does.
  513.  
  514.  
  515. -- 
  516. Bill Swan  entropy.ms.washington.edu!sigma!bill  Send postal address for info:
  517.     Innocent but in prison in Washington State for 13.5 years:
  518.     Ms. Debbie Runyan: incarcerated 01/1989, scheduled release 07/2002.
  519.                        In now:  0 years,  5 months,  2 weeks,  1 day. 
  520.  
  521. ------------------------------
  522.  
  523. Date: 4 Jul 89 09:17:30 GMT
  524. From: mcvax!ukc!mucs!aek@uunet.uu.net  (Alan Knowles)
  525. Subject: Wanted info on DIRECT OA1025.
  526.  
  527. I have recently acquired a S/Hand CP/M luggable (if you are very strong)
  528. computer. It is manufactured by DIRECT Inc. and is model OA1025. It
  529. obviously has many features but I have no documentation (particularly about
  530. the screen codes). Some I have determined by examining code provided on the
  531. system disc, but my main problem is how to get special screen attributes
  532. (e.g. inverse video) to survive beyond a CR/LF. 
  533.  
  534. Any assistance in this area would be appreciated as would information as to
  535. how to obtain a user handbook and/or a circuit diagram.
  536.  
  537. A private email reply would be most appropriate since I doubt there are
  538. many people interested in this machine and its peculiarities.
  539.  
  540.  
  541. Dr.A.E.Knowles
  542. Department of Computer Science
  543. The University of Manchester
  544. Oxford Road
  545. Manchester M13 9PL
  546.  
  547. Tel. (061) 275 6185
  548.  
  549. Electronic Mail addresses:
  550.  
  551. JANET        aek@uk.ac.man.cs.ux
  552. UUCP        ...!mcvax!ukc!man.cs.ux!aek
  553. ARPA            aek@ux.cs.man.ac.uk@nsfnet-relay.ac.uk
  554.  
  555. ------------------------------
  556.  
  557. Date: 4 Jul 89 16:03:14 GMT
  558. From: ssbell!mcmi!amperif!unocss!mlewis@uunet.uu.net  (Marcus S. Lewis)
  559. Subject: Z280 Ultraboard?
  560.  
  561. From article <3179@csd4.milw.wisc.edu>, by paravia@csd4.milw.wisc.edu (Mark David Kakatsch):
  562. > Speaking of Z280's, there was an article on how to build your own '280
  563. > CPU board(S-100)...It's pretty simple, and uses only 16 TTL chips+'280.
  564.  
  565. The article is in issue 2 of SuperMicro, pg 63.  At the end of the article
  566. it says to call Zilog for information about the chip.
  567. Marc
  568.  
  569. -- 
  570. Na khuya mne podpis'?                 |  Internet: cs057@zeus.unl.edu      
  571.                                       |  UUCP:     uunet!btni!unocss!mlewis
  572. Go for it!                            |  Bitnet:   CS057@UNOMA1            
  573. ---------------------------------------------------------------------------
  574.  
  575. ------------------------------
  576.  
  577. Date: Wed, 05 Jul 89 12:33:12 EST
  578. From: "Jay Sage" <SAGE@LL.LL.MIT.EDU>
  579. Subject: Z80 for DEC VT180 Robin
  580.  
  581.    Richard Secrist wrote:
  582.  
  583. >> An alternative could be to pop a Z-80 in his DEC Robin (aka VT-180),
  584. >> but I never heard of anybody trying it.
  585.  
  586. Why would anyone want to try that -- the VT180 Robin already uses a Z80!
  587.  
  588.  
  589. ------------------------------
  590.  
  591. End of INFO-CPM Digest V89 Issue #147
  592. *************************************
  593. 10-Jul-89 01:18:02-MDT,6455;000000000000
  594. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  595. Date: Mon, 10 Jul 89 01:00:10 MDT
  596. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  597. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  598. Subject: INFO-CPM Digest V89 #148
  599. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  600.  
  601. INFO-CPM Digest             Mon, 10 Jul 89       Volume 89 : Issue 148
  602.  
  603. Today's Topics:
  604.                            LASM.ASM needed
  605.                     Search for First in CP/M BDOS
  606.                        Term prog for C128 CP/M
  607.                             Unix. (2 msgs)
  608.                      UUCP clone for CP/M (2 msgs)
  609. ----------------------------------------------------------------------
  610.  
  611. Date: 7 Jul 89 14:41
  612. From: w_smith@wookie.enet.dec.com (Willie Smith, LTN Components Eng.)
  613. Subject: LASM.ASM needed
  614.  
  615. As one of the CP/M 8 inch distributors for Kermit, I find that
  616. I'm missing LASM.ASM.  Unfortunately, so are the Kermit folk
  617. at Columbia.  Does anyone have a source for it?  Could someone
  618. mail it to me or let me know where there is a BBS anywhere at
  619. all where I could pick it up?
  620.  
  621. BTW:  If anyone wants the complete Kermit distribution on
  622. 8 inch SSSD (IBM 3740) disks, please send 7 preformatted
  623. (watch my lips move) 8 inch single sided single density
  624. (CP/M standard interchange format) to the mail address below
  625. with a prepaid return mailer.
  626.  
  627. Willie SMith
  628. w_smith@wookie.dec.com
  629. w_smith%wookie.dec.com@decwrl.dec.com
  630. {Usenet!Backbone}!decwrl!wookie.dec.com!w_smith
  631. [".dec.com" may be replaced by ".enet.dec.com" in some or all of the above]
  632.  
  633. Paper mail to:
  634.  
  635. Willie Smith
  636. P.O. Box 150
  637. Hamilton, MA  01936
  638.  
  639. ------------------------------
  640.  
  641. Date: 6 Jul 89 17:23:36 GMT
  642. From: cs.utexas.edu!sun-barr!newstop!texsun!pollux!attctc!bobc@tut.cis.ohio-state.edu  (Bob Calbridge)
  643. Subject: Search for First in CP/M BDOS
  644.  
  645. In article <8907060704.AA26910@ucbvax.Berkeley.EDU>, JSHIN@HAMPVMS.BITNET ("Hey, I'm from Korea, too!") writes:
  646. ` A quick question...
  647. ` Does the "Search for First" function (#17) in the BDOS call
  648. ` accept wildcards as FCB entries?  Should the caller convert
  649. ` *'s to ???'s, or does the BDOS take care of that?
  650. ` IF BDOS accepts '*' , does it accept it even if it is NOT the last character?
  651. ` Thank you very much.
  652. `                - John Shin
  653.  
  654.  
  655. Its been a while since I've done any programming using FINDFIRST but as I 
  656. remember you do need to place the '?'s in the FCB.  I seem to recall that
  657. the parsing function (152?) could help to expand the '*'s if you are using
  658. CP/M 3.0.
  659.  
  660. Bob
  661.  
  662. -- 
  663. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  664. =             I know it's petty..........                                     =
  665. -                  But I have to justify my salary!                           -
  666. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  667.  
  668. ------------------------------
  669.  
  670. Date: SAT 08 JUL 1989 16:20:00 CDT
  671. From: Brian <S1CH%SDSUMUS.BITNET@VM1.NoDak.EDU>
  672. Subject: Term prog for C128 CP/M
  673.  
  674. What would be a good term program that runs under C-128 CP/M?
  675. I've tried some term programs, but couldn't get it figured out
  676. how to set them up to work on the C-128. Any available on the
  677. SIMTEL20 archives?
  678.  
  679.  ------------------------------
  680.  Brian Piersel
  681.  BITNET:    S1CH@SDSUMUS
  682.  INTERNET:  S1CH@SDSUMUS.BITNET
  683.  
  684.  "If winning is not important, why keep score?"
  685.  
  686. ------------------------------
  687.  
  688. Date: 6 Jul 89 16:46:43 GMT
  689. From: ssbell!mcmi!amperif!unocss!mlewis@uunet.uu.net  (Marcus S. Lewis)
  690. Subject: Unix.
  691.  
  692. From article <8907040701.AA14772@ucbvax.Berkeley.EDU>, by JSHIN@HAMPVMS.BITNET ("Hey, I'm from Korea, too!"):
  693.   
  694. >    Has anyone ported Unix to a CP/M (or any Z-80) machine?
  695. > Or, Is there a C compiler that is big and generic enough (or a Unix source
  696. > that is generic enough) to compile the system?
  697.  
  698. Yes, there is a Unix for Z-80.  It's called UZI (neat name, yes?)
  699. I have the source, I think Simtel has it as well.  It is in C with 
  700. a potload of inline assembler.  It was posted to comp.unix.sources
  701. a few months ago.
  702. Laugh, and let me know if it works.
  703.  
  704. Marc
  705.  
  706. -- 
  707. Na khuya mne podpis'?                 |  Internet: cs057@zeus.unl.edu      
  708.                                       |  UUCP:     uunet!btni!unocss!mlewis
  709. Go for it!                            |  Bitnet:   CS057@UNOMA1            
  710. ---------------------------------------------------------------------------
  711.  
  712. ------------------------------
  713.  
  714. Date: 6 Jul 89 16:19:35 GMT
  715. From: ima!cfisun!lakart!dg@decvax.dec.com  (David Goodenough)
  716. Subject: Unix.
  717.  
  718. JSHIN@HAMPVMS.BITNET ("Hey, I'm from Korea, too!") sez:
  719. > O.K.  Here's a real good one for you.  Laugh your heart out...
  720. >    Has anyone ported Unix to a CP/M (or any Z-80) machine?
  721. > Or, Is there a C compiler that is big and generic enough (or a Unix source
  722. > that is generic enough) to compile the system?
  723.  
  724. Yes.
  725.  
  726. It's called U.Z.I. (Unix Z80 Implementation). Source is on Simtel (I think),
  727. also on GEnie, or try this BBS:
  728.  
  729. (617) 965 7046
  730. -- 
  731.     dg@lakart.UUCP - David Goodenough        +---+
  732.                         IHS    | +-+-+
  733.     ....... !harvard!xait!lakart!dg            +-+-+ |
  734. AKA:    dg%lakart.uucp@xait.xerox.com                +---+
  735.  
  736. ------------------------------
  737.  
  738. Date: 9 Jul 89 14:55:20 GMT
  739. From: lamc!kdavis@apple.com  (Ken Davis)
  740. Subject: UUCP clone for CP/M
  741.  
  742. Has anyone come up with a uucp like clone for transferring mail
  743. from a cpm machine to unix and back? Would be very interested in
  744. obtaining it.
  745.  
  746. -- 
  747. Ken Davis - W6RFN      San Francisco, California
  748. UUCP: (apple, pyramid, netsys, pacbell, hoptoad}!lamc!kdavis
  749. DIALCOM: 164:MDU0116    Internet: lamc!kdavis%apple.com
  750.  
  751. ------------------------------
  752.  
  753. Date: 9 Jul 89 20:20:53 GMT
  754. From: ea.ecn.purdue.edu!wieland@ee.ecn.purdue.edu  (Jeffrey J Wieland)
  755. Subject: UUCP clone for CP/M
  756.  
  757. In article <202105@lamc.UUCP> kdavis@lamc.UUCP (Ken Davis) writes:
  758. >Has anyone come up with a uucp like clone for transferring mail
  759. >from a cpm machine to unix and back? Would be very interested in
  760. >obtaining it.
  761.  
  762. I would also be interested in this.  Has anyone looked at UUPC to
  763. see if it could be ported to a CP/M compatible environment?  It
  764. might be easier to make something like this work under the 
  765. Z-System then under standard CP/M-80.
  766.  
  767.             Jeff Wieland
  768.             wieland@ecn.purdue.edu
  769.  
  770. ------------------------------
  771.  
  772. End of INFO-CPM Digest V89 Issue #148
  773. *************************************
  774. 12-Jul-89 02:25:14-MDT,8600;000000000000
  775. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  776. Date: Wed, 12 Jul 89 01:00:14 MDT
  777. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  778. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  779. Subject: INFO-CPM Digest V89 #149
  780. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  781.  
  782. INFO-CPM Digest             Wed, 12 Jul 89       Volume 89 : Issue 149
  783.  
  784. Today's Topics:
  785.                          CP/M Kermit on C128
  786.                          Disk Parameter Block
  787.                              ST-125 drive
  788.                      UUCP clone for CP/M (2 msgs)
  789.                 What are ????????.?Z? files? (2 msgs)
  790. ----------------------------------------------------------------------
  791.  
  792. Date: MON 10 JUL 1989 22:04:00 CDT
  793. From: Brian <S1CH%SDSUMUS.BITNET@VM1.NoDak.EDU>
  794. Subject: CP/M Kermit on C128
  795.  
  796. I just downloaded CP4-C128.LBR from the <CPM.C128> directory
  797. on SIMTEL20. It works, but I discovered it doesn't handle
  798. 1200 baud! Is there something else I need to do, or is there
  799. a newer version that does handle 1200 baud?
  800.  
  801.  ------------------------------
  802.  Brian Piersel
  803.  BITNET:    S1CH@SDSUMUS
  804.  INTERNET:  S1CH@SDSUMUS.BITNET
  805.  
  806.  "The needs of the many outweigh the needs of the few, or the one."
  807.  
  808. ------------------------------
  809.  
  810. Date: TUE 11 JUL 1989 21:33:00 CDT
  811. From: Brian <S1CH%SDSUMUS.BITNET@VM1.NoDak.EDU>
  812. Subject: Disk Parameter Block
  813.  
  814. I have been working on patching the disk parameter block (dpb)
  815. on C-128 CP/M to allow the full capacity of 3.5" disks to be
  816. used. I think I got the parameters right, but some of them
  817. I'm not really sure what they are. If anyone knows more about
  818. the dpb, let me know. Respond directly to me if possible. I don't
  819. always get mail that comes through some gateways, so if you don't
  820. hear back from me within about a week, better post to the list
  821. instead. Thanks in advance...
  822.  
  823.  ------------------------------
  824.  Brian Piersel
  825.  BITNET:    S1CH@SDSUMUS
  826.  INTERNET:  S1CH@SDSUMUS.BITNET
  827.  
  828.  "People who know nothing, doubt nothing."
  829.  
  830. ------------------------------
  831.  
  832. Date: 10 Jul 89 15:33:01 GMT
  833. From: ea.ecn.purdue.edu!wieland@ee.ecn.purdue.edu  (Jeffrey J Wieland)
  834. Subject: ST-125 drive
  835.  
  836. I have been looking for a hard drive to add to my CP/M Kaypro, and one
  837. of the drives I have been considering is the Seagate St-125.  It sounds
  838. perfect for what I need: 3.5", 40 or 28 ms access, shock mount, low
  839. power.  But, considering the reputation that the 225's (and other 
  840. Seagates) have earned, I am reluctant to plunk down my hard-earned
  841. bucks on a drive that is going to self-destruct.  Does anyone have
  842. any experience with the 3.5" drives from Seagate?
  843.  
  844.                 Jeff Wieland
  845.             wieland@ecn.purdue.edu
  846.  
  847. ------------------------------
  848.  
  849. Date: 10 Jul 89 18:59:31+0200
  850. From: <wyle@inf.ethz.ch>
  851. Subject: UUCP clone for CP/M
  852.  
  853. >X-Mailer: Mail User's Shell (6.5.6 6/30/89)
  854.  
  855. me too.
  856.  
  857. (What about it, Dave?  Are you going to release your cp/m 'g' protocol
  858. yet?)
  859.  
  860. I use xmodem and a couple of scripts (started manually on the cp/m
  861. machine) to download stuff from the Unix host, and upload stuff I've
  862. edited locally.  I think it would be a piece of cake to write a
  863. terminal emulator script to call a unix host, log in, invoke xmodem,
  864. download the spooled mail/news or whatever, then delete them from the
  865. spool dir.  It might even be possible to have a restricted shell which
  866. can run only a few commands (rx, sx, rm) on the unix side...
  867.  
  868. The same script could then take the local cp/m files, upload them, and
  869. pipe them through mail or inews -h and then delete them on the Unix
  870. side.
  871.  
  872. I assume that since cp/m is not multi-tasking - multi-user that these
  873. up- and download scripts would always have to be invoked manually.  On
  874. the other hand, if the Unix host could poll the cp/m machine running a
  875. bbs system...
  876.  
  877. I assume that Dave Goodenough has these scripts for qterm; I further
  878. speculate that someone has MEX scripts to do the same sort of thing.
  879. You don't have to run uucp to network to another machine.  Some fancy
  880. scripts (with error-recovery, security, etc) will give you the same
  881. effect.
  882.  
  883. Of course you'd have to have some code (probably shell scripts) on the
  884. Unix side of the system, but I still think the project is pretty easy.
  885.  
  886. My cp/m box is a laptop (Bondwell Model 2).  I don't have the need or
  887. the desire to download Unix mail or news and then upload replies,
  888. because it's easier to use the machine on my desk at work.
  889.  
  890.  
  891. ------------------------------
  892.  
  893. Date: 10 Jul 89 22:58:44 GMT
  894. From: sumax!amc-gw!sigma!bill@beaver.cs.washington.edu  (William Swan)
  895. Subject: UUCP clone for CP/M
  896.  
  897. In article <13227@ea.ecn.purdue.edu> wieland@ea.ecn.purdue.edu.UUCP (Jeffrey J Wieland) writes:
  898. >>Has anyone come up with a uucp like clone for transferring mail
  899. >>from a cpm machine to unix and back? Would be very interested in
  900. >>obtaining it.
  901. >I would also be interested in this.  Has anyone looked at UUPC to
  902. >see if it could be ported to a CP/M compatible environment?  It
  903. >might be easier to make something like this work under the 
  904. >Z-System then under standard CP/M-80.
  905.   
  906.   
  907. The answer to the above question is a qualified yes. I have a port of UUPC to
  908. CP/M-80 (using Aztec C), but it is not fully debugged.  Actually, it's only
  909. barely debugged - I haven't gotten it through the dial-up sequence yet. :-)
  910.   
  911. It's also a port of the original version released to the net two years ago,
  912. and I understand that UUPC has been revised and improved since then.
  913.   
  914. Progress is likely to be slow as I am temporarily working two jobs and don't
  915. have the time to futz with it right now. (This is my third run at the problem,
  916. and the second promising one - I have *some* idea of the rough road ahead. :-)
  917.   
  918. There may be another version available soon, but the developer of that version
  919. will have to speak for himself, if he so chooses. One way or another, we'll
  920. have it!!
  921.   
  922.   
  923.   
  924. -- 
  925. Bill Swan  entropy.ms.washington.edu!sigma!bill  Send postal address for info:
  926.     Innocent but in prison in Washington State for 13.5 years:
  927.     Ms. Debbie Runyan: incarcerated 01/1989, scheduled release 07/2002.
  928.                        In now:  0 years,  5 months,  2 weeks,  6 days.
  929.  
  930. ------------------------------
  931.  
  932. Date: 11 Jul 89 16:40:54 GMT
  933. From: rti!sunpix!matthew@mcnc.org  ( Sun Visualization Products)
  934. Subject: What are ????????.?Z? files?
  935.  
  936. After a long time away from CP/M I'm getting my feet wet again.  I bought an
  937. Apple /// with Softcard over the Memorial Day weekend.
  938.  
  939. I've been perloining the local BBS's for interesting programs and utilities.
  940. Now, I know that ????????.?Q? files are files that have been compressed with
  941. SQ and can be uncompressed with USQ.  But, I've scene a number of files with
  942. ????????.?Z? file names. What programs are these compressed by.
  943.  
  944. Second question.  I can find a few programs that will de-ARC *.ark files 
  945. (compatible with MS-DOS *.arc files).  Are there any CP/M programs to create
  946. MS-DOS compatible archives?
  947.  
  948. Third question (related to the first).  Any LU type program that handles 
  949. library management, and automatically squeezes/unsqueezes files?
  950.  
  951.  
  952. -- 
  953. Matthew Lee Stier                         |
  954. Sun Microsystems ---  RTP, NC  27709-3447 |        "Wisconsin   Escapee"
  955. uucp: { sun, mcnc!rti }!sunpix!matthew    |
  956. phone: (919) 469-8300 fax: (919) 460-8355 |
  957.  
  958. ------------------------------
  959.  
  960. Date: 11 Jul 89 16:40:54 GMT
  961. From: rti!sunpix!matthew@mcnc.org  ( Sun Visualization Products)
  962. Subject: What are ????????.?Z? files?
  963.  
  964. After a long time away from CP/M I'm getting my feet wet again.  I bought an
  965. Apple /// with Softcard over the Memorial Day weekend.
  966.  
  967. I've been perloining the local BBS's for interesting programs and utilities.
  968. Now, I know that ????????.?Q? files are files that have been compressed with
  969. SQ and can be uncompressed with USQ.  But, I've scene a number of files with
  970. ????????.?Z? file names. What programs are these compressed by.
  971.  
  972. Second question.  I can find a few programs that will de-ARC *.ark files 
  973. (compatible with MS-DOS *.arc files).  Are there any CP/M programs to create
  974. MS-DOS compatible archives?
  975.  
  976. Third question (related to the first).  Any LU type program that handles 
  977. library management, and automatically squeezes/unsqueezes files?
  978.  
  979.  
  980. -- 
  981. Matthew Lee Stier                         |
  982. Sun Microsystems ---  RTP, NC  27709-3447 |        "Wisconsin   Escapee"
  983. uucp: { sun, mcnc!rti }!sunpix!matthew    |
  984. phone: (919) 469-8300 fax: (919) 460-8355 |
  985.  
  986. ------------------------------
  987.  
  988. End of INFO-CPM Digest V89 Issue #149
  989. *************************************
  990. 13-Jul-89 20:36:25-MDT,8051;000000000000
  991. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  992. Date: Thu, 13 Jul 89 20:00:38 MDT
  993. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  994. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  995. Subject: INFO-CPM Digest V89 #150
  996. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  997.  
  998. INFO-CPM Digest             Thu, 13 Jul 89       Volume 89 : Issue 150
  999.  
  1000. Today's Topics:
  1001.                      Kaypro II parts, make offer
  1002.                       S-100 CP/M stuff for sale
  1003.                           Tabby / Ybbat mail
  1004.                uupc for cp/m?  Roll your own. (2 msgs)
  1005.                      What are ????????.?Z? files?
  1006. ----------------------------------------------------------------------
  1007.  
  1008. Date: Thu 13 Jul 89 15:17:19-EST
  1009. From: Gern <GUBBINS@TOPS20.RADC.AF.MIL>
  1010. Subject: Kaypro II parts, make offer
  1011.  
  1012. I have gutted an unloved Kaypro II computer and put a Zenith Z-100 computer
  1013. inside it.  I would like to find a good home for the gutted remains of
  1014. the Kaypro II.   All I would really want for the following is Shipping
  1015. and handling costs.  I would like to sell all the parts to one person.
  1016.  
  1017. Good Motherboard, no ICs
  1018. (2) Single Sided Full Height Floppy Disk Drives
  1019. Keyboard board with ESC key busted
  1020. Kaypro Users Guide
  1021. Kaypro Dealer Tech Reference Manual and schematics
  1022. CP/M Guide
  1023.  
  1024. The drives worked the last I knew.
  1025.  
  1026. Say, $20.00 takes all shipped to anywhere in the USA.
  1027.  
  1028. Cheers,
  1029. Gern
  1030. -------
  1031.  
  1032. ------------------------------
  1033.  
  1034. Date: 12 Jul 89 19:32:24 GMT
  1035. From: edsews!rcsuna!rhaar@uunet.uu.net  (Bob Haar CS50)
  1036. Subject: S-100 CP/M stuff for sale
  1037.  
  1038. I am putting my S-100 CP/M computer system up for sale.
  1039.  
  1040. hardware:
  1041.  
  1042.     Compupro S-100 rack-mount cabinet (the original "boat-anchor")
  1043.  
  1044.     Tarbell CPU I/O board, model 3033
  1045.         Z80, 2 serial ports, memory management, etc.
  1046.  
  1047.     2 Seattle Computer 64K static RAM boards
  1048.  
  1049.     Tarbell Double Density floppy disk controller
  1050.  
  1051.     SD Systems VDB8024 video display board
  1052.  
  1053.     Compupro System SUpport 1 board (serial I/O + clock)
  1054.  
  1055.     Cromenco 8PIO parallel I/O board
  1056.  
  1057.     2 Siemans FDD100-8 8" SSDD floppy drives in rack-mount cabinet
  1058.  
  1059.     BMC green phosphor monitor
  1060.     
  1061.     Keytronics VT100-layout keyboard
  1062.  
  1063. Software:
  1064.  
  1065.     CP/M Plus (v. 3.0)
  1066.     
  1067.     CP/M 2.2
  1068.  
  1069.     ZCPR3 (Z3PLUS auto-install version)
  1070.  
  1071.     BDS C v 1.5
  1072.  
  1073.     WORDSTAR CP/M release 4.0
  1074.  
  1075.     CompuView VEDIT v 1.16
  1076.  
  1077.     lots of PD software including Kermit and MEX
  1078.  
  1079. All was working when I last ran the system, but is being offered
  1080. on an AS-IS basis.
  1081.  
  1082. The system is currently mounted in a short 19" rack which I will
  1083. include if sold in the Detroit area, but is too big to ship easily.
  1084.  
  1085. Make me an offer. I would like to sell the whole thing as a unit, but
  1086. will sell pieces if I don't get an attractive offer for the whole thing.
  1087.  
  1088.     Robert Haar
  1089.  
  1090.     phone: (313) 986-1412 (work)
  1091.              651-4183 (home)
  1092.  
  1093.     UUCP: edsews!rphroy!rcsuna!rhaar
  1094.     CSNET: HAAR@GMR.COM
  1095.  
  1096. ------------------------------
  1097.  
  1098. Date: 11 Jul 89 16:36:13 GMT
  1099. From: ima!cfisun!lakart!dg@decvax.dec.com  (David Goodenough)
  1100. Subject: Tabby / Ybbat mail
  1101.  
  1102. OK, a very simple request:
  1103.  
  1104. Can anyone give me a phone number (data) of a BBS somewhere in the USA
  1105. (preferably, Boston, MA, New England, East Coast, ALL USA, in that order)
  1106. that is running TABBY mail, so I can talk to the sysop. I'm looking into a
  1107. TABBY / UUCP gateway (!) but I can't get anything at all about what makes
  1108. TABBY mail go - no documentation, nothing. If pressed I will have to start
  1109. running the programs out of YBBAT.ARK, and just do it on the basis of
  1110. "monkey see, monkey do", but I'd really rather avoid doing this.
  1111.  
  1112. P.S. respond by E-mail, and use this route:
  1113.  
  1114. .....!harvard!cfisun!lakart!pallio!dg
  1115.  
  1116. since xait aren't quite working right.
  1117. -- 
  1118.     dg@pallio.UUCP - David Goodenough        +---+
  1119.                         IHS    | +-+-+
  1120.     ....... !harvard!xait!lakart!pallio!dg        +-+-+ |
  1121. AKA:    dg%pallio.uucp@cfisun.cfi.com                +---+
  1122.  
  1123. ------------------------------
  1124.  
  1125. Date: 13 Jul 89 18:18:16 GMT
  1126. From: rochester!ken@cu-arpa.cs.cornell.edu  (Ken Yap)
  1127. Subject: uupc for cp/m?  Roll your own.
  1128.  
  1129. John Gilmore's uuslave sources had some #ifdef'ed code for CP/M.
  1130. I have not tried it and I have no idea if it works and if so
  1131. which compiler is needed.
  1132.  
  1133. ------------------------------
  1134.  
  1135. Date: 10 Jul 89 17:03:26 GMT
  1136. From: mcvax!cernvax!ethz!ethz-inf!wyle@uunet.uu.net  (Mitchell Wyle)
  1137. Subject: uupc for cp/m?  Roll your own.
  1138.  
  1139. kdavis writes:
  1140. > Has anyone come up with a uucp like clone for transferring mail
  1141. > from a cpm machine to unix and back? Would be very interested in
  1142. > obtaining it.
  1143.  
  1144. (What about it, Dave?  Are you going to release your cp/m 'g' protocol
  1145. yet?)
  1146.  
  1147. I use xmodem and a couple of scripts (started manually on the cp/m
  1148. machine) to download stuff from the Unix host, and upload stuff I've
  1149. edited locally.  I think it would be a piece of cake to write a
  1150. terminal emulator script to call a unix host, log in, invoke xmodem,
  1151. download the spooled mail/news or whatever, then delete them from the
  1152. spool dir.  It might even be possible to have a restricted shell which
  1153. can run only a few commands (rx, sx, rm) on the unix side...
  1154.  
  1155. The same script could then take the local cp/m files, upload them, and
  1156. pipe them through mail or inews -h and then delete them on the Unix
  1157. side.
  1158.  
  1159. I assume that since cp/m is not multi-tasking - multi-user that these
  1160. up- and download scripts would always have to be invoked manually.  On
  1161. the other hand, if the Unix host could poll the cp/m machine running a
  1162. bbs system...
  1163.  
  1164. I assume that Dave Goodenough has these scripts for qterm; I further
  1165. speculate that someone has MEX scripts to do the same sort of thing.
  1166. You don't have to run uucp to network to another machine.  Some fancy
  1167. scripts (with error-recovery, security, etc) will give you the same
  1168. effect.
  1169.  
  1170. Of course you'd have to have some code (probably shell scripts) on the
  1171. Unix side of the system, but I still think the project is pretty easy.
  1172.  
  1173. My cp/m box is a laptop (Bondwell Model 2).  I don't have the need or
  1174. the desire to download Unix mail or news and then upload replies,
  1175. because it's easier to use the machine on my desk at work.
  1176. -- 
  1177. -Mitchell F. Wyle
  1178. Institut fuer Informationssysteme         wyle@inf.ethz.ch 
  1179. ETH Zentrum / 8092 Zurich, Switzerland    +41 1 256 5237
  1180.  
  1181. ------------------------------
  1182.  
  1183. Date: 12 Jul 89 19:51:36 GMT
  1184. From: oliveb!amdahl!pacbell!sactoh0!ianj@apple.com  (Ian R. Justman)
  1185. Subject: What are ????????.?Z? files?
  1186.  
  1187. In article <685@greens.UUCP>, matthew@sunpix.UUCP ( Sun Visualization Products) writes:
  1188. > Now, I know that ????????.?Q? files are files that have been compressed with
  1189. > SQ and can be uncompressed with USQ.  But, I've scene a number of files with
  1190. > ????????.?Z? file names. What programs are these compressed by.
  1191.  
  1192. Those files are compressed with a program called "CRUNCH".  You use
  1193. a program called "UNCRUNCH" to uncompress them.  Those programs are
  1194. self-documenting, so by typing "UNCRUNCH", "CRUNCH", "UNCR", "CR",
  1195. or whatever, you will get a syntatical diagram on how to use the
  1196. program.
  1197. > Second question.  I can find a few programs that will de-ARC *.ark files 
  1198. > (compatible with MS-DOS *.arc files).  Are there any CP/M programs to create
  1199. > MS-DOS compatible archives?
  1200.  
  1201. Yes there is.  It's a program called ARKxxx where xxx is the
  1202. revision number.
  1203.  
  1204. > Third question (related to the first).  Any LU type program that handles 
  1205. > library management, and automatically squeezes/unsqueezes files?
  1206.  
  1207. There is a program called NULU151 which does the job nicely.  It
  1208. will not only extract members of an .LBR file, it will unsqueeze
  1209. them, too.  However, I would like to see an uncrunching facility
  1210. added to it.
  1211.  
  1212. -- 
  1213. Home:   Ian Justman       |UUCP:                 |"One of the few
  1214. 6612 Whitsett Drive       |                      |die-hard CP/M
  1215. North Highlands, CA  95660| pacbell!sactoh0!ianj |addicts left on this
  1216. (916) 344-5360            |                      |planet"
  1217.  
  1218. ------------------------------
  1219.  
  1220. End of INFO-CPM Digest V89 Issue #150
  1221. *************************************
  1222. 16-Jul-89 05:17:15-MDT,9185;000000000000
  1223. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  1224. Date: Sun, 16 Jul 89 05:00:24 MDT
  1225. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  1226. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1227. Subject: INFO-CPM Digest V89 #151
  1228. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1229.  
  1230. INFO-CPM Digest             Sun, 16 Jul 89       Volume 89 : Issue 151
  1231.  
  1232. Today's Topics:
  1233.                   AAARRRRGGGGHHHH! Ram chip hassles
  1234.                          CP/M 3.0 BBS wanted
  1235.                           More on LBR tools
  1236.          NEC 8500 TELCOM/MODEM7 Bugs; Kermit for this beast ?
  1237.                     Search for First in CP/M BDOS
  1238.                      WHAT ARE ????????.?Z? FILES?
  1239. ----------------------------------------------------------------------
  1240.  
  1241. Date: 14 Jul 89 21:18:02 GMT
  1242. From: uop!nsayer@ucdavis.ucdavis.edu  (Nick Sayer)
  1243. Subject: AAARRRRGGGGHHHH! Ram chip hassles
  1244.  
  1245. Forgive the widespread post, but I am being driven quite insane by
  1246. this nagging problem.
  1247.  
  1248. I am in the process of upping the speed on a PCPI Applicard for a friend
  1249. of mine. I was able to do this successfully on my Applicard, with parts
  1250. in my toolbox, but now my toolbox is empty, and I need to buy some more
  1251. RAMs. 
  1252.  
  1253. I need 64Kx1 dynamic RAM chips, like 4164's. They need to be 100 ns.
  1254. They need to work with 7 bit (128 cycle) refresh. I have called 20
  1255. different people (really! I counted!). Every single person I talked
  1256. to apparently didn't know what I was talking about. As I talked to
  1257. them, I could see (even through the phone!) this strange blank look
  1258. come across their face.
  1259.  
  1260. Am I the only one in the world who understands the difference between
  1261. 7 and 8 bit refresh??? Am I going to have to buy 256K RAM chips and
  1262. waste 192K of RAM to make this project go???
  1263.  
  1264. This project is for a Z-80. When the Z-80 refreshes, it puts a 7 bit number
  1265. out on the high 7 bits of the address bus and generates a special refresh
  1266. read signal. Some RAM chips will work just fine when only every second
  1267. row is refreshed. These are called 7 bit refresh cycle RAMs.
  1268.  
  1269. P-P-P-P-P-Please, eddie!!!!
  1270.  
  1271. ------------------------------------------------------------------
  1272. Nick Sayer  |  nsayer@uop.edu  | ...ucbvax!ucdavis!uop!nsayer
  1273. Packet radio: N6QQQ @ WB6V | FredMail: NSAYER@MADERA%NORCAL
  1274. Disclaimer: The BBC would like to appologise for that announcement
  1275. Coming soon: quack!mrapple@uop.edu
  1276.  
  1277. ------------------------------
  1278.  
  1279. Date: 12 Jul 89 00:24:00 GMT
  1280. From: jarvis.csri.toronto.edu!dptcdc!tmsoft!masnet!canremote!larry.moore@rutgers.edu  (LARRY MOORE)
  1281. Subject: CP/M 3.0 BBS wanted
  1282.  
  1283. >From: dorian@pawl.rpi.edu (Dorian S. Garson)
  1284. >Orga: Rensselaer Polytechnic Institute, Troy, NY
  1285. >
  1286. >
  1287. >I've just acquired a Morrow MD11 system (11 meg HD, CP/M 3.0, Z80-A -
  1288. >my first
  1289. >CP/M system), and I'd like to run a BBS on it.  Can anyone tell me
  1290. >where I
  1291. >might find public domain/shareware or very inexpensive BBS software
  1292. >for this
  1293. >beast?  If there's more than one to chose from, which one is the best?
  1294. >
  1295. >Thanks!
  1296. >
  1297. >-Dorian->
  1298. >
  1299. > |\  /\ ARPAnet: DORIAN@PAWL.RPI.EDU
  1300. > | \/ __       
  1301. > | /\  /  FoNet: (201) 254-0469
  1302. > |/  \/  SloNet: 6 Brandywine Drive, East Brunswick, NJ  08816
  1303. >---
  1304. > * Via MaSNet/HST96/HST144/V32 - UN CPM
  1305. > * Via Usenet Newsgroup comp.os.cpm
  1306. At last a question I can help with!  A friend and I ran a BBS on a
  1307. Morrow MD11 for a couple of years (Starling CP/M+ RCPM).  We used BYE510 
  1308. and Metal 1.31f (from the First Osborne Group) - we found Metal to be
  1309. OK, if lacking in security.  In three months I'll start up the BBS again 
  1310. using BYE510 and PBBS (Pencin/Cottrell).  Any BBS operation will require 
  1311. a clock, though - the Morrow lacks one and lacks the time:: routine in
  1312. the BIOS.  I'm using a Hayes Chronograph connected to the AUX port of
  1313. the Morrow.  There are better, easier and more elegant solutions but it
  1314. fitted the budget at the time and has been reliable.  Source for BYE510
  1315. is available from most RCPM's as are the PBBS45 source.
  1316. Hope this helps,  Larry Moore  CP/M conference chair Canada Remote
  1317. Systems.
  1318. ---
  1319.  * Via ProDoor 3.0R 
  1320.  
  1321. ------------------------------
  1322.  
  1323. Date: Fri, 14 Jul 89 10:08:24 PDT
  1324. From: Bridger Mitchell <bridger%rcc@rand.org>
  1325. Subject: More on LBR tools
  1326.  
  1327. > matthew@sunpix.UUCP...
  1328. > Third question (related to the first).  Any LU type program that handles 
  1329. > library management, and automatically squeezes/unsqueezes files?
  1330.  
  1331. The Z-System has an extensive set of library (LBR) tools.  VLU is a
  1332. full-screen shell that will display, and extract in uncrunched form,
  1333. a .?Z? file.  LTYPE will view in scrolling mode a crunched member of
  1334. a library.  Other tools, such as LGET and LPUT, can be used to extract
  1335. and insert members.
  1336.  
  1337. These tools, like the Z-System, continue to evolve with improved
  1338. features.  Recent versions of LPUT, LDIR, and CRUNCH maintain the
  1339. datestamps of files inserted and extracted as LBR members, when hosted
  1340. by a system running DateStamper.
  1341.  
  1342. JetFind, a fast string-search utility with grep features, will search
  1343. sQueezed and crunched (?Z?) ascii and WS files inside one or several
  1344. libraries.  Options allow extracting matching lines or the entire file.
  1345.  
  1346. Z-System tools are available on Z-Nodes and simtel20.  The latest
  1347. versions of the Z-System (NZ-COM for CP/M 2.2, Z3PLUS for CP/M Plus),
  1348. and also JetFind, are available from Sage Microsystems East and
  1349. Plu*Perfect Systems, and also selected Z-Nodes.
  1350.  
  1351. -- bridger mitchell
  1352.  
  1353. ------------------------------
  1354.  
  1355. Date: Fri, 14 Jul 89 09:47:00 PDT
  1356. From: secrist@msdsws.enet.dec.com (Richard C. Secrist)
  1357. Subject: NEC 8500 TELCOM/MODEM7 Bugs; Kermit for this beast ?
  1358.  
  1359.     The NEC 8500 has a resident TELCOM program that does MODEM7 transfers.
  1360.     8-bit up/downloads using this software frequently fail after a few
  1361.     buffers and start NAKing the host.  I haven't figured this out entirely,
  1362.     but I do know it is sometimes related to baud rate, i.e. a file that
  1363.     NAKs out at 2400 bps might come down at 1200 or 300 bps.  Some files,
  1364.     like 8-bit document-mode Wordstar files uploaded to a host from the
  1365.     NEC, always seem to NAK-out after 16 (decimal) packets, at anywhere
  1366.     from 50 to 9600 bps.  Move a 7-bit text file either way with the
  1367.     same setup, host, and software on both ends, and it goes just fine.
  1368.     Has anybody riddled this out yet ?
  1369.  
  1370.     Better yet, anybody know about a kermit that runs on this beast ?
  1371.  
  1372.     rcs
  1373.  
  1374.  
  1375. ------------------------------
  1376.  
  1377. Date: 7 Jul 89 20:25:15 GMT
  1378. From: voder!pyramid!prls!philabs!linus!nixbur!nixpbe!ugun13!josef@ucbvax.Berkeley.EDU
  1379. Subject: Search for First in CP/M BDOS
  1380.  
  1381.  > Does the "Search for First" function (#17) in the BDOS call
  1382.  > accept wildcards as FCB entries?  Should the caller convert
  1383.  > *'s to ???'s, or does the BDOS take care of that?
  1384.  
  1385.  > IF BDOS accepts '*' , does it accept it even if it is NOT the last character?
  1386.  
  1387. From "CP/M Operating System Manual" (Digital Research):
  1388.  
  1389. "An ASCII question mark (63 decimal, 3F hexadecimal) in any position
  1390.  from f1 [First character of file name] through ex [Extent byte] matches
  1391.  the corresponding field of any directory entry on the default or
  1392.  auto-selected disk drive
  1393. "
  1394. So, I think a '*' is not allowed and the caller should have expanded it
  1395. to '?'s.
  1396.  
  1397. Usually, the '*' is considered the last character of the respective part
  1398. (filename and/or extension), so
  1399.     a*.ext    is converted to    a???????.ext
  1400.         as are
  1401.     a*ything.ext
  1402.     a*******.ext
  1403.  
  1404.     a*.b*    is converted to a???????.b??
  1405.  
  1406.         Josef Moellers
  1407.  
  1408.     paper mail:            e-mail:
  1409. c/o Nixdorf Computer AG        USA:  uunet!linus!nixbur!mollers.pad
  1410. Abt. DX-SC 1            !USA: mcvax!unido!nixpbe!mollers.pad
  1411. Heinz-Nixdorf-Ring            Phone:
  1412. D-4790 Paderborn        (+49) 5251 104691
  1413. +-----------------------------------------------------------------------+
  1414. | "Many that live deserve death. And some that die deserve life.    |
  1415. |  Can You give it to them? Then do not be too eager to deal out    |
  1416. |  death in judgement"                            |
  1417. |            Gandalf to Frodo in "The Fellowship of the Ring"|
  1418. +-----------------------------------------------------------------------+
  1419.  
  1420. ------------------------------
  1421.  
  1422. Date: 14 Jul 89 02:25:00 GMT
  1423. From: jarvis.csri.toronto.edu!dptcdc!tmsoft!masnet!f1.n250.z1.fidonet.org!larry.moore@rutgers.edu  (larry moore)
  1424. Subject: WHAT ARE ????????.?Z? FILES?
  1425.  
  1426. A Z as the middle letter of the file extension indicates a LZV crunched file. Look for crnch24.{.arc,.ark,.lbr} for source and uncrunch.com -
  1427. ARKP04 is the latest version of a SEA arcfile creator that runs under CP/M - UNARC16 is the latest version of a SEA arc member extracter/list.
  1428. Latest project is to have an UNZIP that runs under CP/M which extracts and list directory of a 'ZIP' archive - saw a note predicting within two months it'll be ready for release.  A couple of us in Toronto are thinking of writing a 'zip' archive creation program that would run under CP/M (it's a slow hot summer and we've gotta do SOMETHING to keep the juices going  :-)   ).
  1429. Lots happening in a supposedly dead operating system.
  1430. --- D'Bridge 1.21
  1431.  * Origin: | Colour Dragon VI | D'Bridge/TBBS | (416)-823-4521| (1:250/1)
  1432.  
  1433. ------------------------------
  1434.  
  1435. End of INFO-CPM Digest V89 Issue #151
  1436. *************************************
  1437. 20-Jul-89 20:13:10-MDT,7507;000000000000
  1438. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  1439. Date: Thu, 20 Jul 89 20:00:09 MDT
  1440. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  1441. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1442. Subject: INFO-CPM Digest V89 #152
  1443. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1444.  
  1445. INFO-CPM Digest             Thu, 20 Jul 89       Volume 89 : Issue 152
  1446.  
  1447. Today's Topics:
  1448.                             7 bit refresh
  1449.                           Can't live with ED
  1450.                 CP/M ANSI terminal emulators? (2 msgs)
  1451.                       Docs for HD64180? (2 msgs)
  1452.                     TVI806, Getting Software, Etc.
  1453. ----------------------------------------------------------------------
  1454.  
  1455. Date: Mon, 17 Jul 89 12:09 EST
  1456. From: "There are conceptual relations, but never the truth."
  1457. Subject: 7 bit refresh
  1458.  
  1459. Hello.
  1460.  
  1461. As far as I know, T.I. is the only company that (used to) manufacture
  1462. 256-cycle refresh 64K DRAMS.  Most, if not all, of the Japanese
  1463. made 64K DRAMS, which seems to dominate the mail-order market these
  1464. days are definitely 7-bit (128-cycle) refresh.
  1465.  
  1466. Just get one, and let me know what the brand name is.  I can look it up
  1467. for you, or you can call your local sales office of the manufacturer.
  1468.  
  1469. Those mail-order people should AT LEAST know WHICH brand name they are
  1470. selling, if the do not know what the refresh cycle is!
  1471.  
  1472.      -John
  1473.  
  1474. ------------------------------
  1475.  
  1476. Date: 19 Jul 89 23:46:43 GMT
  1477. From: hpl-opus!hpnmdla!hpsad!jon@hplabs.hp.com  (Jon Aldrich)
  1478. Subject: Can't live with ED
  1479.  
  1480. I,m lookong for a text editor that will run under CPM-68K.  All I have
  1481. available currently is ED.  I'm in a CS course and am writing some assembly
  1482. code assignments.  I may just be spoiled, but surely there has got to be a
  1483. better editor out there some where.
  1484.  
  1485. ------------------------------
  1486.  
  1487. Date: 20 Jul 89 06:50:25 GMT
  1488. From: pacific.mps.ohio-state.edu!ohstpy!jones@tut.cis.ohio-state.edu  (Bob Jones [VAX-Man] Home: (614)447-0214)
  1489. Subject: CP/M ANSI terminal emulators?
  1490.  
  1491.   Does anyone know of software available to emulate a vt100 [or other ANSI
  1492. terminal] on a 1982 Kapro running under cp/m? I don't know that much about
  1493. this type of computer except that it has an 8080 processor. We have software
  1494. now that emulates an ADM3A termial. Thank you.
  1495.  
  1496. Bob Jones  VAX/VMS-Man  ********** I think I forgot my towel *************
  1497.  
  1498. ------------------------------
  1499.  
  1500. Date: 20 Jul 89 20:00:35 GMT
  1501. From: oliveb!mipos3!pcocd2!jmasters@apple.com  (Justin Masters )
  1502. Subject: CP/M ANSI terminal emulators?
  1503.  
  1504. In article <2948@ohstpy.mps.ohio-state.edu> JONES@ohstpy.mps.ohio-state.edu (Bob Jones [VAX-Man] Home: (614)447-0214) writes:
  1505. +
  1506. +  Does anyone know of software available to emulate a vt100 [or other ANSI
  1507. +terminal] on a 1982 Kapro running under cp/m? I don't know that much about
  1508. +this type of computer except that it has an 8080 processor. We have software
  1509. +now that emulates an ADM3A termial. Thank you.
  1510. +
  1511. +Bob Jones  VAX/VMS-Man  ********** I think I forgot my towel *************
  1512.  
  1513. Please let me know as well.  I have a Radio Shack Model 4 w/CP/M 2.2 on a
  1514. Z-80.  thanks in advance.
  1515.  
  1516. Justin.
  1517.  
  1518.  
  1519. ------------------------------------------------------------------------------
  1520. "This is the United States calling.
  1521.  Are we reaching you?" - Pink Floyd  Justin Masters - jmasters@pcocd2.intel.com
  1522. -----------------------------------------------------------------------------
  1523.  
  1524. ------------------------------
  1525.  
  1526. Date: 13 Jul 89 10:34:20 GMT
  1527. From: astroatc!nicmad!madnix!zaphod@speedy.wisc.edu  (Ron Bean)
  1528. Subject: Docs for HD64180?
  1529.  
  1530.    Anyone know a good way to get a databook or programmer's
  1531. manual for the HD64180? And is the Z280 upward compatible with it?
  1532.  
  1533. ==================
  1534. zaphod@madnix.UUCP  (Ron Bean)
  1535. {harvard|rutgers|ucbvax}!uwvax!astroatc!nicmad!madnix!zaphod
  1536.                            {decvax|att}!
  1537.  
  1538. ------------------------------
  1539.  
  1540. Date: 17 Jul 89 23:51:23 GMT
  1541. From: morris@jade.Berkeley.EDU  (Mike Morris)
  1542. Subject: Docs for HD64180?
  1543.  
  1544. In article <707@madnix.UUCP> zaphod@madnix.UUCP (Ron Bean) writes:
  1545. >
  1546. >   Anyone know a good way to get a databook or programmer's
  1547. >manual for the HD64180? And is the Z280 upward compatible with it?
  1548. I got my '180 books from Hitachi (there were two) and my '280 books from
  1549. Zilog.  I was working for TRW at the time I asked for them, and wasn't
  1550. given any static about paying for them.  Note the '180 has bastard pin
  1551. spacing in the DIP package version, sockets are hard to come by.
  1552.  
  1553. Any distributor can give you the phone number of the local sales office.
  1554.  
  1555. US Snail:  Mike Morris                    UUCP: Morris@Jade.JPL.NASA.gov 
  1556.            P.O. Box 1130                  Also: WA6ILQ
  1557.            Arcadia, Ca. 91006-1130
  1558. #Include disclaimer.standard     | The opinions above probably do not even
  1559.  
  1560. ------------------------------
  1561.  
  1562. Date: 18 Jul 89 23:39:17 GMT
  1563. From: armadillo.cis.ohio-state.edu!mowgli@tut.cis.ohio-state.edu  (Mowgli Assor)
  1564. Subject: TVI806, Getting Software, Etc.
  1565.  
  1566. Well, I just recently started playing with my Televideo 806 again, and realized
  1567. I didn't have *ANYTHING* useful. Even the copy of ASM I have seems to do wierd
  1568. things with seemingly legal (to me 9-) lines. It is, unfortunately, the 8080
  1569. version of ASM, & I need to find a whole *BUNCH* of Z-80 tools for the TVI. I
  1570. would appreciate anyone pointing me to where to get stuff.
  1571.  
  1572. In addition, I have a few specific questions:
  1573.  
  1574. 1) I also have an IBM PC/XT - I remember there was a program for this which
  1575.    would convert just about any CP/M format to another, or between MS-DOS & any
  1576.    of the CP/M formats. Could someone please offer to mail me a copy, if you
  1577.    have it handy, or tell me where to get it?
  1578.  
  1579. 2) C compilers - whose are they, how well do they work, how much do they cost?
  1580.    I've dealt with C before (on the PC), & since UZI is written in C source
  1581.    I'd like to look into C stuff on the TVI. I'm also interested in UZI, since
  1582.    my first project would probably be to write a decent Csh-like (as close as I
  1583.    could get it 9-) shell for my beasty.
  1584.  
  1585. 3) Anyone else got a TVI-806 on the net? It's not exactly a common machine,
  1586.    I'll grant you. Kind of cute, though. Wish I could figure out how to get at
  1587.    the 6 RS-422 ports on the back of the machine - they seem to be made for use
  1588.    with Televideo's multi-user OS, which I've heard was 'cute' in the ultimate
  1589.    sense of the word (9-).
  1590.  
  1591. 4) Does anyone have any assembly source I could grab for dealing properly with
  1592.    the serial ports, up to about 9600 or thereabouts?
  1593.  
  1594. 5) I believe a bunch of people mentioned an archive sitting around, how do I
  1595.    get to it? In addition, are there any FTP sites with CP/M stuff?
  1596.  
  1597. As to exactly what I'm using, it's a Televideo 806, 60K, running CP/M 2.2 (I'd
  1598. love to get CP/M 3.0, but can it use the BIOS from 2.2? I doubt it). It's got a
  1599. 20 Meg (closer to 13 when formatted, etc.) fixed disk, with A: & B: being the
  1600. HD, & C: being the 5 1/4" floppy. Far as I know, it's got a Z-80A in it (Z-80
  1601. of some sort, at least). I'm using a Wyse terminal as the console.
  1602.  
  1603.                     Thanx, <Mowgli>
  1604.  
  1605. PS. Sorry about the basic questions, but I just got here 8-)
  1606.  
  1607.  
  1608.  
  1609. -=-
  1610. Address: mowgli@puffer.cis.ohio-state.edu (Mowgli Assor in real life)
  1611.      Or: mowgli@cis.ohio-state.edu
  1612. The 2 precepts of Semi-Divinity:    (1) Mind Thine Own Business.
  1613.                     (2) Don't Worry About It.
  1614.  
  1615. ------------------------------
  1616.  
  1617. End of INFO-CPM Digest V89 Issue #152
  1618. *************************************
  1619. 23-Jul-89 01:12:28-MDT,7261;000000000000
  1620. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  1621. Date: Sun, 23 Jul 89 01:00:36 MDT
  1622. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  1623. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1624. Subject: INFO-CPM Digest V89 #153
  1625. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1626.  
  1627. INFO-CPM Digest             Sun, 23 Jul 89       Volume 89 : Issue 153
  1628.  
  1629. Today's Topics:
  1630.                          6502 cross-assembler
  1631.                            CP/M-68k editors
  1632.                     CP/M ANSI terminal emulators?
  1633.                           Docs for HD64180?
  1634.                        INFO-CPM Digest V89 #152
  1635.                Need for Epson Disk conversion software
  1636.                           ramdisk under cpm
  1637. ----------------------------------------------------------------------
  1638.  
  1639. Date: 22 Jul 89 05:26:38 GMT
  1640. From: pacbell!sactoh0!ianj@ames.arc.nasa.gov  (Ian R. Justman)
  1641. Subject: 6502 cross-assembler
  1642.  
  1643. Does someone have a PD 6502 cross-assembler for CP/M?  If so, could
  1644. someone please mail me a copy?  Thanks in advance.
  1645. -- 
  1646. Home:   Ian Justman       |UUCP:                 |"One of the few
  1647. 6612 Whitsett Drive       |                      |die-hard CP/M
  1648. North Highlands, CA  95660| pacbell!sactoh0!ianj |addicts left on this
  1649. (916) 344-5360            |                      |planet"
  1650.  
  1651. ------------------------------
  1652.  
  1653. Date: Sat, 22 Jul 89 21:01:24 -0500
  1654. From: mknox@emx.utexas.edu (Margaret H. Knox)
  1655. Subject: CP/M-68k editors
  1656.  
  1657. The question was raised about alternate CP/M-68K editors.  Jon, It depends
  1658. on what system you are running (I mean the HOST hardware).  There are
  1659. several alternative editors.  
  1660.  
  1661. One, if you have the CPU speed, is to use one of the CP/M-80 emulators
  1662. and run any of the traditional CP/M full screen editors (WordStar, 
  1663. VEDIT, etc.).  
  1664.  
  1665. Two, I believe there is a PD full-screen editor on SIMTEL-20 for the
  1666. CP/M-68K system.
  1667.  
  1668. Three, MINCE (MINCE Is Not Complete Emacs) is available for CP/M-68K.
  1669. I think TriSoft may still have a copy or two on the shelves.
  1670.  
  1671. Four, there is also a visual editor from ERG for CP/M-68K, but I
  1672. don't recommend it.  The evaluation copy TriSoft received certainly
  1673. had a lot of bugs.
  1674.  
  1675. Five, pick up a copy of some good editor in source code for the
  1676. Atari ST-520.  It should be easy to 'port it.
  1677.  
  1678. Let me know if I can help.
  1679.  
  1680.                     
  1681.  
  1682. ------------------------------
  1683.  
  1684. Date: 22 Jul 89 02:31:22 GMT
  1685. From: pacbell!sactoh0!ianj@ames.arc.nasa.gov  (Ian R. Justman)
  1686. Subject: CP/M ANSI terminal emulators?
  1687.  
  1688. In article <2948@ohstpy.mps.ohio-state.edu>, JONES@ohstpy.mps.ohio-state.edu (Bob Jones [VAX-Man] Home: (614)447-0214) writes:
  1689. >   Does anyone know of software available to emulate a vt100 [or other ANSI
  1690. > terminal] on a 1982 Kapro running under cp/m? I don't know that much about
  1691. > this type of computer except that it has an 8080 processor. We have software
  1692. > now that emulates an ADM3A termial. Thank you.
  1693. > Bob Jones  VAX/VMS-Man  ********** I think I forgot my towel *************
  1694.  
  1695. I don't think that the Kaypros ever had 8080's in them.  However,
  1696. to answer your question, I have been using a program called QTERM
  1697. which I have found to be a neat little program in that it not only
  1698. offers VT100 emulation, it offers a variety of protocols, like
  1699. Xmodem in almost every of its incarnations, including Modem-7
  1700. batch.  It also supports Ymodem.  The one thing that ought to make
  1701. it a boon with calling Unix systems is that it has the Kermit
  1702. transfer protocol.  I'll see if I can mail you a copy (configured
  1703. to work on the Kaypro).
  1704. -- 
  1705. Home:   Ian Justman       |UUCP:                 |"One of the few
  1706. 6612 Whitsett Drive       |                      |die-hard CP/M
  1707. North Highlands, CA  95660| pacbell!sactoh0!ianj |addicts left on this
  1708. (916) 344-5360            |                      |planet"
  1709.  
  1710. ------------------------------
  1711.  
  1712. Date: 19 Jul 89 02:38:00 GMT
  1713. From: jarvis.csri.toronto.edu!dptcdc!tmsoft!masnet!canremote!larry.moore@rutgers.edu  (LARRY MOORE)
  1714. Subject: Docs for HD64180?
  1715.  
  1716. >   Anyone know a good way to get a databook or programmer's
  1717. >manual for the HD64180? And is the Z280 upward compatible with it?
  1718. Inquire at "Hitachi America, Ltd., Semiconductor and IC Sales and
  1719. Service Division, (Literature Fulfillment Center), PO Box 1137, Glenview 
  1720. Illinois 60025". SASE will probably get faster response but reasonably
  1721. fast in any event.
  1722. ---
  1723.  * Via ProDoor 3.01R 
  1724.  
  1725. ------------------------------
  1726.  
  1727. Date: 21 Jul 89 13:50:06 EDT (Friday)
  1728. From: kushall.Henr@Xerox.COM
  1729. Subject: INFO-CPM Digest V89 #152
  1730.  
  1731. Subject: 7 bit refresh
  1732.  
  1733. RE:
  1734.  
  1735. >I need 64Kx1 dynamic RAM chips, like 4164's. They need to be 100 ns.
  1736. They need to work with 7 bit (128 cycle) refresh. I have called 20
  1737. different people (really! I counted!). Every single person I talked
  1738. to apparently didn't know what I was talking about. As I talked to
  1739. them, I could see (even through the phone!) this strange blank look
  1740. come across their face.
  1741.  
  1742. Am I the only one in the world who understands the difference between
  1743. 7 and 8 bit refresh??? Am I going to have to buy 256K RAM chips and
  1744. waste 192K of RAM to make this project go???
  1745.  
  1746.  
  1747. Well I was able to locate data for 4 mfg of 64K DRAM and all but Toshiba
  1748. were 8 bit refresh. Note that ALL the data sheets for 256K DRAMS list them
  1749. as 256 refresh cycles/4 ms (A0-A7) including Toshiba. * bit refresh seems
  1750. to be the industry standard for 64K and 256K DRAMs.
  1751.  
  1752. The following info is from the respective mfg data sheets:
  1753.  
  1754. Toshiba: TMM41164P-2  128 refresh cycles/2ms(A0-A6) but only 120 ns
  1755.  
  1756. NEC: uPD41464-10 256 refresh cycles/4 ms (A0-A7) 100 ns
  1757.  
  1758. Hitachi: HM50465P,CP Series 256 refresh cycles/4 ms
  1759.  
  1760. TI: No longer lists 64K DRAM but the old(86) data sheets lists the TMS4164
  1761. as 256 refresh cycles/4 ms (A0-A7) 
  1762.  
  1763. Ed Kushall    
  1764.  
  1765.  
  1766.  
  1767.  
  1768. ------------------------------
  1769.  
  1770. Date: 22 Jul 89 19:23:50 GMT
  1771. From: att!cbnewsd!pnb@ucbvax.Berkeley.EDU  (paul.n.burgess)
  1772. Subject: Need for Epson Disk conversion software
  1773.  
  1774. I currently have an Epson Geneva (PX-8) laptop computer together 
  1775. with a PF-10 portable disk drive. As you may know, Epson decided 
  1776. to have a non-standard format for their floppy disk layout for 
  1777. this system. As a result, while there is a good bit of CP/M 
  1778. software around, any of it distributed on disks for more popular 
  1779. CP/M machines won't work when trying to read it from other 
  1780. formatted disks. Does anyone know of any software that could be 
  1781. used to read such a disk, bringing the material from the original 
  1782. disk into RAM disk, and rewriting it back on to another disk in 
  1783. the Epson format? Any suggestions would be appreciated. Thanks in 
  1784. advance.
  1785.  
  1786. ------------------------------
  1787.  
  1788. Date: 21 Jul 89 21:29:42 GMT
  1789. From: gem.mps.ohio-state.edu!ginosko!ctrsol!uakari!indri!caesar!blake!ogccse!littlei!flight!george@tut.cis.ohio-state.edu  (George Rachor x65135)
  1790. Subject: ramdisk under cpm
  1791.  
  1792. Is there such a thing as a Ram disk driver for the Apple ][ plus under
  1793. cpm?  I have an apple memory expansion card located in slot 2.
  1794.  
  1795. When I boot up prodos this board is found to be a ramdisk called "RAM2".
  1796.  
  1797. I currently have CPM 2.2.  Would such a thing be public domain?
  1798.  
  1799. ------------------------------
  1800.  
  1801. End of INFO-CPM Digest V89 Issue #153
  1802. *************************************
  1803. 24-Jul-89 05:05:26-MDT,8325;000000000000
  1804. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  1805. Date: Mon, 24 Jul 89 05:00:34 MDT
  1806. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  1807. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1808. Subject: INFO-CPM Digest V89 #154
  1809. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1810.  
  1811. INFO-CPM Digest             Mon, 24 Jul 89       Volume 89 : Issue 154
  1812.  
  1813. Today's Topics:
  1814.                           CP/M ANSI TERMINA
  1815.                       CP/M ANSI terminal emulat
  1816.                              CP/M on C128
  1817.                           ramdisk under cpm
  1818.                             TVI806, GETTIN
  1819.                     Uh-oh....  (was 7-bit Refresh)
  1820.                       UZI (for mlewis at unocss)
  1821. ----------------------------------------------------------------------
  1822.  
  1823. Date: 23 Jul 89 03:29:00 GMT
  1824. From: mailrus!jarvis.csri.toronto.edu!dptcdc!tmsoft!masnet!f1.n250.z1.fidonet.org!larry.moore@purdue.edu  (larry moore)
  1825. Subject: CP/M ANSI TERMINA
  1826.  
  1827. (David Goodenough) harvard!cfisun!lakart!pallio!dg wrote a VT100 emulator
  1828. that runs under CP/M - the QTERM41.LBR has an overlay for the Kaypro, prewritten with some assembly required.  I've used it, with my Morrow MD, calling a Xenix 6.0 system ( termcap term = vt100) and it worked. Didn't use emacs, just vi
  1829. though, so it wasn't a rigorous test.
  1830. --- D'Bridge 1.21
  1831.  * Origin: | Colour Dragon VI | D'Bridge/TBBS | (416)-823-4521| (1:250/1)
  1832.  
  1833. ------------------------------
  1834.  
  1835. Date: 22 Jul 89 12:45:00 GMT
  1836. From: mailrus!jarvis.csri.toronto.edu!dptcdc!tmsoft!masnet!canremote!larry.moore@purdue.edu  (LARRY MOORE)
  1837. Subject: CP/M ANSI terminal emulat
  1838.  
  1839. You should be able to locate a file called qterm40 which allows VT100
  1840. emulation.
  1841. ---
  1842.  * Via ProDoor 3.01R 
  1843.  
  1844. ------------------------------
  1845.  
  1846. Date: 24 Jul 89 02:50:22 GMT
  1847. From: sekora-jay@CS.YALE.EDU  (Jay Sekora)
  1848. Subject: CP/M on C128
  1849.  
  1850. (1) I have lost the information on how to get the additional disk
  1851. of "standard" CP/M utilities for the C128 (ED, the assemblers,
  1852. etc.).  There was a card to mail in that came with my C128D, but
  1853. I've lost it.  I got my machine a couple of years ago, and I *think*
  1854. I registered my copy of CP/M.
  1855.  
  1856. (2) Does anyone know where I could get (public domain or fairly
  1857. cheap):
  1858.     * a decent CP/M text editor
  1859.     * a Z-80 assembler (I understand the one that
  1860.       comes with CP/M uses 8080 mnemonics--I like
  1861.       my LDIR)
  1862.     * a C compiler (I understand there's a good
  1863.       PD C compiler that comes with source)
  1864.  
  1865. I read comp.sys.cbm fairly often, so you can reply either by posting
  1866. there or by email.  I *don't* read comp.os.cpm very often, so email
  1867. is preferable to posting there.
  1868.  
  1869. Thanks,
  1870. -j.
  1871.  
  1872.  
  1873.  
  1874.  
  1875. ____________________________________________________________________________
  1876. DISCLAIMER:  Everything I say is the|            sekora-jay@yale.UUCP
  1877. absolute and utter truth, but Yale  |          {backbone}!yale!sekora-jay
  1878. doesn't necessarily know this.        |               sekjaya@yalevm.BITNET
  1879.                     | 6455 Yale Station, New Haven, CT 06520
  1880.  
  1881. ------------------------------
  1882.  
  1883. Date: 23 Jul 89 09:58:10 GMT
  1884. From: amdahl!pacbell!sactoh0!ianj@ames.arc.nasa.gov  (Ian R. Justman)
  1885. Subject: ramdisk under cpm
  1886.  
  1887. In article <188@flight.UUCP>, george@flight.UUCP (George Rachor x65135) writes:
  1888. > Is there such a thing as a Ram disk driver for the Apple ][ plus under
  1889. > cpm?  I have an apple memory expansion card located in slot 2.
  1890. > When I boot up prodos this board is found to be a ramdisk called "RAM2".
  1891. > I currently have CPM 2.2.  Would such a thing be public domain?
  1892.  
  1893. I suggest you give Applied Engineering's CP/AM a whizz.  It has a
  1894. program called "RAMDRIVE" which works on //e computers equipped
  1895. with ramcards like AE's RamWorks (it won't work with RamFactor or
  1896. with the Apple card that you have.  BTW, it ought to be in a slot
  1897. other than 2 because that's the standard slot for communications
  1898. devices (eg modems, etc.) unless you have a reason for locating it
  1899. in slot 2).  However, there is a program with it called "PC" which
  1900. will check to see if you have Protocol Cards (I think that is what
  1901. it stands for...) like the Disk 3.5 controller (a Central Point
  1902. Software Universal Disk Controller will work fine and I strongly
  1903. suggest it), a RamFactor, or other cards.  I think it might
  1904. recognize your card.
  1905.  
  1906. However, if you're using Microsoft's CP/M, as far as I know, you're
  1907. stuck.  I haven't seen ramdrive software that will work with
  1908. Apple expanded ram cards which are in the public domain.
  1909. -- 
  1910. Home:   Ian Justman       |UUCP:                 |"One of the few
  1911. 6612 Whitsett Drive       |                      |die-hard CP/M
  1912. North Highlands, CA  95660| pacbell!sactoh0!ianj |addicts left on this
  1913. (916) 344-5360            |                      |planet"
  1914.  
  1915. ------------------------------
  1916.  
  1917. Date: 21 Jul 89 12:27:00 GMT
  1918. From: mnetor!tmsoft!masnet!f1.n250.z1.fidonet.org!larry.moore@uunet.uu.net  (larry moore)
  1919. Subject: TVI806, GETTIN
  1920.  
  1921. C compilers - since you have an IBM PC I'd suggest getting the HiTech C package from Workman & Associates ... a Z80 CP/M ANSI C compiler that runs very well under a MSDOS CP/M emulator (or with a V20).  Produces good fast CP/M .com files ... you might be able to run it directly under CP/M 2.2 but it likes a LARGE TPA and doesn't seem to like CP/M+ (Morrow HD), and ran poorly on a borrowed Xerox 820-II CP/M 2.2. Might be OK on a Telewidget?^
  1922. For use directly under CP/M, nothing I've found beats Manx Aztec C - overlays, roms, DRI or MicroSoft compatable assembly output; 
  1923. runs stabily.  Missing a few of the ANSI extensions and also the bit field but otherwise quite fine.
  1924. Pricey though.
  1925. Hope this helps.
  1926. --- D'Bridge 1.21
  1927.  * Origin: | Colour Dragon VI | D'Bridge/TBBS | (416)-823-4521| (1:250/1)
  1928.  
  1929. ------------------------------
  1930.  
  1931. Date: Sun, 23 Jul 89 12:32 EST
  1932. From: "Architecturally, Z-80 can be made to run at 100MHz!"
  1933. Subject: Uh-oh....  (was 7-bit Refresh)
  1934.  
  1935. Well, I am a currently enrolled student living in the college-provided
  1936. housing (a.k.a. Dorms).  It so happened that I had to move almost every
  1937. semester and go home to Korea over the summer, which means that having
  1938. databooks that fill a 4-by-six space was a drag, which lead me to "weed
  1939. out" duplicate and "obsolete" copies.  I knew I shouldn't have, but
  1940. the "friends (like the recent popular music proclaims)" forced me to.
  1941.  
  1942. I say, never trust your "friends!"  I just realized that most companies have
  1943. decided to cut back (or discontinue) on their 64-k DRAM products!  The only
  1944. databooks that list them are the old ones that I was about to have replaced!
  1945. Which means, while the companies ARE still producing 64K DRAMS for
  1946. "maintenance" purposes "ONLY," and those parts are available in the market,
  1947. I don't have any data on them!
  1948.  
  1949. 256-K DRAM's (even 64K by 4) are ALMOST WITHOUT EXCEPTION 256 cycle refresh,
  1950. which means that they can NOT be used (with ease) with true Z80 (*&D#%ing,
  1951. eh!).  MY SUGGESTION, at this point, would be to use 32K by 8 STATIC RAMS
  1952. (Hey, don't gasp...)!!!  They are only $15 each, at most, these days int the
  1953. mail-order world, and are getting faster by the day.  Pseudo-static RAMS
  1954. are not a bad idea, either.
  1955.  
  1956. For your information, Hyundai made 256-cycle DRAMS, and Motorola and Oki
  1957. made 128-cycle DRAMS.  So did Mostek, but they merged with SGS-Thompson,
  1958. and no DRAMS in their databook!  All 128-cyclers are 2mS refresh.
  1959.  
  1960.                          John Shin
  1961.  
  1962. P.S.  Like I said, it would be also a good idea to get the brand of the
  1963. 64K parts from the shop and ask the manufacturer, although telling a
  1964. 256K chip that it is a 64K ship isn't such a bad idea, either.
  1965.  
  1966. ------------------------------
  1967.  
  1968. Date: 22 Jul 89 20:20:22 GMT
  1969. From: mcvax!unido!cosmo!fifi%cosmo.UUCP@uunet.uu.net  (A.F.Zinser)
  1970. Subject: UZI (for mlewis at unocss)
  1971.  
  1972. SORRY FOR MISUSING THIS GROUP - IT'S SHORT, BUT IMPORTANT!
  1973. ----------------------------------------------------------
  1974. hi marc, I've some trouble with the mailer at your system.
  1975. it sometimes (!!!) refuses to accept my mails to you - but
  1976. I get yours. do you know another route to your system
  1977. (*not* that one I used first time).      fifi@cosmo.uucp
  1978. ----------------------------------------------------------
  1979. THANKS FOR YOUR COMPREHENSION
  1980.  
  1981. ------------------------------
  1982.  
  1983. End of INFO-CPM Digest V89 Issue #154
  1984. *************************************
  1985. 26-Jul-89 01:14:05-MDT,8717;000000000000
  1986. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  1987. Date: Wed, 26 Jul 89 01:00:15 MDT
  1988. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  1989. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1990. Subject: INFO-CPM Digest V89 #155
  1991. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  1992.  
  1993. INFO-CPM Digest             Wed, 26 Jul 89       Volume 89 : Issue 155
  1994.  
  1995. Today's Topics:
  1996.                       CP/M yacc in comp.os.minix
  1997.               New CCP features - summary of suggestions
  1998.                       testing -- please ignore.
  1999.                             ZSM and ZPATCH
  2000. ----------------------------------------------------------------------
  2001.  
  2002. Date: 24 Jul 89 10:34:34 GMT
  2003. From: mcvax!kth!draken!tut!santra!mjolner!tnvsu1.tele.nokia.fi!eru@uunet.uu.net
  2004. Subject: CP/M yacc in comp.os.minix
  2005.  
  2006. Readers of this group might be interested to hear that a yacc-clone
  2007. that was originally written on a CP/M system was recently posted to
  2008. comp.os.minix by its author David Clunie (U5569462@ucsvc.unimelb.edu.au).
  2009.  
  2010. Erkki Ruohtula
  2011. eru@tele.nokia.fi
  2012.  
  2013. ------------------------------
  2014.  
  2015. Date: 22 Jul 89 01:05:59 GMT
  2016. From: ima!cfisun!lakart!dg@decvax.dec.com  (David Goodenough)
  2017. Subject: New CCP features - summary of suggestions
  2018.  
  2019. OK, the polls are in for what you think I should add to Z80CCP. These are
  2020. the suggestions:
  2021.  
  2022. Ken Yap <lakart!xait!garp!rochester!ken>
  2023. Paul Sander <ima!decvax!Atherton.COM!paul>
  2024. Jon Peticolas <ima!decvax!decwrl!ucbvax!cbnewsh.att.com!jlp>
  2025.  
  2026. These gentlemen all suggested history, something like the C-shell !!
  2027. and the likes. Well, with some _REAL_ dirty trickery, and the assumption
  2028. that you have a _VANILLA_ DRI V2.2 BDOS, no Z-system, or anything else,
  2029. it's in. It works like this: Use ZSID / DDT / Whatever to create a file
  2030. of at least 17 blocks, and fill them all with zeros: call it
  2031.  
  2032. !CCP.HIS
  2033.  
  2034. and put it on A0:
  2035.  
  2036. Now, whenever you execute a command, it's saved. To access them, you
  2037. enter ^K (that's control K) in response to the A0> prompt, hit return,
  2038. and you get the previous one. Hitting ^K ^M again gets you another
  2039. command. As it happens, I have 16 programmable function keys on my
  2040. machine, so I keep one loaded with < ^X ^K ^M >, where the ^X clears
  2041. the command line, ^K is the "up" character, and ^M sends it it. So
  2042. repeated hits on this function key step me backwards through my
  2043. history. If I were a good kid I'd add ^L or something to go forwards
  2044. as well.
  2045.  
  2046. Once you have a previous command up, it's just like you typed it in,
  2047. but didn't hit return yet - you can then use backspace etc. to edit
  2048. it, when you're happy, hit return and away it goes.
  2049.  
  2050.  
  2051. Tom Bopp <lakart!xait!uhccux.uhcc.Hawaii.Edu!tbopp>
  2052.  
  2053. Suggested the following:
  2054.  
  2055. >1. A smarter DIR command, to include file size and space available.
  2056. >
  2057. >   b3>DIR *5:afn    should work
  2058. >   b3>DIR A*:afn    should work
  2059. >   b3>DIR **:afn    should work like whereis
  2060.  
  2061. OK, I didn't do either of these (i.e. wildcarding drives & users) or
  2062. adding filesize / free space since I have utilities to do these,
  2063. HOWEVER .....
  2064.  
  2065. >2. A command TYPEB (or BTYP, or ???) to produce a DDT-like dump of a
  2066. >   binary file.
  2067.  
  2068. I did this, and called it DUMP (what else :-) ). But, it wouldn't fit in
  2069. the CCP, so I dreamed up the following, which will allow any self
  2070. respecting hacker to add anything they like to the CCP.
  2071.  
  2072. I created a second "section" of the CCP - resident in A0:!CCP.SYS, that
  2073. is called if the CCP is trying to match a command it can't find in it's
  2074. own table. It's not always present, it gets loaded when you enter '!' as
  2075. a command _OR_ start a command with '!', so:
  2076.  
  2077. A0>!DUMP B7:FOO.BAR
  2078.  
  2079. will load the extra code, and then do the dump command resident in the
  2080. extra code. I've set the extra code to live at 0x8000, and with my CCP
  2081. starting at 0xd400, I have up to 20K to play with - lots of room :-)
  2082.  
  2083. THE POINT OF THIS is that you can put whatever you want into this
  2084. extra addon code, so the customization possibilities are limited only
  2085. by your imagination.
  2086.  
  2087. >3. A command FEED which would send a FF to the printer.
  2088.  
  2089. Trivial, it's in the main CCP code.
  2090.  
  2091. >4. A command MENU C:  which would display a list of all .COM files on
  2092. >   drive C:, with menu numbers; typing a number would run the program.
  2093.  
  2094. Would take a bit of doing - if you want it, throw it in !CCP - you will
  2095. find that !CCP is going to become the place where I suggest doing
  2096. everything.
  2097.  
  2098. >5. A toggle (^F ?) to redirect printer output to a file.  To capture screen
  2099. >   output in a file you go ^P^F.  Need to think about filename (PRINTER.LOG
  2100. >   comes to mind), and how to avoid bombs if disk full, etc.  How to close
  2101. >   file, etc.
  2102.  
  2103. Almost impossible from the CCP level - this takes work messing with the
  2104. BDOS, with a TSR. Oh well, I'm 4 and 2 so far .....
  2105.  
  2106.  
  2107. Mike Morris <morris@jade.Jpl.Nasa.Gov>
  2108.  
  2109. Suggested:
  2110.  
  2111. > I've always hated ERA, how about adding DEL to the command table, pointing
  2112. > to the ERA code?  If you don't like that, a conditional assembly?
  2113.  
  2114. Trivial to do - it's in on a conditional assembly, just like I call TYPE
  2115. CAT, so that's on a C.A. as well.
  2116.  
  2117. > My BIOS will handle several disk formats transparently - the DPB is in
  2118. > Track 1 sector 0 bytes 0-31.  Bytes 32-64 have a ID string in ascii.
  2119. > My hacked CCP has a DISK command that displays stuff like the following:
  2120. > A0: >DISK
  2121. > A: 1900k RAMdsk - 100k LST: spool
  2122. > B:  966k D Sided D Density 50 SPT
  2123. > C:  466k S Sided D Density 50 SPT
  2124. > D:  241k S Sided S Density 26 SPT
  2125. > E: 8192k Hard Disk partition 0
  2126. > F: 8192k Hard Disk partition 1           
  2127.  
  2128. !CCP.SYS again - you've got 20K to work in. ..... No, seriously, that's
  2129. why I invented the !CCP.SYS approach - it allows an easy hook for doing
  2130. custom mods.
  2131.  
  2132. > How about IN, OUT, PEEK, POKE ?
  2133.  
  2134. Same again .....
  2135.  
  2136. > How about LOAD <COMfilename> and RUN ?
  2137.  
  2138. This gets interesting. The only reason to do these is if you're going to
  2139. take PEEK & POKE to them, and if you do that, they'd better be 32K or smaller.
  2140. I suppose you could move the load address for !CCP.SYS up to (say) 0xb000
  2141. or somewhere. Note that RUN can be achieved without any code added to the
  2142. CCP by creating a file RUN.COM on A0:, size zero bytes.
  2143.  
  2144. > I wish I had the space to implement the multiple byte OUT format.
  2145.  
  2146. Now you do :-)
  2147.  
  2148. > BTW, on mine I sacrificed
  2149. > the SAVE command to get more space.  I rarely use it, and when I need it
  2150. > I can boot up from a regular CP/M floppy.  If I had kept it I would have
  2151. > modified it to take memory in K as a decimal parameter, or H as the highest
  2152. > address in Hex to save.  No more of these "memory paragraphs" B.S. !
  2153.  
  2154. Again, I left the memory paragraph SAVE in the regular CCP, but to add
  2155. another command to !CCP.SYS - well there's still lots of space to play
  2156. with.
  2157.  
  2158. Now, for one of my own ideas - COPY needs to go in !CCP.SYS, it would be
  2159. a PIP type thing, but I'd have it a bit more flexible:
  2160.  
  2161. COPY A3:FILE.XYZ = B7:*.Z
  2162.  
  2163. would concatenate all .Z files on B7: and put them in A3:FILE.XYZ, have
  2164. it reset before each operation, no more BDOS ERROR on C: R/O
  2165.  
  2166.  
  2167. And finally,
  2168.  
  2169. Mitchell Wyle <xait!harvard!cs.utexas.edu!uunet!mcvax!inf.ethz.ch!wyle>
  2170.  
  2171. Suggested:
  2172.  
  2173. > What about a couple of programmable functions (from Bourne's shell):
  2174. >
  2175. > A0> for FILE in `ls *.TXT` ; do
  2176. > >     TYPE $FILE
  2177. > >   done
  2178.  
  2179. Again, almost impossible to do from the CCP. However, for those that
  2180. are interested, I have a utility to do this sort of thing: I call it
  2181. FILSUB. A typical command line might be:
  2182.  
  2183. A0>FILSUB [B:*.Z] `EM *.*`
  2184.  
  2185. which gets expanded to a $$$.SUB file that takes EM (my editor) to each
  2186. .Z file on B:. FILSUB has several other features, but this is the one
  2187. that was being asked for, and knowing how I did it, I doubt I could
  2188. fit it in the CCP, any more that SUBMIT is part of the CCP.
  2189.  
  2190.  
  2191. Again, this is not a closed issue, any other neat ideas will be welcome.
  2192. -- 
  2193.     dg@lakart.UUCP - David Goodenough        +---+
  2194.                         IHS    | +-+-+
  2195.     ....... !harvard!xait!lakart!dg            +-+-+ |
  2196. AKA:    dg%lakart.uucp@xait.xerox.com                +---+
  2197.  
  2198. ------------------------------
  2199.  
  2200. Date: 24 Jul 89 18:20:57 GMT
  2201. From: cs.utexas.edu!usc!orion.cf.uci.edu!uci-ics!cwi!tran@tut.cis.ohio-state.edu  (Hieu Tran)
  2202. Subject: testing -- please ignore.
  2203.  
  2204. This is a test.
  2205.  
  2206. ------------------------------
  2207.  
  2208. Date: 25 Jul 89 18:26:49 GMT
  2209. From: janus.berkeley.edu!senderow@ucbvax.Berkeley.EDU  (Dan Senderowicz)
  2210. Subject: ZSM and ZPATCH
  2211.  
  2212. Does anybody know where can I find ZSM and ZPATCH? These programs are used
  2213. to assemble and patch QTERM. I understand that they can be find at simtel20,
  2214. but I was not able to. Thanks,
  2215.  
  2216. Dan.
  2217.  
  2218. ------------------------------
  2219.  
  2220. End of INFO-CPM Digest V89 Issue #155
  2221. *************************************
  2222. 28-Jul-89 20:06:32-MDT,9106;000000000000
  2223. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  2224. Date: Fri, 28 Jul 89 20:00:16 MDT
  2225. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  2226. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2227. Subject: INFO-CPM Digest V89 #156
  2228. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2229.  
  2230. INFO-CPM Digest             Fri, 28 Jul 89       Volume 89 : Issue 156
  2231.  
  2232. Today's Topics:
  2233.                             C for CP/M-86
  2234.                      Epson PX-8 Disk conversions
  2235.                         getting kermit to work
  2236.                         Kaypro 10 serial port
  2237.                    taking care of bad disk sectors
  2238.                     Uh-oh....  (was 7-bit Refresh)
  2239. ----------------------------------------------------------------------
  2240.  
  2241. Date: 27 Jul 89 16:48:17 GMT
  2242. From: mcvax!unido!iraun1!iravcl!s_jaenicke@uunet.uu.net
  2243. Subject: C for CP/M-86
  2244.  
  2245. I have a question about CP/M-86 (and Concurrent CP/M-86):
  2246.  
  2247. Does anybody know about a C-Compiler (Better: C++) for CP/M-86 that also runs
  2248. under Concurrent CP/M-86?
  2249. I have only a Version 1.0 of Digital Research C (1981). Very slow, not
  2250. Standard, 8087-Lib doesn't work, only the small-memory-model runs under CCP/M.
  2251. Has anybody heard about a C-Compiler that has a 8087-Library, is able to link
  2252. Assembler-Code or other languages?
  2253. And: Where can I buy this Compiler?
  2254.  
  2255. Thanks for a response.
  2256. Frosch, Karlsruhe.
  2257.  
  2258. ------------------------------
  2259.  
  2260. Date: Fri, 28 Jul 89 20:13:01 EDT
  2261. From: John C Klensin <KLENSIN@INFOODS.MIT.EDU>
  2262. Subject: Epson PX-8 Disk conversions
  2263.  
  2264. Paul N Burgess wrote looking for a way to get disk conversions from the 
  2265. Epson PX-8 / PF-10 disk drive format.
  2266.  
  2267. The most recent version of MSDOS Media Master supports the PX-8's disk
  2268. format, if you can find an IBM PC clone with a 3 1/2 inch drive.  The
  2269. 720 Kb models are fine; I don't recall any problems with the 1.4Mb ones,
  2270. but am not sure we have tried it.   For probably-obvious reasons, Media 
  2271. Master is pretty sensitive to having a 100% compatible controller out 
  2272. there, and does not get along with "installable" device drivers, such as 
  2273. would come with after-the-fact controllers, very well at all.  Most of 
  2274. our conversions have been done with a PS-2 Mod 30.
  2275.  
  2276. I don't have any idea whether the CP/M-based versions of MediaMaster now 
  2277. support the PX-8.  You would need a supported machine with DSDD 3 1/2
  2278. inch disk drives, which does not impress me as likely. 
  2279.  
  2280. For many purposes like this, we have adopted the alternate solution of 
  2281. finding another CP/M machine that can read appropriate disks, then 
  2282. running the data down a wire into the Epson using Xmodem, Kermit, or 
  2283. whatever.  Then one lets the Epson write its own disks.
  2284.  
  2285. You will find that Epson's designers were quite clever about that 
  2286. machine.  From reading the drawings, I suspect that they intended to 
  2287. permit pulling the 80C80 and replacing it with a 16-bit processor at 
  2288. some stage.  But other bits of cleverness like this make it incompatible 
  2289. with almost anything you can think of once one gets down to the hardware 
  2290. level.  I gather that this has been a generic problem with Epson
  2291. computers. 
  2292.  
  2293. MediaMaster comes from Intersecting Concepts.  Last address I have handy 
  2294. is 68 Long Court, Suite 1B, Long Beach, CA 91360.
  2295.  
  2296. No affiliation with companies or endorsement of products mentioned 
  2297. above, but we have found them to work.
  2298.    John Klensin   Klensin@INFOODS.MIT.EDU
  2299.  
  2300.  
  2301. ------------------------------
  2302.  
  2303. Date: 26 Jul 89 20:42:14 GMT
  2304. From: mailrus!ulowell!m2c!wpi!ggray@ames.arc.nasa.gov  (Gary Gray)
  2305. Subject: getting kermit to work
  2306.  
  2307. I have an Osborne Executive computer that I would like to use as a spare 
  2308. terminal. I would like to use kermit, since it is free and it is on all
  2309. of my other machines.  I have tried to get it running by transfering the .hex
  2310. files from Columbia to the Osborne via my IBM, using a program called media
  2311. master to get the Osborne to read the IBM disks.  I got the program called 
  2312. mload running (apparently) from the hex file and used it to assemble the 
  2313. two pieces of Kermit (the system independent and the system specific files)
  2314. Unfortunatly, Kermit hangs when I attempt to connect (enter terminal mode), but
  2315. operates normally in other respects.  Does anyone have any idea what I might 
  2316. be doing wrong?  Is there some special configuring I need to do?  
  2317.  
  2318. Failing that, does anyone know of an easier way to get Kermit running on
  2319. my machine?  
  2320.  
  2321. Thanks.
  2322.  
  2323. ------------------------------
  2324.  
  2325. Date: 26 Jul 89 11:03:43 GMT
  2326. From: garfield!leif!andrew@uunet.uu.net
  2327. Subject: Kaypro 10 serial port
  2328.  
  2329. Help please!
  2330.  
  2331. I thought that perchance this was a good newsgroup to ask for help in.  I'm 
  2332. sitting here _trying_ to get my trusty Kaypro 10 to talk to it's serial 
  2333. interface.  The Superterm program seems to have no problem, (2400 8N1), but 
  2334. whenever I try to access the port from pip, basic (m,c,s,&o), or bdos calls, 
  2335. the machine sits there and hangs.  I even tried going directly to the Z80 SIO 
  2336. chip... with null results.....
  2337.  
  2338. Any suggestions?
  2339.  
  2340. Thanks,
  2341. -Andrew.
  2342.  
  2343.  
  2344. Bitnet:  andrew@kean.mun.ca
  2345.  
  2346. ------------------------------
  2347.  
  2348. Date: 26 Jul 89 19:05:50 GMT
  2349. From: beech@g.ms.uky.edu  (Wayne Beech)
  2350. Subject: taking care of bad disk sectors
  2351.  
  2352. Hello,
  2353.  
  2354. I seem to recall seeing a program named FINDBAD that verified a cpm disk and
  2355. placed any bad sectors in a file like BADSPOTS.BAD.  does anyone know of this
  2356. program or similiar programs that can be used for dealing with badspots and/or
  2357. verifying that a drive is working correctly?
  2358.  
  2359. thanks.
  2360. -- 
  2361. =============================================================================
  2362. UUCP  : !ukma!beech
  2363. BITNET: beech@ukma
  2364. DOMAIN: beech@ms.uky.edu
  2365.  
  2366. ------------------------------
  2367.  
  2368. Date: 26 Jul 89 13:10:39 GMT
  2369. From: mcvax!hp4nl!phigate!nlgvax!geertj@uunet.uu.net  (Geert Jan de Groot)
  2370. Subject: Uh-oh....  (was 7-bit Refresh)
  2371.  
  2372. [In various articles, people proposed all kinds of solutions for the 
  2373. 128-cycle Z80 refresh problem. I still had my answer to the original
  2374. writer lying around and thought it might be useful to others, so here
  2375. it goes:]
  2376.  
  2377. In article <398@uop.uop.EDU> he wrote:
  2378. >I need 64Kx1 dynamic RAM chips, like 4164's. They need to be 100 ns.
  2379. >They need to work with 7 bit (128 cycle) refresh. 
  2380.  
  2381. The most 64K DRAMs are 7 bit refresh. From memory, Hitachi, NEC, Fujitsu
  2382. are all good. Texas Instruments is not. 128 or 256 bit refresh is clearly
  2383. marked in  the databook. 90% of the 64K RAMs (usually those from 
  2384. The Land Of The Rising Yen) are OK.
  2385.  
  2386. If you still only get access to the remaining 10%, there is another
  2387. trick using some extra circuitry. Get an extra 4040, connect the clock
  2388. of the 4040 to RFSH of the Z80, and use Q7 as the extra refresh address
  2389. you were missing. Use a 74153 as multiplexer for the extra addr pin:
  2390.  
  2391.  
  2392.               ----------                 ----------
  2393.              |          |           +---|I0        |
  2394.              |          |           |   |          |
  2395.  Z80 RFSH ---|clk     Q7|-----------+---|I1       Q|--- new A7 4164's
  2396.              |          |               |          |
  2397.       GND ---|reset     |    Z80 A14 ---|I2        |
  2398.              |          |               |          |
  2399.              |          |    Z80 A15 ---|I3        |
  2400.              |          |               |          |
  2401.              |          |               |          |
  2402.              | HEF 4040 |   ADDR MUX ---|A0        |
  2403.               ----------                |          |
  2404.                             Z80 RFSH ---|A1        |
  2405.                                         |          |
  2406.                                         | 74LS153  |
  2407.                                          ---------- 
  2408.  
  2409. During R/W operation, A14/15 is fed to the RAM's, which you needed to
  2410. build anyway because the old 4116's didn't have A7. During refresh,
  2411. Q7 is fed to the RAMs. Because Q7 toggles each 128 refresh periods,
  2412. it refreshes all columns.
  2413.  
  2414. I hope this is clear enough. Good luck!
  2415.  
  2416. >Am I the only one in the world who understands the difference between
  2417. >7 and 8 bit refresh??? Am I going to have to buy 256K RAM chips and
  2418. >waste 192K of RAM to make this project go???
  2419.  
  2420. 256K chips are even worse. They have 8/9 bit refresh, so you have 2
  2421. address bits to add. You can use Q8 of the 4040 and the other half
  2422. of the 74153 to do this if you like, and have 256K available
  2423. (with the multi-task, multi-user Z80 system I built with a group,
  2424. we even have 384K available, enough to support 6 CP/M user simultaniously.
  2425. How 384K is addressed with a Z80 is another story, available on request).
  2426.  
  2427. >Nick Sayer  |  nsayer@uop.edu  | ...ucbvax!ucdavis!uop!nsayer
  2428.  
  2429. --8<--nip-nip---------------------------------------------------------------
  2430.  
  2431. Geert Jan de Groot,            Email: geertj@nlgvax.pcg.philips.nl
  2432. Philips TDS-ICA,                   ..!mcvax!nlgvax!geertj
  2433. Innovation Centre Aachen,        Ham: PE1HZG
  2434. Weisshausstrasse,            "MS-DOS is just a bootstrap" - me
  2435. 5100 Aachen, Germany.
  2436. phone: +49 241 6003 714            [Standard disclaimers apply]
  2437.  
  2438. ------------------------------
  2439.  
  2440. End of INFO-CPM Digest V89 Issue #156
  2441. *************************************
  2442. 30-Jul-89 10:09:07-MDT,9991;000000000000
  2443. Return-Path: <INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  2444. Date: Sun, 30 Jul 89 10:00:12 MDT
  2445. From: INFO-CPM-REQUEST@WSMR-SIMTEL20.ARMY.MIL
  2446. Reply-To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2447. Subject: INFO-CPM Digest V89 #157
  2448. To: INFO-CPM@WSMR-SIMTEL20.ARMY.MIL
  2449.  
  2450. INFO-CPM Digest             Sun, 30 Jul 89       Volume 89 : Issue 157
  2451.  
  2452. Today's Topics:
  2453.                           Hard drive utils?
  2454.                       ramdisk under cpm (3 msgs)
  2455.                        TeleVideo TPC 1 (2 msgs)
  2456.                                  Zork
  2457. ----------------------------------------------------------------------
  2458.  
  2459. Date: 30 Jul 89 11:17:07 GMT
  2460. From: amdahl!pacbell!sactoh0!ianj@ames.arc.nasa.gov  (Ian R. Justman)
  2461. Subject: Hard drive utils?
  2462.  
  2463. I just got two S100 computers, one of which has a 10-megabyte hard
  2464. drive.  Does anyone have any suggestions as to what kind of
  2465. PD hard drive utilites I should get (aside from FIRE, based on
  2466. RESTORE and SAP (needed to run FIRE), but those suggestions are
  2467. welcome)?
  2468. -- 
  2469. Home:   Ian Justman       |UUCP:                 |"One of the few
  2470. 6612 Whitsett Drive       |                      |die-hard CP/M
  2471. North Highlands, CA  95660| pacbell!sactoh0!ianj |addicts left on this
  2472. (916) 344-5360            |                      |planet"
  2473.  
  2474. ------------------------------
  2475.  
  2476. Date: 26 Jul 89 14:13:14 GMT
  2477. From: astroatc!nicmad!madnix!rat@speedy.wisc.edu  (David Douthitt)
  2478. Subject: Ramdisk under CPM
  2479.  
  2480. Ian R. Justman (ianj@sactoh0) wrote:
  2481. (in reply to) George Rachor x65135 (george@flight.UUCP):
  2482. | |  
  2483. | |  Is there such a thing as a Ram disk driver for the Apple ][ plus under
  2484. | |  CPM?  I have an apple memory expansion card located in slot 2.
  2485. | |  
  2486. | |  When I boot up Prodos this board is found to be a ramdisk called "RAM2".
  2487. | |  
  2488. | |  I currently have CPM 2.2.  Would such a thing be public domain?
  2489. | I suggest you give Applied Engineering's CP/AM a whizz.
  2490.  
  2491. Why?  It's only compatible with CP/AM which limits you to Apple CP/M owners.
  2492. For a considerably lower amount ($0!) you can get ZCPR 3.3 and remain
  2493. compatible with any other Z80 machine running ZCPR 3.3 (or CP/M 2.2 if you
  2494. limit yourself).
  2495.  
  2496. | It won't work with RamFactor or with the Apple card that you have.
  2497.  
  2498. | However, there is a program with it called "PC" which...
  2499. | I think ... might recognize your card.
  2500.  
  2501. Seems like a pretty lame reason to buy CP/AM.
  2502.  
  2503. | However, if you're using Microsoft's CP/M, as far as I know, you're
  2504. | stuck.  I haven't seen ramdrive software that will work with
  2505. | Apple expanded ram cards which are in the public domain.
  2506.  
  2507. There ARE other CP/M cards besides the slowpokes from AE and Microsoft.
  2508.  
  2509. The PCPI card has numerous drivers in the public domain (it has a standard
  2510. way of installing any appropriate driver that you choose).  There might
  2511. be one for an Apple memory card.
  2512.  
  2513. If you don't have an Applicard, perhaps its time you left 1MHz in the dust
  2514. and got an older card which still has yet to be beaten at 6MHz.
  2515.  
  2516. Applied Engineering, when you gonna wake up and smell the roses?  This card
  2517. is at LEAST 5 years older than the Z80 Plus and runs 6 times faster.
  2518.  
  2519.     [david]
  2520.  
  2521. -- 
  2522. !======= David Douthitt :::: Madison, WI =======!== The Stainless Steel Rat ==!
  2523. !  ArpaNet: madnix!rat@cs.wisc.edu              !                             !
  2524. !  UseNet: ...uwvax!astroatc!nicmad!madnix!rat  !  Mad Apple Forth:           !
  2525. !               {decvax!att}!                   !  The Madness starts here.   !
  2526.  
  2527. ------------------------------
  2528.  
  2529. Date: 24 Jul 89 20:25:12 GMT
  2530. From: uci-ics!zardoz!tgate!ka3ovk!drilex!axiom!linus!nixbur!nixpbe!ugun13!josef@cs.ucla.edu
  2531. Subject: ramdisk under cpm
  2532.  
  2533. george@flight.UUCP writes:
  2534.  
  2535.  > /* ---------- "ramdisk under cpm" ---------- */
  2536.  >
  2537.  > Is there such a thing as a Ram disk driver for the Apple ][ plus under
  2538.  > cpm?  I have an apple memory expansion card located in slot 2.
  2539.  >
  2540.  > When I boot up prodos this board is found to be a ramdisk called "RAM2".
  2541.  >
  2542.  > I currently have CPM 2.2.  Would such a thing be public domain?
  2543.  
  2544. From my (limited) experience with CP/M I would say that You can't just
  2545. buy a "ramdisk driver".
  2546.  
  2547. What You need to do is to change Your machine's BIOS to allow the entries
  2548.     HOME, SELDSK, SETTRK, SETSEC, READ and WRITE
  2549. to recognize Your RAMdisk.
  2550.  
  2551. Depending on the (current) implementation, it would probably be
  2552. sufficient to modify HOME, READ and WRITE, as the other ones merely
  2553. update some memory locations with the desired values which are later
  2554. used by READ and WRITE (with respect to HOME, my CP/M Operating System
  2555. Manual says "The disk head of the currently selected disk (...) is
  2556. moved to the track 00 position", although You can "translate into a
  2557. call to SETTRK with a parameter of 0" which in turn "...seek the
  2558. selected track at this time or delay the seek until the next READ or
  2559. WRITE actually occurs").
  2560.  
  2561. You could probably call the RAMdisk disk E: (A:-D: being used for floppies).
  2562.  
  2563.         Josef Moellers
  2564.  
  2565.     paper mail:            e-mail:
  2566. c/o Nixdorf Computer AG        USA:  uunet!linus!nixbur!mollers.pad
  2567. Abt. DX-SC 1            !USA: mcvax!unido!nixpbe!mollers.pad
  2568. Heinz-Nixdorf-Ring            Phone:
  2569. D-4790 Paderborn        (+49) 5251 104691
  2570. +-----------------------------------------------------------------------+
  2571. | "Many that live deserve death. And some that die deserve life.    |
  2572. |  Can You give it to them? Then do not be too eager to deal out    |
  2573. |  death in judgement"                            |
  2574. |            Gandalf to Frodo in "The Fellowship of the Ring"|
  2575. +-----------------------------------------------------------------------+
  2576.  
  2577. ------------------------------
  2578.  
  2579. Date: 30 Jul 89 11:12:49 GMT
  2580. From: amdahl!pacbell!sactoh0!ianj@ames.arc.nasa.gov  (Ian R. Justman)
  2581. Subject: Ramdisk under CPM
  2582.  
  2583. In article <752@madnix.UUCP>, rat@madnix.UUCP (David Douthitt) writes:
  2584. > There ARE other CP/M cards besides the slowpokes from AE and Microsoft.
  2585. > The PCPI card has numerous drivers in the public domain (it has a standard
  2586. > way of installing any appropriate driver that you choose).  There might
  2587. > be one for an Apple memory card.
  2588. > If you don't have an Applicard, perhaps its time you left 1MHz in the dust
  2589. > and got an older card which still has yet to be beaten at 6MHz.
  2590. > Applied Engineering, when you gonna wake up and smell the roses?  This card
  2591. > is at LEAST 5 years older than the Z80 Plus and runs 6 times faster.
  2592.  
  2593. Sure it beats those cards.  But what about //c owners who want to
  2594. run CP/M?  Just tell me where one can get an Applicard-type device
  2595. for the //c and I'll be happy knowing that you're a little bit
  2596. rational.
  2597.  
  2598. BTW, what about those of us who can't currently afford an
  2599. Applicard?  What are we to do now?  Are we in the stone ages?  We
  2600. might, but if we get the job done, and it may take a bit longer,
  2601. who cares?!?!?  You have to realize that a lot of us can't go out
  2602. and get an Applicard at the snap of a finger.  Money doesn't grow
  2603. on trees, you know.  I personally want an Applicard myself, but I
  2604. just can't afford it.  Is there something wrong with that?  If you
  2605. think there's something wrong with me because I should be running a
  2606. PCPI card instead of a Microsoft one, and I'm able to get stuff
  2607. done, only at a slower pace, there's something wrong with your
  2608. ability to reason, bud.  SERIOUSLY wrong.
  2609.  
  2610. -- 
  2611. Home:   Ian Justman       |UUCP:                 |"One of the few
  2612. 6612 Whitsett Drive       |                      |die-hard CP/M
  2613. North Highlands, CA  95660| pacbell!sactoh0!ianj |addicts left on this
  2614. (916) 344-5360            |                      |planet"
  2615.  
  2616. ------------------------------
  2617.  
  2618. Date: Fri, 28 Jul 89 20:43 PDT
  2619. From: Steven Russell <SRUSSELL@uoneuro.uoregon.edu>
  2620. Subject: TeleVideo TPC 1
  2621.  
  2622. I am the proud new owner of a TeleVideo TPC 1 CP/M computer... with a busted B
  2623. drive.  Anyone out there know where I can get a replacement drive for this
  2624. beastie, and if there is anything tricky to getting the B drive installed?
  2625.  
  2626. Thanks in advance for any help.
  2627.  
  2628. -Steven Russell
  2629.  
  2630. srussell@uoneuro.uoregon.edu
  2631. srussell@uoneuro.bitnet
  2632.  
  2633. ------------------------------
  2634.  
  2635. Date: 30 Jul 89 10:48:02 GMT
  2636. From: amdahl!pacbell!sactoh0!ianj@ames.arc.nasa.gov  (Ian R. Justman)
  2637. Subject: TeleVideo TPC 1
  2638.  
  2639. In article <8907290704.AA04019@ucbvax.Berkeley.EDU>, SRUSSELL@UONEURO.UOREGON.EDU (Steven Russell) writes:
  2640. > I am the proud new owner of a TeleVideo TPC 1 CP/M computer... with a busted B
  2641. > drive.  Anyone out there know where I can get a replacement drive for this
  2642. > beastie, and if there is anything tricky to getting the B drive installed?
  2643.  
  2644. Go to wherever sells your favorite IBM peripherals and buy a
  2645. half-height 360k-style drive.  A friend of mine has one which came
  2646. with Teac drives.  He took them out and put them in his XT.  He
  2647. took the XT drives and put them in the TPC1 and it worked fine.  As
  2648. for installation, I don't know if you should let the dealer do it
  2649. or you should do it yourself for warranty reasons.
  2650. -- 
  2651. Home:   Ian Justman       |UUCP:                 |"One of the few
  2652. 6612 Whitsett Drive       |                      |die-hard CP/M
  2653. North Highlands, CA  95660| pacbell!sactoh0!ianj |addicts left on this
  2654. (916) 344-5360            |                      |planet"
  2655.  
  2656. ------------------------------
  2657.  
  2658. Date: Fri, 28 Jul 89 20:49 PDT
  2659. From: Steven Russell <SRUSSELL@uoneuro.uoregon.edu>
  2660. Subject: Zork
  2661.  
  2662. I have a question that my brother has asked me to pass on (he has no net
  2663. access).  Of late, he has become interested in a game called Zork, that he is
  2664. running on a VAX under UNIX.  He has been told that the game is available for
  2665. CP/M machines, but he doesn't know where to look.  Has anyone heard of this
  2666. game, and do any of you know of a source for it?  I understand it is a
  2667. "payware" program.  My brother and I thank y'all for any help. 
  2668.  
  2669. Steven Russell
  2670.  
  2671. srussell@uoneuro.uoregon.edu
  2672. srussell@uoneuro.bitnet
  2673.  
  2674.  
  2675. ------------------------------
  2676.  
  2677. End of INFO-CPM Digest V89 Issue #157
  2678. *************************************
  2679.