RE: finding out how much memory is available with malloc, gcc, cygwin

2003-08-18 Thread Kiran Bacche
Hi Jim Well in almost all current Oses, each application is allocated a virtual memory of 2^32 Bytes. This block is divided into many segments like data, text, bss, stack and heap. The max. size of heap depends varies from one application to another as the other segments vary from one applicat

RE: Driver help

2003-08-18 Thread Kiran Bacche
Thanks Marcel Telka, I am now able to successfully do CreateFile(...)..with my loaded driver. Cheers Kiran -Original Message- From: Marcel Telka [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 6:19 PM To: [EMAIL PROTECTED] Cc: Kiran Bacche Subject: Re: Driver help Hi Kiran

RE: Driver help

2003-08-17 Thread Kiran Bacche
); IoCreateDevice( DriverObject, 0, &DeviceName, ... IoCreateSymbolicLink( &SymbolicLinkName, &DeviceName... Thanks Kiran -Original Message- From: Kiran Bacche Sent: Wednesday, August 13, 2003 5:57 PM To: 'Marcel Telka' Cc: [EMAIL PROTECTED] Subject: RE: Drive

Driver help

2003-08-14 Thread Kiran Bacche
Hi, The usr/include/w32api/ddk contain windows device driver related header files. So does this mean that it is possible to develop windows device drivers using CYGWIN ? Thanks Kiran -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cyg

RE: Driver help

2003-08-14 Thread Kiran Bacche
OTECTED] Sent: Wednesday, August 13, 2003 5:48 PM To: Kiran Bacche Cc: [EMAIL PROTECTED] Subject: Re: Driver help On Wed, Aug 13, 2003 at 05:26:30PM +0530, Kiran Bacche wrote: > > Hi, > > The usr/include/w32api/ddk contain windows device driver related > header files. &g

RE: Driver help

2003-08-14 Thread Kiran Bacche
>From where can I download/see the "ioperm" package ? Thanks Kiran -Original Message- From: Marcel Telka [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 5:58 PM To: Kiran Bacche Cc: [EMAIL PROTECTED] Subject: Re: Driver help On Wed, Aug 13, 2003 at 05: