delorie.com/archives/browse.cgi | search |
From: | Adam Majer <ummajera AT cc DOT UManitoba DOT CA> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: __go32__dpmi ? |
Date: | Sat, 17 Jun 2000 01:38:08 -0500 |
Organization: | The University of Manitoba |
Lines: | 31 |
Message-ID: | <Pine.GS4.4.02A.10006170135070.11354-100000@castor.cc.umanitoba.ca> |
References: | <lju25.4987$Xx5 DOT 322217 AT bgtnsc06-news DOT ops DOT worldnet DOT att DOT net> |
NNTP-Posting-Host: | castor.cc.umanitoba.ca |
Mime-Version: | 1.0 |
X-Trace: | canopus.cc.umanitoba.ca 961223891 629 130.179.16.20 (17 Jun 2000 06:38:11 GMT) |
X-Complaints-To: | Postmaster AT cc DOT umanitoba DOT ca |
NNTP-Posting-Date: | 17 Jun 2000 06:38:11 GMT |
In-Reply-To: | <lju25.4987$Xx5.322217@bgtnsc06-news.ops.worldnet.att.net> |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
You do not need it. That function returns the pointer to the current PM interrupt. These are in the LINT or something like that (the register for the interupt table in PM). Anyway, you cannot call this address from DJGPP since it does not support far pointers. To set up video mode, just use the real mode interrupt function - set up speed is kind of irrelevent to most functions. Later you can use _farpokeb to write to video memory. On Fri, 16 Jun 2000, smile773 wrote: > How could I impliment this procedure > > _go32_dpmi_get_protected_mode_interrupt_vector > > I found it here > http://www.telespace.ch/LIBC/libc_370.html > > My goal is to set the text and backgound color without invoking > the graphics mode in the crt unit. > > > > Sincerely, Adam
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |