[Prev][Next][Index][Thread]
Re: problems with blkio
Big Thx!
I realized that all I had to do was oskit_create_fsnamespace() then
oskit_clientos_setfsnamespace.
Anyway is there any way to use nonserial console in nonblocking mode?
I mean If I do start_console() it initializes serial console.
If I do not do start_console() the following code blocks on select:
FD_ZERO(&set);
FD_SET(0,&set);
tv.tv_sec = 0;
tv.tv_usec = 0;
rn = select(1, &set, NULL, NULL, &tv);
Is there any virtual TTY???
--
Mariusz Wołoszyn
Internet Security Specialist, Internet Partners
References: