Greg Haerr writes:
> 
> 
>       Hopefully you have all the FD_SET macros etc finished.  The code that
> will be used is in nano/server/srvmain.c, in the function GsSelect().
> 
>       If you have the include/linux/*.h header files that define this stuff,
> I'd like to have them so that at least I can keep nanoX compiling...
> 
> Also, it might not be a bad idea to test the select using a console fd and serial
> tty fd...
> 

As you will see from the mailing list I have released the kernel which has
working select(2) so you can give it a try.

> 
> 
> > > 
> > >   2. Does ELKS support the various termios modes?  Of course, no echo
> > > and ~ICANON are required.
> > 
> > Yes to some extent. I am working on this code at the moment.
> > 
> 
>       Great.  The nano/server/drivers/kbd_tty.c code is currently being
> used and compiling under bcc.
> 

Make sure you are using termios. ELKS does not support older terminal
control interfaces like termio.

Al

Reply via email to