Mail Archives: djgpp/1999/10/31/08:29:34
On Fri, 29 Oct 1999, Bill wrote:
> Is it possible for an embedded program to be executed without
> writing the program to disk?
>
> I'm thinking perhaps of some way to issue a jump to the where
> the embedded program is stored in memory and then transfer
> execution back to the original program once the embedded program
> has terminated.
I don't understand why do you think you need to write the program to
the disk. Care to explain?
If you want to run a DJGPP program on a diskless machine, all you need
to do is to change the stub loader so that it reads program from memory
instead of a disk file.
- Raw text -