home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mach / 1058 < prev    next >
Encoding:
Text File  |  1992-08-19  |  2.4 KB  |  77 lines

  1. Newsgroups: comp.os.mach
  2. Path: sparky!uunet!caen!sol.ctr.columbia.edu!src.honeywell.com!cfleck
  3. From: cfleck@src.honeywell.com (Chuck Fleckentein)
  4. Subject: Re: ATTN DECstation/SGI Mach users
  5. Message-ID: <1992Aug19.191346.11073@src.honeywell.com>
  6. Sender: news@src.honeywell.com (News interface)
  7. Nntp-Posting-Host: wesley.src.honeywell.com
  8. Organization: Honeywell Systems & Research Center
  9. References: <SALEHI.92Aug11121408@gaia.cs.umass.edu>
  10. Date: Wed, 19 Aug 1992 19:13:46 GMT
  11. Lines: 64
  12.  
  13. In article <SALEHI.92Aug11121408@gaia.cs.umass.edu> salehi@gaia.cs.umass.edu (James Salehi) writes:
  14. >As part of a long-term research project in network protocols, 
  15. >we are planning to use Mach as our OS.  We would like to establish 
  16. >contact with groups or individuals who are using Mach on the DECstation 
  17. >and/or SGI platforms, to share ideas and solutions to problems which 
  18. >arise in the build, port, and development process. 
  19.  
  20.    I have the Mach 3.0 microkernel running on our DEC 5000...
  21.    Please keep me informed of your progress...
  22.  
  23. >
  24. >We have also put together documentation on the DECstation build, to help 
  25. >others who are interested. 
  26.  
  27.    Please send me a copy.... I'll compare with my notes..
  28.  
  29. >
  30. >=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  31. >
  32. >    a soft link to /dev/rz0g/MACH_PAGING_FILE (where /usr is mounted on 
  33. >    /dev/rz0g.)  The paging file on the rz0g partition is found, but
  34. >    "ls /usr" gives an empty directory listing.  So I can't access
  35. >    /usr/mach3 and all the code that's there. 
  36.  
  37.         
  38.         I installed the 3.0 micro kernel on a Decstation that has
  39.         Dec Ultrix on it... The non-root partitions could not be
  40.         mounted because the major number for device special files
  41.         were 21 (what Ultrix expects).  ... 
  42.  
  43.         Mach 3.0 wants a major number = 8    :-).....
  44.  
  45.         Once I created device special files with major 8, I was
  46.         able to mount the /usr and other partitions....
  47.  
  48. >
  49. >    during the boot.  We are ignoring the SUPERROOT (/../../) and 
  50. >    LOCALROOT constructs under the assumption that they only apply 
  51. >    to CMU's configuration.  Is that correct? 
  52.  
  53.  
  54.     True... I believe the Superroot is only available via the
  55.     Andrew file system....
  56.  
  57.  
  58.  
  59. |\/\/\/|
  60. |      |
  61. |      |        ________________
  62. | (.)(.)       /                \
  63. C      _)      | Think parallel | 
  64.  | ,___|    ___|     Man!       |
  65.  |   /         \________________/
  66.  /---\
  67. /     \
  68.  
  69. Chuck Fleckenstein
  70. cfleck@src.honeywell.com   
  71. Honeywell inc
  72.  
  73.  
  74.  
  75.  
  76.  
  77.