Mail Archives: djgpp/1996/01/31/23:55:00
Xref: | news2.mv.net comp.os.msdos.djgpp:689
|
From: | chasan AT me DOT dcc DOT uchile DOT cl (Carlos Hasan Valdovino)
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | DJGPP V2 and DMA buffers...
|
Date: | 28 Jan 1996 19:56:59 GMT
|
Organization: | Universidad de Chile, Depto. de Ciencias de la Computacion
|
Lines: | 18
|
Message-ID: | <4egkeb$6fa@dcc.uchile.cl>
|
NNTP-Posting-Host: | anakena.dcc.uchile.cl
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Hello,
There is any way to access memory in the first 1MB (conventional memory)
using DJGPP without needing to use selectors and/or _farpokex() routines?
I am working in some sound routines that require a DMA buffer, and I would
like to access directly that buffer. I was thinking in changing the limit
of the data selector (%ds) to 0xffffffff in that way I'd be able to access
the lower 1MB of memory directly. Is this possible? or I should not touch
the selectors %cs/%ds/%gs?
Thanks in Advance,
Carlos Hasan
chasan AT dcc DOT uchile DOT cl
PS: please reply to my e-mail address, coz I have problems to read this
news group... thanks...
- Raw text -