[fa.info-vax] Running Images under program control

info-vax (05/29/82)

>From SFH@CMU-20C Sat May 29 13:47:08 1982
Could someone please tell me if there is a way to execute an image (not as a
subprocess) under the control of a user program.
						Steve
   --------

info-vax (05/29/82)

>From GZ@MIT-MC Sat May 29 14:13:51 1982
Well, if you have a rough idea of what the image does, then you can simply map
it in and call it.  The initial extents of the image and the starting address,
whether it's PIC, etc. can be gotten from the image file.  If it doesn't try to
expand itself to where you are, then you are ok.  I have a program which does
this with the Vax Emacs, and it works ok.