home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / intel / 2695 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.3 KB  |  44 lines

  1. Newsgroups: comp.sys.intel
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!news.edu.tw!news!news.csie.nctu.edu.tw!yclu
  3. From: yclu@csie.nctu.edu.tw (Yu_Cheng Lu)
  4. Subject: Message Passing on Multibus II ?
  5. Message-ID: <1992Dec15.091337.18530@csie.nctu.edu.tw>
  6. Sender: usenet@csie.nctu.edu.tw
  7. Organization: Computer Science & Information Engin., Chiao-Tung U, Taiwan, ROC
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. Date: Tue, 15 Dec 1992 09:13:37 GMT
  10. Lines: 32
  11.  
  12. Hi,
  13.    I am a new user on Multibus II . I tried to write some programs to do
  14. message passing on it , but an error happened when I created a port.
  15.  
  16.   My Multibus II is System 520 ,it includes 5 boards :
  17.       slot 0 : iSBC 386/258
  18.     slot 2 : iSBC 386/120
  19.     slot 3 : iSBC 386/120
  20.     slot 6 : iSBC 186/410
  21.     slot 7 : iSBC 186/530
  22.   Operating System : iRMX III.1.3
  23.   Language         : PL/M
  24.   Boot method  : Dependent method
  25.  
  26. The following is part of my program :
  27.       port$struc.portid=800H;
  28.       port$struc.type=2; /* Data Transport Service */
  29.       port$struc.flag=0;
  30.       port$struc.reserved=0;
  31.       rq$create$port(2,@port$struc,@status);
  32.  
  33. When the nucleus system call "rq$create$port" was executed, an error
  34. message appeard .==>
  35. 8004 : E$PARAM,command aborted by EH
  36.  
  37. Any further answer will be appreciated . 
  38.  
  39. Thanks a lot .                            
  40.  
  41. Yu-Cheng Lu  yclu@csie.nctu.edu.tw
  42.  
  43.  
  44.