[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] xconout2.xdd docs



Hello again,

>
>Hi!
>
>On Wed, Apr 28, 1999 at 09:53:52PM -0600, Oddie Jonathan wrote:
>> >Hi!
>> 
>> >I have installed xconout2.xdd from my broken harddisk and now I wonder how
>> >it works.  Could somebody send me the documentation because that was
>> >stored on a bad sector.
>> 
>> I'm not sure if the program you have is the same  `xconout2.xdd' that Torsten
>> Scherer wrote (and which comes with W,) but if so:
>
>It is the one by TeSche.
>
[snip]
>
>I sort of tried that:
>
>	bash$ cat /dev/console >/tmp/mylog
>
>But cat exits immediately (probably because no data is available).  OK,

I think the program reading it needs to use select() as neither read nor write
will ever block, and I suppose cat doesn't do this... Anyway, I've sent you the
README file that I found for it, which might be a bit more help.

>I'll try it with a program wrapper.  My intention is to loge MiNT
>debugging output to a file.
>
>> Is that any help to you?
>
>Yes, thanks, I will try that.
>

ttfn
Jonathan