Date: Mon, 13 Dec 1999 10:29:19 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Valkir cc: djgpp AT delorie DOT com Subject: Re: need help for this vesa library In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 12 Dec 1999, Valkir wrote: > but what I want is using only inline assembly for the dpmi section, so I > don't have to include library for nothing and it's faster. You cannot get rid of the library, since the library includes the startup code which sets up the protected-mode environment in the first place. > My prob is that it doesn't fill the struc at all... Probably because you didn't pass the buffer address to the VESA function correctly. I don't remember you posting code that actually does that; please post (or repost) it.