Date: Tue, 25 Feb 1997 10:18:50 +0200 (IST) From: Eli Zaretskii To: Delong cc: djgpp AT delorie DOT com Subject: Re: dosmemput ... trying to preset VBESignature field In-Reply-To: <3312680D.55E9@osha.igs.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 24 Feb 1997, Delong wrote: > At this point if I check the contents of VBEInfo all the version numbers > and totalMemory fields are fine but OEMData doesn't contain any VBE > data Isn't OEMData supposed to be pointer(s) to the data? If so, you will need to use dosmemget or _farpeekX functions to retrieve the actual data, since it's in conventional memory.