Mail Archives: djgpp/1997/10/12/12:17:18
#include <sys/movedata.h>
dosmemget(unsigned linearAddress, int numBytes, void *buff);
should do the trick, where linear address = segment * 16 + offset.
Here (as segment = 0, it is 0x0CFC).
In article <01bcd460$198189c0$LocalHost AT petricks DOT vobis DOT net>,
"Markus Schrader" <petricks AT metronet DOT de> writes:
> Hello,
> I would like to readout PCI Controller Information(TX), exactly the Vendor
> id.
> The Memory adress is 0x0CFCh and the Offset is 0x00h-0x01h.
>
> Does anyone of you know a function to read out this adress?
- Raw text -