From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: read a specific memory address Date: 10 May 2001 13:59:42 GMT Organization: Aachen University of Technology (RWTH) Lines: 22 Message-ID: <9de6se$1su$1@nets3.rz.RWTH-Aachen.DE> References: <9cp464$ju8$1 AT news2 DOT dtag DOT de> <000c01c0d56e$77a9a7e0$cb099d3e AT iron> <9003-Sat05May2001175837+0300-eliz AT is DOT elta DOT co DOT il> <001901c0d577$954622c0$cb099d3e AT iron> <1659-Sat05May2001211357+0300-eliz AT is DOT elta DOT co DOT il> <9d8src$9kc$1 AT news2 DOT dtag DOT de> <5137-Tue08May2001211326+0300-eliz AT is DOT elta DOT co DOT il> <9dbjel$35j$2 AT news2 DOT dtag DOT de> <5567-Wed09May2001200344+0300-eliz AT is DOT elta DOT co DOT il> <000a01c0d8be$84a58600$f8089d3e AT iron> <9dca8o$g59$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <9de56f$al4$1 AT news2 DOT dtag DOT de> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 989503182 1950 137.226.32.75 (10 May 2001 13:59:42 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 10 May 2001 13:59:42 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thomas Schachtner wrote: >> In NT, and thus in 2000, too, only kernel mode drivers have (almost) >> full access to all of the system. > Is it possible to write a kernel mode driver with DJGPP? I don't think so. Cygwin or MinGW32 could possibly work, but I doubt even they can really do that without lots of expertise on the programmer's side. The runtime environment for such drivers is very different from what a normal Windows program sees. > Or do I need Microsoft's DDK? Probably yes. And even then, you may still not gain access to the functions of that driver in a DOS application, if the Virtual DOS Machine provided by Microsoft doesn't explicitly allow it. To make it short: truly low-level work can't be done in DJGPP programs running on NT. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.