Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!WISDOM.BITNET!MAILER-DAEMON From: MAILER-DAEMON@WISDOM.BITNET.UUCP Newsgroups: comp.sys.atari.st Subject: Returned mail: User unknown Message-ID: <8703300546.AA20081@ucbvax.Berkeley.EDU> Date: Sat, 28-Mar-87 22:05:29 EST Article-I.D.: ucbvax.8703300546.AA20081 Posted: Sat Mar 28 22:05:29 1987 Date-Received: Tue, 31-Mar-87 01:20:04 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 137 ----- Transcript of session follows ----- 550 ALEN@WISDOM.BITNET... User unknown ----- Unsent message follows ----- Received: from finhutc.bitnet by wisdom.bitnet; Sun, 29 Mar 87 21:46:19 -0200 Received: by FINHUTC (Mailer X1.23b) id 2386; Sun, 29 Mar 87 06:13:15 FIN Date: Sat 28 Mar 87 19:05:29 PST Reply-To: Info-Atari16@Score.Stanford.edu Sender: "Atari ST users forum (INFO-ATARI16)" Comments: To: "Distribution List: ;" From: Info-Atari16 Digest Subject: Info-Atari16 Digest V87 #146 To: Alen Goldberg Info-Atari16 Digest Saturday, March 28, 1987 Volume 87 : Issue 146 This weeks Editor: Bill Westfield Today's Topics: Re: Ramblins... STart problems What are the REAL symptoms of folder bug? Calling Alan Page Floppy Controller Qestions New version of MicroGnuEmacs a new MMU?!? Re: Twister 520ST Wanted moderated groups re: PD RSC editor? ETERNAL2 Problems AIM image processing program Re: a few questions/whatever Re: Emacs 3.8b bugs on the way problems with SpaceWars v3.1 posting or Murphy, I hate you! Re: icon ---------------------------------------------------------------------- Date: 23 Mar 87 13:39:40 GMT From: ihnp4!ihuxi!store2@ucbvax.Berkeley.EDU (Wilcox) Subject: Re: Ramblins... To: info-atari16@score.stanford.edu In article <870318220143.00000BBD.AQEH.MA@UMass>, Flash@UMASS.BITNET (Rick Flashman) writes: > > Then of course, there is always your dealer. Find a good one who > discounts, and then you wont have to sweat it while waiting for an > UPS truck. > A lot easier said than done, even in a large urban area like Chicago. I wish we had a good local Atari dealer like you that was willing to take the time and effort to learn Atari repair and sold at a discount. Kit Kimes AT&T--Information Systems Labs ...ihnp4!iwvae!kimes "I'm carrying the weight of all the useless junk a modern man accumulates. I'm a statistic in a system that a civil servant dominates." _Running On Ice_ -Billy Joel ------------------------------ Date: Mon, 23 Mar 87 20:05:39 CST From: moore@ncsc.ARPA (Moore) To: info-atari16@su-score.ARPA Subject: STart problems Quite a few (several) notes have been posted about problems with the most recent STart magazine (Spring 87); apparently differences exist between the provided source code and the executables. I posted a note about a week ago inquiring if anyone had REBOOT and TWISTER working from that disk: after several notes back and forth, Jeff (Makaiwi%cory.Berkeley) pointed out that re-compiling REBOOT increased the size of the executable some (7????) bytes: apparently just the amount of code required to set the verify flag OFF (my original problem). Hope this is more than useless... Jim Moore@NCSC.arpa ------------------------------ Date: 23 Mar 87 18:13:39 GMT From: ihnp4!drutx!tlz@ucbvax.Berkeley.EDU (ZrustTL) Subject: What are the REAL symptoms of folder bug? To: info-atari16@score.stanford.edu Please explain, at the risk of repeating this on the net, what the symptoms of the "40 folder" bug are. Please, no guessing, only accurate info is needed on this one. In addition, a brief explanation of what the source of the problem is would be interesting. If you feel this info has been beat to death on the net, email me a reply. Thanks in advance! Terry Zrust, ..!ihnp4!drutx!tlz ------------------------------ Date: 23 Mar 87 19:50:29 GMT From: ihnp4!homxb!houxm!houxj!wkk@ucbvax.Berkeley.EDU (W.KAPLOW) Subject: Calling Alan Page To: info-atari16@score.stanford.edu Hello, I need to get some information from Alan Page regarding the bindings he wrote for Beckmeyers Micro-RTX and Megamax. For those of you who are not Alan Page but know about his whereabouts, send me mail. If you happen to be Alan Page, I need to resolve some problems I am having using your bindings. First, there seems to be a missing op-code in the _exit routing, looks like this: _exit: LINK A6,#0 MOVE 8(a6),-(a7) /* pterm call*/ #76,-(a7) TRAP #1 etc.... clearly, there must be an opcode before the #76 (I think it is probalbly a move.w). Also, even with the above assumption, the linker complains about fclose. Even with that removed, the liker is unable to find the RTX calls from a main program, one of the demos provided. I did the following after slightly hacking mmrtx.c mmcc mmrtx.c mmcc qdemo.c mmlink qdemo.o mmrtx.o