Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>,
	<http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <19990826174128.56045.qmail@hotmail.com>
X-Originating-IP: [212.52.67.134]
From: "Emanuele Aliberti" <ealiberti@hotmail.com>
To: bianchi@pc-arte2.arte.unipi.it, telting@sprynet.com
Cc: cygwin@sourceware.cygnus.com
Subject: Re: Cygwin NT DDK Project
Date: Thu, 26 Aug 1999 19:41:27 CEST
Mime-Version: 1.0
Content-Type: text/plain; format=flowed

>In short: CygWin is a (_GREAT_) porting tool, with MinGW a very good
>target for "usual" applications. Using it for driver purposes looks to me,
>at this stage, a waste of time; full support for all the available user
>mode APIs would be a much more useful project.

I use the Cygwin's little child: mingw32. Ld can build native applications 
(*) and, since kernel mode drivers are native DLLs, it probably can build 
them too. Unfortunately, as Mumit confirmed prevately, gcc can not handle 
the __fastcall calling convention which is required to call some frequently 
used system calls from kernel mode, so it is not complete yet for a free WNT 
DDK.

(*) You simply need to replace main() with void 
NtProcessStartup(PPROCESS_STARTUP ps); but they are hard to write 
applications, since can link only to ntdll.dll and a few other core DLLs.


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

