home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!sgiblab!spool.mu.edu!uwm.edu!biosci!parc!rocksanne!leisner
- From: leisner@wrc.xerox.com ( Marty Leisner)
- Newsgroups: comp.unix.programmer
- Subject: Shared ram questions...
- Message-ID: <1993Jan27.224635.24198@spectrum.xerox.com>
- Date: 27 Jan 93 22:46:35 GMT
- Sender: news@spectrum.xerox.com
- Reply-To: leisner@eso.mc.xerox.com
- Organization: Xerox
- Lines: 22
- X-Newsreader: TIN [version 1.1 PL8]
-
- I want several processes to access the same block of ram (actually an 8086 emulator with ram and
- registers).
-
- For starters, the emulator should be able to write to ram, and the disassembler should merely be
- able to read ram...
-
- What I want to do is:
- 1) have shared ram for this...
- 2) fork off the dissasembler
- 3) have the disassembler run in its own xterm window (I supposed I'll have to give it
- new ptys)
-
- How can I do this in a portable way (if possible).
-
- I'm using sunOs 4.1.x...
-
- I'd appreciate an example for this...(RTFM is not the place I want to start with this...)
-
- --
- marty
- leisner.henr801c@xerox.com leisner@eso.mc.xerox.com
- Member of the League for Programming Freedom
-