Mail Archives: djgpp/2000/03/26/07:31:40
"Anthony Graham" <News_Anthony AT Fonzyco DOT co DOT uk> proclaimed:
> Is it possible to get Vesa mode info without DMPI or far pointers? I'm
> trying not to use these.
You have to use this. You have no other choice. Anyway, I don't understand why
you need to do such a thing. What prevents you from using far pointers? As
far as DPMI is concerned, you can't avoid that. It's always there, at least,
as long as your program is executing.
> I went on the dj delorie site and got their vesa
> source and tried to convert it (stop using dpmi and use int386/int386x)
You shouldn't use int386. It's *not* for calling normal (real mode) interrupts.
Are you talking of a 16-bit source code that can give you this info?
- Raw text -