Re: Kernel BUG: Single chars are printed to STDIN (not STDOUT)

Bart Oldeman <[email protected]> Mon, 11 Nov 2002 01:46:51 -0500 (EST)
Newsgroups gmane.os.freedos.devel
Message-ID <[email protected]>
On Mon, 11 Nov 2002, Eric Auer wrote:

> I think you have introduced the stdin/stdout splitting at some
> point in the past and forgotten to adjust write_char_stdin
> (which should be called write_char_stdout).

Thanks. Yes, you are right, I was messing up with some DOS functions that
actually echo to STDIN (if you read a line from STDIN using int21/ah=3f it
must echo to STDIN, but if you read one using int21/ah=0xa echoes to
STDOUT).

Bart