Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!WISCVM.WISC.EDU!MAILER-DAEMON%hila.UUCP%FINGATE.BITNET From: MAILER-DAEMON%hila.UUCP%FINGATE.BITNET@WISCVM.WISC.EDU.UUCP Newsgroups: comp.sys.atari.st Subject: Returned mail: User unknown Message-ID: <8703091339.AA12081@hila.UUCP> Date: Thu, 5-Mar-87 13:56:48 EST Article-I.D.: hila.8703091339.AA12081 Posted: Thu Mar 5 13:56:48 1987 Date-Received: Tue, 10-Mar-87 05:21:24 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 461 ----- Transcript of session follows ----- mail11: %MAIL-E-LOGLINK, error creating network link to node SAMPO mail11: -SYSTEM-F-INVLOGIN, login information invalid at remote node 550 ... User unknown ----- Unsent message follows ----- Received: from santra.UUCP (santra.ARPA) by hila.UUCP (4.12/4.7) id AA05840; Sat, 7 Mar 87 12:58:38 GMT Received: by santra.UUCP (5.51/6.4.TeKoLa) id AA00942; Sat, 7 Mar 87 12:57:48 +0200 From: Message-Id: <8703071057.AA00942@santra.UUCP> Received: by fingate Sat Mar 7 12:57:44 from MAILER@FINHUTC.BITNET via rscs BSMTP. Received: by FINHUTC (Mailer X1.23b) id 6951; Sat, 07 Mar 87 12:52:36 FIN Date: Thu 5 Mar 87 10:56:48 PST Reply-To: santra::Score.Stanford.edu::Info-Atari16 Sender: "Atari ST users forum (INFO-ATARI16)" Comments: To: "Distribution List: ;" Original-From: Info-Atari16 Digest Subject: Info-Atari16 Digest V87 #112 To: , Original-To: , Info-Atari16 Digest Thursday, March 5, 1987 Volume 87 : Issue 112 This weeks Editor: Bill Westfield Today's Topics: Re: (none) 40 folder limit Re: RS232 Flow Control External ramdisk Product review and ording information wanted... Re: Questions -- resetting rs232 and set - (nf) Access indicator for RAMDISKs - (nf) How Atari will take over the world Re: Atari postings or lack thereof plugboards for the cartridge port VIP PROFESSIONAL Re: Upgrading a 1040 to 4 Megs ---------------------------------------------------------------------- Date: 3 Mar 87 21:45:56 GMT From: imagen!atari!neil@ucbvax.Berkeley.EDU (Neil Harris) Subject: Re: (none) To: info-atari16@score.stanford.edu In article <8703010126.AA29928@titan.rice.edu>, bro@RICE.EDU (Douglas Monk) writes: > Subject: Early 520ST Keyboard problem > > He went to the store where he bought it ( where they seemed familiar with > the problem, apparently ) and was told that since it was past the warranty > period, the only fix available was to get the keyboard replaced at $150. > > His question is : isn't there some other way to fix this problem? If not, > is the store gouging him on the price? Could he get the fix cheaper from > Atari? If someone sends an out-of-warrantee ST to Atari, the charge for a complete replacement of the unit is only $95. We can't control the prices charged by service centers, but in this case it seems to be a bit out of line. The $95 charge includes return shipping, and will get your friend the latest rev of the ST from our warehouse, including ROMs and modulator. The address is: Atari Corporation, 390 Caribbean Dr., Door 17, Sunnyvale CA 94088, Attn: Out-of-Warrantee Service. --->Neil @ Atari ...{hoptoad, lll-lcc, pyramid, imagen, sun}!atari!neil BIX: neilharris CIS: 70007,1135 Delphi: NEILHARRIS GENIE: nharris WELL: neil Atari Corp. BBS 408-745-5308 ------------------------------ Date: 3 Mar 87 15:38:11 GMT From: mcvax!nikhefh!t68@seismo.css.gov (Jos Vermaseren) Subject: 40 folder limit To: info-atari16@score.stanford.edu After some digging in the ROMS I found the address where the table of active folders is kept. The little job below displays the number of occupied slots so that the user may know whether he is approaching the dangerous 40 folder crocodile. This works of course only for TOS in ROM. The job is only uuencoded with Moshes uuencode. The number of active slots is quasi random but always increases. -----------------------------cut here----------------------------------- begin 644 folders.prg M8!H " 3!\6,12B' @! /SP "4Y!7(]*06<.TGP ,#\!/SP DY!6(](0M1\ M # _ C\\ ).05B//SP 4Y!2'H *S\\ E.04)G3D%.=6UB97(@;V8@9F]L 59&5R('-L;W1S('5S960@/2 #0H end -----------------------------end of job--------------------------------- ------------------------------ Date: 3 Mar 87 19:16:46 GMT From: mnetor!utgpu!tomwest@seismo.css.gov (Tom West) Subject: Re: RS232 Flow Control To: info-atari16@score.stanford.edu I posted an article a few days ago asking for help about ATARI RS232 buffering. Since then I have found that the mistakes were all on my side. My thanks to all who mailed a reply. Finding out that the interface worked for others enabled me to find the bug. -- Tom West UUCP: {utzoo, utcsri, mnetor, cbosgd, ihnp4}!utcs!tomwest ------------------------------ Date: 2 Mar 87 05:30:22 GMT From: mnetor!utzoo!utcsri!asm@seismo.css.gov (Anees Munshi) Subject: External ramdisk To: info-atari16@score.stanford.edu Hi all. For my thesis I needed to use the ST's cartridge port for output as well as input. So I designed an interface which uses 2 latches and one PAL (16L8) which fits on a tiny cart plugged into the cartridge port and converts the cartridge port from a 128Kbyte read only port to a 64Kbyte read/write port. The writing process is a two step process (it involves two reads), and allows you to write 16bit data through the cartridge port. I have written software to read and write bytes and words through this port (in assembler) and have been using this adapter for nearly 6 months without any problems. (If you are interested in the design mail me and I'll try to send you the relevent parts of the documentation of my thesis which I am in the process of writing.) Since I didn't need too much speed on this port, I never really benchmarked it until I read those postings about the hardware ram-disk. Just to see if it would be feasible to use this port to connect to some memory and make a ramdisk, I decided to benchmark it. The speed I obtained is about 75978 bytes/second for writes and more than twice as much for reads. Although this is slower than the DMA port, given that I don't know of any piece of documentation that describes the DMA port properly, it might be worth putting a RAM-disk on the cart. port. In fact, it should be pretty easy to put 2K of battery-backed CMOS ram, some N meg of dynamic ram, and perhaps a clock-calendar IC. By using a segmentation register, you could access the DRAM in 48K chunks or so (leaving some addressable space for things you might think of later). So, does anyone have a well commented ramdisk program that I can modify easily to serve as a driver for the external ram disk? I would prefer a program in C which I can modify quickly and tune for efficiency later. -anees Anees Munshi @ University of Toronto Engineering. ARPA asm%csri.toronto.edu@csnet-relay.arpa BitNet asm@utcsri.UTORONTO CSNet asm@csri.toronto.edu UUCP {allegra,ihnp4,decvax,pyramid}!utzoo!utcsri!asm ------------------------------ Date: 1 Mar 87 16:43:28 GMT From: decvax!cca!mirror!rayssd!brunix!nancy!rjd@ucbvax.Berkeley.EDU (Rob DeMillo) Subject: Product review and ording information wanted... To: info-atari16@score.stanford.edu Well, it finally happened...I think the last sane reason to shell out $300.00 for the Developer's Kit has evaporated. It looks like Kuma has put out its own version, which, in one of its hyped advertising blurbs, Kuma claims is superior to the Resource Construction Set... It is called, of course, K-Resource... Now, only a few unanswered questions... (a) How good is it *really*? Has anyone out there tried it? Is it compatable with Lattice C? MWC? Megamax C? MCC PASCAL? etc etc etc (b) Where can I get it? Does anyone know of a mail-order house that carries it? Thanks in advance...send e-mail to me, and, when I have sufficient info, I'll post a synopsis to the net.... - Rob DeMillo Brown University - Planetary Science Group UUCP: ...{seismo!harpo}!ihnp4!brunix!rjd BITNET: GE702000@BROWNVM SPAN: To Be Announced CompuServe: 73537,2737 GENie: To Be Announced ------------------------------ Date: 28 Feb 87 14:19:00 GMT From: mcvax!unido!tub!csch@seismo.css.gov Subject: Re: Questions -- resetting rs232 and set - (nf) To: info-atari16@score.stanford.edu I think, it's a problem with the XON/XOFF protocoll. If XON/XOFF is enabled ,,noises'' causing a XOFF-character to be recognized would HANG the RS-232. One solution: DISABLE this feature (->Rsconf(xbios)). Otherwise you have to ,,patch'' within system-memory (the XOFF-flag) .... but I don't think, that this is a proper way ... ??? I don't know about such a GEM-call BUT: there's some kind of a VDI-function that does this --- you can also work with font-attributes using LINE-A functions (init(line-a)) ... Clemens Contact via: csch@tub.uucp from the US: ...!pyramid!tub!csch from Europe: ...!unido!tub!csch Bitnet: csch@db0tui6 = tub.bitnet tel.: +49-30-393-3574 +49-30-332-4015 tlx.: (west-germany) + 186672 rdt d ------------------------------ Date: 28 Feb 87 15:02:00 GMT From: mcvax!unido!tub!csch@seismo.css.gov Subject: Access indicator for RAMDISKs - (nf) To: info-atari16@score.stanford.edu Here's some nice little stuff for all those that wont to have their drive-leds light up everytime, they access their RAMDISK ... Read ramd_led.doc !!!! Clemens Contact via: csch@tub.uucp from the US: ...!pyramid!tub!csch from Europe: ...!unido!tub!csch Bitnet: csch@db0tui6 = tub.bitnet tel.: +49-30-393-3574 +49-30-332-4015 tlx.: (west-germany) + 186672 rdt d --------------------- cut here ------------------------- begin 644 ramd_led.arc M&@A204U$7TQ%1"Y$3T, X0( %P.37YH[@4$ ,5-"DF0-B( @Z:,J :/.& M3!HS:0.BSEL08=R\06B1ZQLY"_^6,4L& M;$44<\S**0.'C5J%?$&,L 'B3AJ$.LNP//D&3M_"816ZJ=-&C$46(/*\J5,Y M+\RJ5[_T_$F'[F*U,#6N;*D@P9@V<%S<23 9=0P:B.&D2)! Q=F","/+"=,& MY!H0/R -8.G2HVK6=UP?I"N3)DR290BQ ME,!_ 0YHA! ')KA@@P\>)"&%[5W8@A ;3N2"A[S]UU\"?Y4X@@PI*LB@@\V! M\!9,8EP&0@P?7H:&B#T*. (-0:Y(I'-'@I D3#+TIP(D2?3GQ!-4%)$42RU M4D!_21CIF1LP/>$$$UDL"0,(323A1!5E3C%>?F7< 18=D E$T!P1)AC7%'01 M(><)5&BI4%YG-(67&*O1P5)D0@3Q$QEOC$%:&7"&04=&&[4 0IL0N3&1DF-, MIX=3^ EZF4(QP+!51Q^%.FJIIVK$DAE_X07"##3@H&4>A(+ 6:74=3@ "#JT MD$)_0E!QA0[]A>%6&:6QH1"(:. UAPTXH,;71G8IM!@;#$V$E11%#$$%G2"H MFL4358#@J!.0@H!$$.]1\01/>B[!4A!.9$$%$GH>(6U_0X@;E1L$33$&&F ! MIQ *8\RQ,1 1BN%"'76,D5,/TH8 1Q[3M9$&&2&4'$+(&U_;6P)L03Y M(H?)F3&A02<0%-REB"#,QZ$V'3;]&G4J56O@K0IH.O7;V:!JATQ M-J(=M".H$DQIV$F=.6GTE/DRA\Z;0 ,+I'%3.0P;-@ $F225A@R;,B9%0R*@ M TT8-Z;+R EMDH><,G2^A"%#1@[FU0ANYW8-6S4!.W/6I(&3VJ0;-V_N?#'# M)LR9WP2,LB'S1,"S8):*"8 R<%BS P$B10 6+,FS9PZ@P$,2>-GC(@Z+P! 66@G#9RRLQ) MN+#APP0DQJ# :)$,C(1AR)"Y22*&1)XL? (52C2&3J1*%20(.A3BB*(P8"3] M*;6F0X@^69 T6>;+')4Q-7)<4Z8,'!!VPK"I4R8A389?$XQ(X^:L7#9B6TRL MJ!8$U9ASYH!X8P8$7[]LV("0\T8DW[I=\;JXHW<&CL"#4Q2>4@<.P3(Z4R2D M(R<,'+U&$T :P+&%#Q!XQ*1Y,U,JU3@W1]@02U$V[8YOY,0<0X MH16$8(JB-X)PLK*,\N1W;4(L>=(LVC*@L6LGCY(Q"#AGVK@([W ZB1DQTA/6 MWM([3)DHJ"85:Z[!=M!!:9#!1ADZ)"1&:PDDN*!Q'/%E!E]IC,3&&V\\AY " M*K0 "00'J5 B") 0(,4=88@Q1X".N>'2&&X9!&("*Y$41D.3E4%''7*X89A0 MB/6F HX@D.1C:2FM%-./03;9(QU?H!&&&PIZ5R*2*0$IY!M"TH$&2GR1D<88 M8:"U98YFO!'9&W>DA 9E=9R!QF)LD '"BBV^F )J!4 M8X"TF5[#@6!4J-JEH5B&GUN'*D:0\?IM0=4-6Q,E16+ M+@A"$E)$T1NW M-HD!&PUBD6"&&3C@D%6D92S(' A')!$$2T](004(00"%I0OZ7F4$$?W^&S , M,A0&Y9="$B%%$E84T<+""^KI@K&*SAK:"NT6AMAY),F1T%D)6'O'%V:P$<89 MA;'EEF',[28D7R"T4>:KR\*1*+YYN4G&%W+<<5%&VK7Y9IQBTFEGDPFI 5(" M.\$@FK,XRI'&&7S)!4*GA[Y:HH@D#@HBBBJRZ.*4EO(U8XUK)OGQ8O_V&J.9 M: IZ))ML,'OXF6DF1[@9<_@8.-^IKI3ZY7P(QB5,< "8SUNP8$BK' + M4#3\<,12H5NQ#.MOW/%ZR=--TW9!#2W$97H1"GBDXM@Y#?OT @.S7D,'?X2.A,I M UDL /5.".[.N"$!C>PP:MD^)<(:@8B.-1AU5@@M1U&:GI2 Q1SP-,RJ\#- M.RQ(HA-SU9<91N9[<@ !LN($)LPD0 YTZ$WO*):8@[#'/,EA4 +(,(>;Q,!C M90 )2=#R,\PTL6HZT @=[5B8'BQ&;1MTFQ:K)D5!49!(@1PD1.ZH'4-ZT#LG M4$REHG08F?0F= neil@atari.UUCP (Neil Harris) writes: >PS: Why do the signatures from some of us (myself and James Turner included) >begin with two dashes on a line? Kind of annoying... I'm not to sure about other news reading programs, but "rn" adds the two dashes before your signature line. -Rich Richard E. Sansom TRW Electronics & Defense Sector {decvax,ucbvax,ihnp4}!trwrb!sansom ------------------------------ Date: 4 Mar 87 17:27:22 GMT From: sdcc6!sdcc12!st69@sdcsvax.ucsd.edu (Este Sikstinon) Subject: plugboards for the cartridge port To: info-atari16@score.stanford.edu Does anyone know of any prototyping boards that will plug into the catridge slot of the ST? It seems to need a 40-pin card edge with a center spacing of ~0.08 inches, something which neither Augat or Vector make. thanks in advance, Tom Erbe (uucp: sun!sdcarl!tre, genie: T.ERBE) ------------------------------ Date: Wed, 4 Mar 87 14:52:43 PST From: Reply-To: FATR6%USU.BITNET@forsythe.stanford.edu To: info-atari16@score.stanford.edu Subject: VIP PROFESSIONAL HELP!!! I just received the non GEM version of VIP Professional today in the mail. Mail Order. The disk was trashed. It boots the title screen and the says 'insert key disk'. It can't find the key value it is looking for on my disk. Is there anyone out there who could run me off a copy if I send my original to them. The Mail Order outfit says it is VIP's problem and VIP say's the distributor has to replace it. I don't know about the legality of all this but I am sick that I paid $100 for a piece of software that won't boot. I am not asking for a backup or even a copy just the original program I paid for. By the way VIP is hiding from Lotus if you have tried to get ahold of them. Thanks Jon Jensen FATR6@USU 1-801-750-2440 ------------------------------ Date: 4 Mar 87 12:53:38 GMT From: imagen!turner@ucbvax.Berkeley.EDU (D'arc Angel) Subject: Re: Upgrading a 1040 to 4 Megs To: info-atari16@score.stanford.edu in article <2337@usceast.UUCP>, tech@usceast.UUCP (Bill Wood) says: +--------------------------------------------------------- + + In article <1315@husc6.UUCP> grunau_b@husc4.UUCP (Justin J. M. Grunau) writes +++In article <2425@sunybcs.UUCP> leo@gort.UUCP (Leo Wilson) writes: ++... [he quotes a particularly virulent recent article] ... + Well of course, DRI had an engineer that was working on a MS-DOS + clone and they have GEM. At this point I have to say that personally... + I am MAD AS HELL AT DIGITAL RESEARCH!!! Every problem I have seen with + the ST can be traced directly back to good ol' DRI and their buggy + operating system. Why did they bother with non preemptive multi tasking? + Where was their head when they built the memory allocator? Don't they + know how to say 'Hard DISK' 40 folders?!? You mean someone might want to + have more than 40 folders? They must have had a bunch of virgins working + for them. Can you believe it? They didn't even understand priority + levels as evedenced by the fact that they move the SYSTEM stack with + some of the GEMDOS calls. +--------------------------------------------------------- bless you for stating the truth, after atari got the code from DRI they spent many hours rewriting the code just to get it to 'work' as well as it does today. DRI is one of the more brain-damaged OS companies that i know of. It's true that TOS was put together by DRI in a hurry but that is still no excuse for the poor design work underlying it. Almost all (if not all) of the problems that we have with TOS are directly tracable back to them, I too am in favor of burying TOS and trying again with the EST (MINIX, SVR2 ??? anything but TOS) C'est la vie, C'est la guerre, C'est la pomme de terre Mail: Imagen Corp. 2650 San Tomas Expressway Santa Clara, CA 95052-8101 UUCP: ...{decvax,ucbvax}!decwrl!imagen!turner AT&T: (408) 986-9400 ------------------------------ End of Info-Atari16 Digest ************************** -------