Am Die, 03 Apr 2001 schrieben Sie:
> Hi everybody,
> could someone please tell me what should I do to change the number of
> fifos my system have?
> In /dev I have fifos from rtf0 to rtf7, while in
> /usr/src/rtlinux-2.0/rtl/fifos/rt_fifo.c I've found:
> #define RTF_NO 64
> How is this possible?
> Should I recompile this single file?Could you please tell me how?
RTF_NO contains the maximal number of fifos you can have. On /dev/rtf[0-7]
you can only access 7 fifos. You can expand this to /dev/rtf[0-63] using the
script distributed by rtlinux (please have a look to the make files, there
should be an target like devices). 
Oh I see, on rtl-3-final, do a simple make devices, this will give you the
device for mbuff and rtf (up to 64 fifos).

Regards
Olaf
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to