home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / misctext / pcdg9170 / pcdg9170
Text File  |  1991-04-11  |  17KB  |  456 lines

  1.  
  2.  
  3. Received: from MITVMA by MITVMA.MIT.EDU (Mailer R2.05) with BSMTP id 7670; Fri,
  4.  29 Mar 91 08:27:11 EST
  5. Received: from WSMR-SIMTEL20.ARMY.MIL by mitvma.mit.edu (IBM VM SMTP R1.2.1MX)
  6.  with TCP; Fri, 29 Mar 91 08:26:59 EST
  7. Message-ID: <910324213557.V91N70@WSMR-Simtel20.Army.Mil>
  8. Date: Sun, 24 Mar 91 21:35:50 GMT+1
  9. From: "Info-IBMPC Digest" <Info-IBMPC@WSMR-Simtel20.Army.mil>
  10. Reply-To: Info-IBMPC@WSMR-SIMTEL20.ARMY.mil
  11. Subject: Info-IBMPC Digest V91 #70
  12. To: "Info-IBMPC Distribution": ;
  13.  
  14. Info-IBMPC Digest           Sun, 24 Mar 91       Volume 91 : Issue  70
  15.  
  16. Today's Editor:
  17.          Gregory Hicks - Rota Spain <GHICKS@WSMR-Simtel20.Army.Mil>
  18.  
  19. Today's Topics:
  20.                            386 Mother Boards
  21.                          FORTRAN and the 80x87.
  22.                   Missing kB on XT (V91 #59) (2 msgs)
  23.                         System problem (V91 #60)
  24.                         MS FORTRAN 5.0 with 8087
  25.                   Connecting a second keyboard to a PC
  26.  
  27. Today's Queries:
  28.                  Apple to IBM  -- apple works to ASCII
  29.                         Fileserver for pc clone
  30.                              File Transfer
  31.         Animation Software to Manipulate Graphics from Digitizer
  32.                                  Lharc
  33.                               OS2 question
  34.                            PS/2 1.44Mb drives
  35.  
  36. New Uploads:
  37.         ABC412A.ZIP - ABC Fun Keys: Teach children ABCs, v4.12a
  38.  
  39. Send Replies or notes for publication to:
  40. <INFO-IBMPC@WSMR-SIMTEL20.ARMY.MIL>
  41.  
  42. Send requests of an administrative nature (addition to, deletion from
  43. the distribution list, et al) to:
  44. <INFO-IBMPC-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  45.  
  46. Archives of past issues of the Info-IBMPC Digest are available by FTP
  47. only from WSMR-SIMTEL20.ARMY.MIL in directory PD2:<ARCHIVES.IBMPC>.
  48.  
  49. ----------------------------------------------------------------------
  50.  
  51. Date: 19 Mar 91 15:23:00 GMT-9:00
  52. From: "HUGH PRESTON" <hpreston@osan-emh.af.mil>
  53. Subject: 386 Mother Boards
  54.  
  55. Steve,
  56.  
  57. Just read your note in Info-IBMPC on 386 mother boards and thought I
  58. would send you a quick note.
  59.  
  60. I picked up a 25 Mhz DTK mother board here in Korea which made it about
  61. one step away form the original manufacturer in Taiwan. It cost me
  62. about a grand with 4 megs of RAM installed. I added another 4 megs
  63. myself. It has the ability to handle another 8 megs of 32 bit addressed
  64. RAM if you get the 32 bit board they also offer. It also has a 64K
  65. static RAM cache. I added a 120 Meg RLL hard drive and some other stuff
  66. and am really happy with the results.  Am now running Windows 3.0 for
  67. everything and it is fast! Had no problems with the board at all.
  68.  
  69. Hugh Preston
  70. Osan Air Base
  71. Korea
  72.  
  73. ------------------------------
  74.  
  75. Date: Wed, 20 Mar 91 09:28:51 IST
  76. From: "Jacques J. Goldberg" <PHR00JG%TECHNION@TAUNIVM.TAU.AC.IL>
  77. Subject: FORTRAN and the 80x87.
  78.  
  79. The short program reproduced below was recently shown as an example of
  80. wrong operation of the Microsoft FORTRAN compiler, version 5. if I
  81. remember well.
  82.  
  83. 1-The author says that the result "SHOULD BE" 2500.27709960937500 Well,
  84. reading the program (this is why I reproduce it below) I would rather
  85. say that the result should be exactly 2500.
  86.  
  87. 2-I have run this program with the following results.
  88.  
  89.   SYSTEM          COMPILER         RESULT
  90. ----------------------------------------------------------------
  91. reading           no need          2500.
  92. claim             ???????          2500.277099609375000
  93. IBM 3081D/VM      VS Fortran       2499.99999896191929
  94. VAX 9210/VMS      DEC Fortran      2500.00000000484
  95. PC-clone/MSDOS    WATFOR-77/8087   2500.0000000011800
  96. PC-clone/MSDOS    WATFOR-77/soft   2500.00000115752000 *see remark 1
  97. Apollo3500/SYS-V  Apollo           2500.00000000000000000...
  98. Atari-ST1040      BC (free)        2499.7974147796707  *see remark 2
  99. PC-clone/MSDOS    Lahey F77L       2500.00000000001
  100.  
  101. Remark 1: the WATFOR documentation explicitly states that the software
  102. library works on 64 bits floating point arithmetic, while the 8087
  103. works on 80. This explains the difference between the two results with
  104. WATFOR
  105.  
  106. Remark 2: this is a very bad result but the compiler and library are
  107. new, and at least cost much less (infinitely less) than the bugged
  108. Microsoft software.
  109.  
  110. Reamrk 3: the WATFOR documentation explicitly states the hardware
  111. problem of controlling 8087 interrupts and the fact that many
  112. compilers/packages just ignore the problem.
  113.  
  114. Remark 4: what damage have such bugs already caused? I stopped using
  115. Microsoft FORTRAN since version 3.30 was bundled here in a mass
  116. DEC-Rainbow purchase.  When version 4.0 appeared, it was withdrawn
  117. shortly later, following 177 bugs reports in one month (at least,
  118. that's what I remember from the day I had my hand on the box to buy it,
  119. accidentally browsed thru the BYTE magazine, and read the story,
  120. probably in Aug. '84).
  121.  
  122.                                                   Jacques Goldberg
  123.                                                   Professor of Physics
  124.                                                   TECHNION, Haifa, Israel
  125.  
  126. The "case":
  127.         program savage
  128.         real*8 a
  129.         integer*2 i
  130.  
  131.         a=1.d0
  132.         write(*,*)'start timing'
  133.         do 10 i=1,2499
  134. 10                a=dtan(datan(dexp(dlog(dsqrt(a*a)))))+1.d0
  135. C       I (J.G.) have added the following statement to see BOTH numbers.
  136.         write(*,*)' the answer should be 2500.277099609375000'
  137.         write(*,*)'the answer is ',a
  138.         end
  139.  
  140. ------------------------------
  141.  
  142. Date: Tue, 19 Mar 91 11:51:27 +0100
  143. From: bax@tudgw2.tudelft.nl (Jan Adriaan Bax)
  144. Subject: Missing 1kB on XT (V91 #59)
  145.  
  146. >Date: Mon, 11 Mar 91 12:39:58 GMT
  147. >From: <E07J%DHBRRZ41.BITNET@CUNYVM.CUNY.EDU>
  148.  
  149. >Help!  My XT ist acting extremely strangely. The symptoms: It has 640kB
  150. >memory (I should know, I installed it myself).  When booting, the 640kB
  151. >memory are checked perfectly, no complaints, nothing. Yet DOS only
  152. >reports 639kB memory. Diagnostic tools, such as PC-TOOLS report "Memory
  153. >reported by DOS:639k, Total memory found to be: 640k".
  154.  
  155. >Where has that 1k got to?
  156.  
  157. A friend of mine had exactly the same problem when he installed a
  158. Seagate 30M harddisk with controller and configured it as 1 partition.
  159. When he used 2 partitions, eg. 20M and 10M, the problem didn't occur.
  160. He used dos 3.30. I don't know if the problem is solved by now, I know
  161. he switched to dos 4.01, but I didn't see him lately.
  162.  
  163. Hope this may be of some help...
  164. Arjen Bax.
  165.  
  166. PS. the pingpong bootsector virus also steals 1 kb, so check for that
  167. virus too...
  168.  
  169. ------------------------------
  170.  
  171. Date: Tue, 19 Mar 91 17:58:00 EST
  172. From: moy@xp.psych.nyu.edu
  173. Subject: Missing 1kb on XT (V91 #59)
  174.  
  175.   Have you checked for viruses?  The problem you described sounds
  176. exactly like a problem I had.  It turned out to be the so-called
  177. "Ping-Pong" virus, which lived in the partition table of the hard disk.
  178. The computer was a true-blue IBM-PC with a 256K motherboard, with RAM
  179. filled out to 640K with a J-RAM expansion card.  This memory card had
  180. an unusual installation in that it needed to run a startup program,
  181. then warmstart the computer in order for the extra memory to be
  182. recognized.
  183.  
  184.   The presence of the virus, which grabbed part of the 256K memory
  185. *before* DOS ever bootstrapped, caused the J-RAM's startup to fail.
  186. The on-board RAM was mis-sized at 254K, total RAM mis-sized at 638K,
  187. and the system then hung.
  188.  
  189.   Try booting the machine from a *clean* DOS master floppy and see if
  190. the memory problem goes away.
  191.  
  192.   Moy Wong
  193.   Dept. of Psychology
  194.   New York University
  195.  
  196. ------------------------------
  197.  
  198. Date: Wed, 1991 Mar 20   15:05 EST
  199. From: Bob Babcock   <PEPRBV@CFAAMP.BITNET>
  200. Subject: Info-IBMPC Digest V91 #60
  201.  
  202. >    We have this 386-33 system in the lab with some problem. Upon
  203. >booting, the system will run config.sys but not the autoexec.bat.  What
  204. >happened???
  205.  
  206. Probably config.sys has a shell= directive without the /P switch.
  207.  
  208. ------------------------------
  209.  
  210. Date: Wed, 20 Mar 91 21:43:24 +0100
  211. From: C102TA%AINUNI01@pucc.PRINCETON.EDU
  212. Subject: MS FORTRAN 5.0 with 8087
  213.  
  214. Hello,
  215.  
  216. some time ago I described a problem concerning MS FORTRAN 5.0 on
  217. 8086/8087 machines. I received several answers (thank you all). John
  218. Norwood from Microsoft <microsoft!johnnor@uunet.uu.net> told me the
  219. following:
  220.  
  221. "Using the Microsoft FORTRAN 5.00 coprocessor or math emulation library
  222. on an Intel 8087 math coprocessor (not an 80287 or 80387 coprocessor)
  223. may give incorrect results for math operations. The symptoms of this
  224. problem are incorrect results, loss of decimal place precision, or
  225. unexpected zero results. In some cases the machine may lock or hang at
  226. run time. The problem is caused by incorrect initialization of the 8087
  227. control word."
  228.  
  229. He also sent me instructions how to patch the FORTRAN runtime library
  230. using LIB and DEBUG to work around this problem:
  231.  
  232. "To patch the FORTRAN 5.00 coprocessor library for use with the 8087,
  233. follow these steps:
  234.  
  235.  1. Make sure that the DOS directory and FORTRAN BIN directory are
  236. listed in the PATH.
  237.  
  238.  2. Change to the FORTRAN LIB directory.
  239.  
  240.  3. Type the following keystrokes verbatim (substituting the name of
  241. the FORTRAN coprocessor or emulator library you are using for
  242. LLIBFOR7.LIB below):
  243.  
  244.        LIB LLIBFOR7.LIB-*87EXIST; <ENTER>
  245.        DEBUG 87EXIST.OBJ <ENTER>
  246.        E 12DD:01E9 B9 1E 00 E2 FE DB E3 <ENTER>
  247.        W <ENTER>
  248.        Q <ENTER>
  249.        LIB LLIBFOR7.LIB+87EXIST; <ENTER>
  250.  
  251.  The library is now patched and can be used normally."
  252.  
  253. I followed these instructions and ... success! ... all my FORTRAN
  254. programs work properly on my 8086/8087 machine.
  255.  
  256.                                          Andreas Tranquillini
  257.                                          C102TA@AINUNI01.BITNET
  258.  
  259. ------------------------------
  260.  
  261. Date: Wed, 20 Mar 91 12:37 EDT
  262. From: Randy Morey <RMOREY%UTRC@utrcgw.utc.com>
  263. Subject: Connecting a second keyboard to a PC
  264.  
  265. >Date: Sat, 09 Mar 91 11:44:41 +0200
  266. >From: Omer Zak <XLACHA1%WEIZMANN.BITNET@CUNYVM.CUNY.EDU>
  267.  
  268. >I need to connect a second keyboard to a PC and run a program which
  269. >accepts input from both keyboards, yet recognize the origin of each
  270. >incoming character.  One possible way to implement this is to locate a
  271. >keyboard with RS232C interface and connect it to one of the COMn: ports
  272. >of the PC.
  273.  
  274. >However, I can't locate such a keyboard.
  275.  
  276. >I would appreciate if any one of you can lead me to such a keyboard
  277. >and/or suggest alternative solutions which can be implemented.  Note:
  278. >due to cost and space considrations, use of a terminal with display and
  279. >with RS232C interface - is not desirable in this application.
  280.  
  281. Vetra Systems Corporation makes a PC keyboard to RS-232 adapter, as
  282. well as several other adapters for PC keyboard/RS232/switch conversion.
  283. The adapter you want is called a VIP-341 "Reverse Pipe" for $179.
  284.  
  285. I have never used one. I just happened to run across their ad in a
  286. trade journal, and ...
  287.  
  288. >>> I have no affiliation or financial interest with the company <<<
  289.  
  290. Their address is:
  291.      Vetra Systems Corporation
  292.      1670 Old Country Road
  293.      Plainview, NY 11803
  294.      (516)-454-6469
  295.  
  296. Hope this helps.
  297.  
  298. Randy Morey
  299. United Technologies Research Center
  300. East Hartford, CT 06108
  301. (203) 727-7560
  302. RMOREY%UTRC@UTRCGW.UTC.COM
  303.  
  304. ------------------------------
  305.  
  306. Subject: Today's Queries:
  307. Date: Tue, 19 Mar 91 08:07 EDT
  308. From: ROB LEGGETT <@ksuvxa.kent.edu:LEGGETT@ksuvxm>
  309. Subject: Apple to IBM  -- apple works to ASCII
  310.  
  311. Hi everyone!
  312.  
  313.    Does anyone know if there is an easy way to convert Apple Works
  314. files to ASCII and then convert them over to an IBM format using an
  315. Apple 2e.  I have heard that it is possible on a MAC, but I am not
  316. familiar at all with apple computers.  I thought about sending the
  317. apple files to a VAX and then downloading them on an IBM, but how would
  318. I get the software to run the apple with my modem (without spending
  319. money of course).
  320.  
  321.   Any help would be greatly appreciated!
  322.  
  323.      -Rob Leggett
  324.  
  325. Rob Leggett       "NEVER go off on a tangent you can't integrate!!"
  326. Computer Lab Assistant
  327. Kent State University Stark Campus     Leggett@ksuvxb.kent.edu - INTERNET
  328.                                        Leggett@kentstar - BITNET
  329.  
  330. ------------------------------
  331.  
  332. Date: Wed, 20 Mar 91 18:10 IST
  333. From: "S.M.SIDEEK" <SMS%tifrvax.bitnet@pucc.PRINCETON.EDU>
  334. Subject: Fileserver for pc clone
  335.  
  336.    How does one go about writing a fileserver for a cluster of PCs.
  337. The problem is, there are number of PCs linked Via RS 232C ports. The
  338. idea is to make one bigdisk common to all. The file server should
  339. manage files on this disk which will be shared by users on different
  340. PCs.  I am new to this list and am not sure whether this is the right
  341. forum to put this question? Any suggestions , comments will be
  342. appreciated.
  343.  
  344. rgds,
  345.  
  346. S.M.Sideek
  347. Tata Institute of Fundamental Research
  348. INDIA.
  349. Bitnet: sms@tifrvax
  350.  
  351. ------------------------------
  352.  
  353. Date: Tue, 19 Mar 1991 16:53:54 EST
  354. From: SHEAK@MCL.SAIC.COM (Kevin M Shea)
  355. Subject: File Transfer
  356.  
  357.   I don't know if this is the correct place to send this question, but
  358. I will try anyway.  I am trying to send ZIP files from a PC to a VAX
  359. running VMS.  I have tried using Kermit 2.32 with file type sent to
  360. binary, but the transfer does not succeed.  The VAX gets about 10% of
  361. the file and then the transfer teminates.  Any ideas???
  362.  
  363. Thanks.
  364.  
  365. Kevin Shea
  366.  
  367. ------------------------------
  368.  
  369. Date: Wed, 20 Mar 91 12:36 CET
  370. From: "JOHAN HENDRIKS" <BURHG8%HLERUL2.BITNET@CUNYVM.CUNY.EDU>
  371. Subject: Software to Manipulate Graphics from Digitizer
  372.  
  373. I am looking for information about software that is capable of
  374. manipulating graphics from my digitizer.  My search till now (SIMTEL,
  375. several BBS's) delivered a lot of software that looks fine , as there
  376. is VGACAD21, PICLAB, GRAFWORK, CSHOW etc.
  377.  
  378. What I need now is animation-software. FANTAVISION is good but only
  379. supports EGA 16 color. Who knows about more ?? Maybe adresses of
  380. suppliers ??
  381.  
  382. I am also interested in the address of Broderbund Software Inc.  They
  383. designed FANTAVISION, PRINCE OF PERSIA.  Any help will be great.
  384.  
  385. Johan Hendriks,
  386. Head of Personnel Department
  387. Gorlaeus Laboratories, Leiden University, NL.
  388.  
  389. ------------------------------
  390.  
  391. Date: Mon, 18 Mar 91 17:02:20 GMT
  392. From: ZM BEN-HALIM <benhalzm@uhura.aston.ac.uk>
  393. Subject: Lharc
  394.  
  395. Does there exist a version of lharc for DOS which is capable of
  396. handling archives created on a Unix machines. Specifically, not choking
  397. on '/' in paths and sensible truncation of long file name.
  398.  
  399. ------------------------------
  400.  
  401. Date: Wed,  20 Mar 91  11:20:31  CET
  402. From: YOON%UNICC.BITNET@pucc.PRINCETON.EDU
  403. Subject: OS2 question
  404.  
  405. Can anyone help me regarding OS/2 and LanManager?  I have OS/2 1.2, but
  406. LanManager does not want to run on it.  I use IBM PS/2 Model 80 with 10
  407. MB RAM and 300 MB HD.  Is there a way of making LANMAN work with OS/2
  408. 1.2?  If not, which OS/2 works with which version of LANMAN.?
  409.  
  410. Thanks in advance.
  411. Steve Yoon @UNICC
  412.  
  413. ------------------------------
  414.  
  415. Date: Mon, 18 Mar 91 17:06:24 GMT
  416. From: ZM BEN-HALIM <benhalzm@uhura.aston.ac.uk>
  417. Subject: PS/2 1.44Mb drives
  418.  
  419. What, exactly, makes PS/2s' drives capable of formatting double-density
  420. disks (ie. 720K) as high-density ones (ie. 1.44M) whilst other machines
  421. can't format or read such disks. Is simply that it does not look for a
  422. second hole and the others do, or is it more profound than that?
  423.  
  424. ------------------------------
  425.  
  426. Subject: New Uploads:
  427. Date: Tue, 19 Mar 91 18:16:13 PST
  428. From: Roger Fulton <roger@wrq.com>
  429. Subject: ABC412A.ZIP - ABC Fun Keys: Teach children ABCs, v4.12a
  430. Summary: Reposted by Keith Petersen
  431.  
  432. I have uploaded to SIMTEL20:
  433.  
  434. pd1:<msdos.education>
  435. ABC412A.ZIP     ABC Fun Keys: Teach children ABCs, v4.12a
  436.  
  437. This is an updated version of ABC40.ARC which was in <msdos.education>.
  438.  
  439. From ABC.DOC:
  440.  
  441. ABC FUN KEYS is an educational game for children between the ages of
  442. two to six years old.  The game features 38 colorful full screen
  443. graphic pictures, action, and lots of nursery rhyme songs.  The major
  444. feature added in this latest release is on-screen scrolling lyrics for
  445. all 27 nursery rhyme songs.
  446.  
  447. Roger Fulton
  448. roger@wrq.com
  449.  
  450. ------------------------------
  451.  
  452. End of Info-IBMPC Digest V91 #70
  453. ********************************
  454. -------
  455. ReadMail: Enter command or !
  456. .