home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / transput / 1232 < prev    next >
Encoding:
Text File  |  1992-11-20  |  5.1 KB  |  139 lines

  1. Newsgroups: comp.sys.transputer
  2. Path: sparky!uunet!stanford.edu!rock!taco!adm.csc.ncsu.edu!dbt
  3. From: dbt@adm.csc.ncsu.edu (David B. Teague)
  4. Subject: GCC, Mach, Linux: Summary of interest/activity
  5. Message-ID: <1992Nov20.193423.10731@ncsu.edu>
  6. Followup-To: bray@wcuvax1.wcu.edu
  7. Sender: bray@wcuvax1.wcu.edu (Jim Bray)
  8. Organization: wcuvax1.wcu.edu (CS Dept., Western Carolina University)
  9. Date: Fri, 20 Nov 1992 19:34:23 GMT
  10. Lines: 127
  11.  
  12.   I have collected all of the mail and postings I assembled from
  13. people either interested in or doing work on various forms of free
  14. transputer software.
  15.   I would like to hear more about all of these topics, so if this
  16. should spark more discussion, I would appreciate being cc:ed.
  17. [[[ Please respond to bray@wcuvax1.wcu.edu, NOT dbt@adm... Thanks.]]]
  18.  
  19. Happy Hacking,
  20.  
  21. --Jim
  22.  
  23. From: Alessandro.Forin@ERNST.MACH.CS.CMU.EDU
  24. Subject: RE: Mach on transputers?
  25. Content-transfer-encoding: 7BIT
  26.  
  27. I think it is a great idea.  As far back as two years ago I have
  28. encouraged the Grenoble folks to look into this, esp given the
  29. support that chip was getting in Europe.  I do not know if they
  30. have followed my advice or not.
  31.  
  32. It does seem that the still-not-ready T900 (?) will not win that big
  33. over say alpha-based machines.  But as you point out there are other
  34. interesting properties in that chip.
  35. The lack of an MMU is, on the other hand, pure brain damage.
  36.  
  37. sandro-
  38.  
  39. From: michael@robots.oxford.ac.uk (Michael Stevens)
  40. Subject: Mach on Transputers?
  41. Content-transfer-encoding: 7BIT
  42.  
  43. Jim,
  44.     If you do get any info about people doing Mach3 on a
  45. transputer, I would also be interested. I would be quite happy to help
  46. out if someone is working on such a project.
  47.  
  48. Michael Stevens, Robotics Research Group,Dept of Engineering Science,Oxford,UK
  49. INTERNET: michael@robots.oxford.ac.uk
  50.  
  51. From: dlb@osf.org
  52. Subject: RE: Mach on transputers?
  53. Cc: mach3@cs.cmu.edu
  54. Content-transfer-encoding: 7BIT
  55.  
  56. >   Has anyone given thought to running Mach3 on transputers? While I
  57.  
  58. To some extent.  The big drawback is that the current parts (T800
  59. series) have neither virtual memory nor protection of any sort.
  60. The next series of parts (T9000) will have physical segmentation
  61. with segment based protection.  The OSF Research Institute is working
  62. on a modified prototype of Mach which should work on such an
  63. architecture (segmentation, but no page based virtual to physical
  64. memory mapping).  There are currently no plans to port this to
  65. transputers, but if someone wants to volunteer ...
  66.  
  67. --Dave
  68.  
  69. Subject: [u31b3hs@cip-s01.informatik.rwth-aachen.de: Code for accessing a transputer link under Linux 0.96a available per ftp]
  70.  
  71. I got too much requests, so now you can get my first work from
  72. ftp.thp.uni-koeln.de, path pub/linux/transputer, file sirius.tar.Z.
  73.  
  74. It contains a user-space link driver (hopefully) inmos specs compliant,
  75. source code for a small link test program, a transputer binary and a
  76. transputer disassembler.  If you have iserver, you should be able to
  77. link it with my driver.
  78.  
  79. I don't make any warranties, releasing that stuff is to reduce my
  80. e-mail.  Feel free to suggest improvements, bugfixes.  *This release
  81. does not contain the assembler/linker.*
  82.  
  83. Future releases will follow :)
  84.  
  85. Michael
  86.  
  87. [[[ I never was able to reach his machine because of network timeouts. -jb ]]]
  88.  
  89. From: in%"mwe@isy.liu.se"
  90. Date:  1-SEP-1992 13:47:22.63
  91. To: BRAY
  92. CC: 
  93. Subject: RE: Good C++ or C Compilers? reply
  94.  
  95.  
  96. I am currently working on a port of gcc/g++ to the transputer. The current status
  97. is that I have a working as/ld and a gcc that generates something that does compile
  98. and load, but does not work.
  99. The time I can spend on the project is rather limited, so I dont know when
  100. it will be finished. If you want to look at what I have I can make it available
  101. to you at our ftp-site.
  102.  
  103. Mikael Wedlin                                               Phone: +46-13282707
  104. Dept of Electrical Engineering                         Internet: mwe@isy.liu.se
  105.  
  106. [[[ I have not heard from Mikael in a long time. I hope I hear more
  107. about this if it progresses. --jb ]]]
  108.  
  109.  
  110. From: gkt@iitmax.iit.edu (George Thiruvathukal)
  111. Subject: Transputers and Linux
  112. Organization: Illinois Institute of Technology / Academic Computing Center
  113. Date: Thu, 15 Oct 92 15:51:00 GMT
  114.  
  115. Is anybody out there using Linux to develop transputer software? If so, please
  116. send me information about what you are doing and what tools you are using to
  117. get it done.
  118.  
  119. For some time, I have been interested in porting gcc as a cross compiler for
  120. the Inmos transputer family. Since I use T805-based boards from Computer
  121. System Architects, my inclination is to cross compile to the T805. The T805
  122. supports fixed and floating point and is a RISC processor. As these transputer
  123. boards do not directly support I/O, an I/O server must be written to perform
  124. I/O on the host processor, e.g. a PC running Linux.
  125.  
  126. If there is anybody out there interested in the possibility to work on a free
  127. Linux-based toolset for transputers, or if someone is doing it already, please
  128. let me know.
  129.  
  130. I will post a summary on this subject. Hopefully, there will be some responses
  131. to warrant a summary.
  132.  
  133. -- 
  134. George K. Thiruvathukal
  135.  
  136. IIT - School of Computer Science - gkt@iitmax.iit.edu
  137. Tellabs - Data Communications Division - att!tellab5!gkt
  138.  
  139.