Mail Archives: djgpp/1997/12/21/06:35:00
On Wed, 17 Dec 1997, krizz wrote:
> i want to use an interrupt under djgpp. the interrupt need a buffer
> with a segment and offset (es:di). how can i convert my flat to real
> memory?
You can't: DOS cannot access memory outside the first 1MB, since
real-mode addresses are only 20-bit wide. You will have to use the
transfer buffer. The way to do that is explained in detail in the
DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP),
section 18.2.
- Raw text -