public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Marcel Telka <marcel@telka.sk>
To: cygwin@cygwin.com
Subject: ioperm support for Cygwin (ioperm-0.1)
Date: Fri, 19 Jul 2002 16:27:00 -0000	[thread overview]
Message-ID: <20020719234630.F4513@tortuga.etc.sk> (raw)

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/

             reply	other threads:[~2002-07-19 21:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-19 16:27 Marcel Telka [this message]
2002-07-19 16:37 ` Nicholas Wourms
2002-07-19 17:18   ` Nicholas Wourms
2002-07-19 17:34   ` Marcel Telka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020719234630.F4513@tortuga.etc.sk \
    --to=marcel@telka.sk \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).