home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / transput / 1412 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  1006 b 

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!uka!i30fs1!butenuth
  2. From: butenuth@i30fs1.ira.uka.de (Roger Butenuth)
  3. Newsgroups: comp.sys.transputer
  4. Subject: Re: Format of .btl files
  5. Date: 22 Jan 1993 14:16:32 GMT
  6. Organization: University of Karlsruhe (Germany)
  7. Lines: 14
  8. Distribution: world
  9. Message-ID: <1jovk0INN250@iraul1.ira.uka.de>
  10. References: <1993Jan22.114632.24686@dcs.warwick.ac.uk>
  11. NNTP-Posting-Host: i30s20.ira.uka.de
  12.  
  13. > When the iserver boots a transputer network with a .btl file, is the
  14. > iserver just sequentially picking up bytes from the file and throwing
  15. > them at the C011? This would imply that the .btl file had all the necessary
  16. > bootstrap code for the whole network inside it, in addition to the
  17. > program code that will eventually run on each processor on the network.
  18.  
  19. You are right!
  20. Look in the file .../source/iserver/iserver.c from your distribution
  21. (ANSI C Toolset), there you can find a function `Boot' which copies a file
  22. down a link.
  23.  
  24. Hope this helps,
  25.  
  26. Roger Butenuth
  27.