From: Stas Sergeev <stsp@aknet.ru>
To: linux-msdos@vger.kernel.org
Cc: Donald Arseneau <asnd@triumf.ca>
Subject: Re: INT14 waiting for character
Date: Mon, 26 Jan 2004 20:06:34 +0300 [thread overview]
Message-ID: <4015491A.90102@aknet.ru> (raw)
Hello.
Donald Arseneau wrote:
> Is there any hope of getting a version of INT14 that waits for
> a character?
Doing this is practically trivial.
You have to rewrite that subfunction
(ah=2) in asm and put it into bios.S,
since it is not possible to do a
waiting poll inside dosemu itself.
The rest of int14 will stay where
it is now, only the polling part
must go into bios.S.
We already have such a thing for the
keyboard handling (the polling part
is in bios.S, rest is in int16.c),
so you have a place where to take a
look.
> (Is Mark Rejhon still involved?)
No, but the serial code still gets
some attention nevertheless (depends
on what dosemu version you are using
however).
next reply other threads:[~2004-01-26 17:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-26 17:06 Stas Sergeev [this message]
2004-01-29 6:43 ` INT14 waiting for character Donald Arseneau
-- strict thread matches above, loose matches on Subject: below --
2004-01-29 17:26 Stas Sergeev
2004-01-26 11:28 Donald Arseneau
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=4015491A.90102@aknet.ru \
--to=stsp@aknet.ru \
--cc=asnd@triumf.ca \
--cc=linux-msdos@vger.kernel.org \
/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