Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 20 Jul 2002 00:11:50 +0200 From: Marcel Telka To: Nicholas Wourms Cc: cygwin AT cygwin DOT com Subject: Re: ioperm support for Cygwin (ioperm-0.1) Message-ID: <20020720001150.G4513@tortuga.etc.sk> References: <20020719234630 DOT F4513 AT tortuga DOT etc DOT sk> <20020719220634 DOT 35705 DOT qmail AT web21007 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020719220634.35705.qmail@web21007.mail.yahoo.com>; from nwourms@yahoo.com on Fri, Jul 19, 2002 at 03:06:34PM -0700 On Fri, Jul 19, 2002 at 03:06:34PM -0700, Nicholas Wourms wrote: > --- Marcel Telka wrote: > > Hi. > > > > I've crated small piece of the code called ioperm. > > > > ioperm adds support for ioperm() function to Cygwin > > (for Windows NT/2000/XP). This support includes sys/io.h > > and sys/perm.h header files (not included in Cygwin by > > default) together with development and runtime libraries. > > > > So, if you want port a linux program which uses ioperm(), > > inb(), outb(),... functions to Cygwin, ioperm is an alternative > > for you :-). > > > > Source tarball is available from: > > http://prdownloads.sourceforge.net/openwince/ioperm-0.1.tar.bz2 > > > > > > $ cat README > > ioperm() support for cygwin (for Windows NT/2000/XP) > > ==================================================== > > > > > > License > > ~~~~~~~ > > - GNU GPL (see COPYING file) > > > > > > Requirements: > > ~~~~~~~~~~~~~ > > - cygwin (http://cygwin.com/) > > - Windows DDK (for building ioperm.sys driver) > > > > > > Build & install steps: > > ~~~~~~~~~~~~~~~~~~~~~~ > > - download and unpack sources > > > > tar xvjf ioperm-VERSION.tar.bz2 > > > > - cd to ioperm source directory > > > > cd ioperm-VERSION > > > > - run configure script > > > > ./configure --with-ddk=/path/to/winddk --prefix=/usr > > > > - build ioperm > > > > make > > > > - install ioperm > > > > make install > > > > - install (activate) ioperm.sys driver > > > > ioperm -i > > > > - run spkrtest (optional step :-) > > > > tests/spkrtest > > > > > > No Win9X/ME? :-( Sorry. I don't use Win9x/Me... ... but, maybe in next version... :-) -- +-------------------------------------------+ | Marcel Telka e-mail: marcel AT telka DOT sk | | homepage: http://telka.sk/ | | jabber: marcel AT jabber DOT sk | +-------------------------------------------+ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/