home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / programm / 6070 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.1 KB

  1. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!sgiblab!spool.mu.edu!uwm.edu!biosci!parc!rocksanne!leisner
  2. From: leisner@wrc.xerox.com ( Marty Leisner)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Shared ram questions...
  5. Message-ID: <1993Jan27.224635.24198@spectrum.xerox.com>
  6. Date: 27 Jan 93 22:46:35 GMT
  7. Sender: news@spectrum.xerox.com
  8. Reply-To: leisner@eso.mc.xerox.com
  9. Organization: Xerox
  10. Lines: 22
  11. X-Newsreader: TIN [version 1.1 PL8]
  12.  
  13. I want several processes to access the same block of ram (actually an 8086 emulator with ram and
  14. registers).
  15.  
  16. For starters, the emulator should be able to write to ram, and the disassembler should merely be
  17. able to read ram...
  18.  
  19. What I want to do is:
  20.     1) have shared ram for this...
  21.     2) fork off the dissasembler
  22.     3) have the disassembler run in its own xterm window (I supposed I'll have to give it
  23. new ptys)
  24.  
  25. How can I do this in a portable way (if possible).
  26.  
  27. I'm using sunOs 4.1.x...
  28.  
  29. I'd appreciate an example for this...(RTFM is not the place I want to start with this...)
  30.  
  31. --
  32. marty
  33. leisner.henr801c@xerox.com  leisner@eso.mc.xerox.com
  34. Member of the League for Programming Freedom
  35.