This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ioperm support for Cygwin (ioperm-0.1)


--- Marcel Telka <marcel@telka.sk> 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?  :-(


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]