Date: Sat, 6 May 2000 17:20:52 -0400 (EDT) Message-Id: <200005062120.RAA07129@indy.delorie.com> From: Eli Zaretskii To: "Avi Berkovich" CC: djgpp AT delorie DOT com In-reply-to: <8f11d5$ph9$1@news.netvision.net.il> (berkovic@netvision.net.il) Subject: Re: Dynamic Drivers, Rephrase References: <8f11d5$ph9$1 AT news DOT netvision DOT net DOT il> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Avi Berkovich" > Newsgroups: comp.os.msdos.djgpp,comp.os.msdos.programmer > Date: Sat, 6 May 2000 15:02:35 +0300 > > I want to get some info about how to load up compiled code with an already > compiled and linked program, and utilize the loaded code as for example: a > VESA VBE driver. Section 22.15 of the DJGPP FAQ describes the DXE facility that can be used to dynamically load code. Section 22.4 points to alternative packages that can be used for the same purpose.