Mail Archives: djgpp/1996/05/12/16:07:36
Xref: | news2.mv.net comp.os.msdos.djgpp:3738
|
From: | John Burton <john AT bilton DOT compulink DOT co DOT uk>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Two questions about video access
|
Date: | 12 May 1996 13:00:13 GMT
|
Organization: | CIX
|
Lines: | 13
|
Message-ID: | <4n4nct$rp4@zinc.compulink.co.uk>
|
NNTP-Posting-Host: | bilton.compulink.co.uk
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
1. To set the video mode I want I've just been using
movw $0x13, %ax
int $0x10
in an assemly language module. All the other examples
I've seen use __dpmi_int or similar to call the
interrupt. Is my code reliable?
2. The __djgpp_nearptr_enable functions appears to
return sucess but any attempt to access the
video memory fails under NT.
Does anyone know why this is? farptr calls work
fine.
- Raw text -