public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* ioperm support for Cygwin (ioperm-0.1)
@ 2002-07-19 16:27 Marcel Telka
  2002-07-19 16:37 ` Nicholas Wourms
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Telka @ 2002-07-19 16:27 UTC (permalink / raw)
  To: cygwin

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


Notes:
~~~~~~
- tested only with Windows XP


-- 
+-------------------------------------------+
| Marcel Telka   e-mail:   marcel@telka.sk  |
|                homepage: http://telka.sk/ |
|                jabber:   marcel@jabber.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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ioperm support for Cygwin (ioperm-0.1)
  2002-07-19 16:27 ioperm support for Cygwin (ioperm-0.1) Marcel Telka
@ 2002-07-19 16:37 ` Nicholas Wourms
  2002-07-19 17:18   ` Nicholas Wourms
  2002-07-19 17:34   ` Marcel Telka
  0 siblings, 2 replies; 4+ messages in thread
From: Nicholas Wourms @ 2002-07-19 16:37 UTC (permalink / raw)
  To: Marcel Telka, cygwin

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ioperm support for Cygwin (ioperm-0.1)
  2002-07-19 16:37 ` Nicholas Wourms
@ 2002-07-19 17:18   ` Nicholas Wourms
  2002-07-19 17:34   ` Marcel Telka
  1 sibling, 0 replies; 4+ messages in thread
From: Nicholas Wourms @ 2002-07-19 17:18 UTC (permalink / raw)
  To: Nicholas Wourms, Marcel Telka, cygwin


--- Nicholas Wourms <nwourms@yahoo.com> wrote:
> 
> No Win9X/ME?  :-(

I'm loosing my mind, I was thinking this was another function.  Sorry,
disregard the previous message.

Cheers,
Nicholas

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ioperm support for Cygwin (ioperm-0.1)
  2002-07-19 16:37 ` Nicholas Wourms
  2002-07-19 17:18   ` Nicholas Wourms
@ 2002-07-19 17:34   ` Marcel Telka
  1 sibling, 0 replies; 4+ messages in thread
From: Marcel Telka @ 2002-07-19 17:34 UTC (permalink / raw)
  To: Nicholas Wourms; +Cc: cygwin

On Fri, Jul 19, 2002 at 03:06:34PM -0700, Nicholas Wourms wrote:
> --- 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?  :-(

Sorry. I don't use Win9x/Me...

... but, maybe in next version... :-)

-- 
+-------------------------------------------+
| Marcel Telka   e-mail:   marcel@telka.sk  |
|                homepage: http://telka.sk/ |
|                jabber:   marcel@jabber.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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-07-19 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-19 16:27 ioperm support for Cygwin (ioperm-0.1) Marcel Telka
2002-07-19 16:37 ` Nicholas Wourms
2002-07-19 17:18   ` Nicholas Wourms
2002-07-19 17:34   ` Marcel Telka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).