Mail Archives: djgpp/1999/12/13/07:20:43
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.
- Raw text -