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

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!Germany.EU.net!urmel.informatik.rwth-aachen.de!uni-paderborn.de!knut
  2. From: knut@uni-paderborn.de (Knut Menzel)
  3. Newsgroups: comp.sys.transputer
  4. Subject: Re: Format of .btl files
  5. Date: 26 Jan 1993 13:53:17 GMT
  6. Organization: University of Paderborn
  7. Lines: 30
  8. Distribution: world
  9. Message-ID: <1k3fodINNnjp@news.uni-paderborn.de>
  10. References: <1993Jan22.114632.24686@dcs.warwick.ac.uk>
  11. Reply-To: knut@uni-paderborn.de
  12. NNTP-Posting-Host: ruhr.uni-paderborn.de
  13.  
  14. In article <1993Jan22.114632.24686@dcs.warwick.ac.uk>, markhill@dcs.warwick.ac.uk (M Hill) writes:
  15. |> When the iserver boots a transputer network with a .btl file, is the
  16. |> iserver just sequentially picking up bytes from the file and throwing
  17. |> them at the C011? This would imply that the .btl file had all the necessary
  18. |> bootstrap code for the whole network inside it, in addition to the
  19. |> program code that will eventually run on each processor on the network.
  20.  
  21. That's right. We wrote a simple server we use instead of the iserver that
  22. simply writes the .btl bootfile down the bootlink of the root processor.
  23. From there the network will be bootet automatically.
  24.  
  25. If you want to write you own Boostrap loaders you can modify the .btl file
  26. using the flag /B when calling the collector. Therefore see 
  27.  
  28.     ANSI C toolset
  29.     user manual
  30.     Appendix D: Bootstrap loaders
  31.     Page 467-480
  32.  
  33. There is also an example for the INMOS Network loader.
  34.  
  35. -- Knut
  36. --------------------------------------------------------------------------
  37.  Knut Menzel                          University of Paderborn
  38.  email:   knut@uni-paderborn.de       Department of Computer Science FB17
  39.           ...!uunet!unido!pbinfo!knut Warburger Str. 100
  40.  Tel:     +49 5251 603325             D-4790 Paderborn
  41.  Telefax: +49 5251 603853
  42. --------------------------------------------------------------------------
  43.  
  44.