[rtl] strictly frank

2000-07-09 Thread Emeel

hi, 
i am studying MB's example, frank, distributed with rtl-2.3 and can out
work out the mechanism of transfering data from the RT fifos to the
/dev/rtfx. 
i can see that the non-RT part, in the main() section, opens up 3 files:
/dev/rtf1, /dev/rtf2, /dev/rtf3. is that right?
in the end of main(), still in the non-RT space, the contents of the
above devices is printed.
later on in the RT part of the frank module, 5 fifos are created as
follows:

int init_module(void)
{
-
-
---
c[0] = rtf_create(1, 4000);
c[1] = rtf_create(2, 4000);
.
.
c[4] = rtf_create(5,100);


-
rtf_create_handler(3, &my_handler);
return 0;

}

i can also see that these are the fifos that are written to by the
thread_code(void *t) as follows:

thread_code(void *t){
--
-   
-
rtf_put(fifo, data[fifo -1], 6);
-
-

return 0;
}

i have not yet worked out how the data is transfered from the fifos that
were written to in the thread code to the files /dev/rtfx... that were
printed out in the end.
can anyone please let me know?

thanks in advance.

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




[rtl] Confused on current release for 2.2.X kernel...

2000-07-09 Thread Robert & Patricia Warner

I have RTLinux 2.2.a for 2.2.14 Linux kernel.  Is RTLinux 2.3-pre2 only for
Linux 2.2.16 or is it being applied to Linux 2.2.14 as well?

BTW, have 2.2a running on SuSE 6.3 distribution if any one needs a hand.

Thanks
Bob Warner

At 06:09 PM 7/9/00 -0400, Todd Pfaff wrote:
>I have uploaded updated kernel patches to
>ftp.rtlinux.org:/pub/incoming/sample-code
>for rtlinux-2.3-pre2 and rtlinux-2.2
>that will apply cleanly to linux-2.2.16 kernel source.
>
>I also uploaded some scripts for doing a complete build and install 
>of an rtlinux 2.x kernel.
>
>These have been tested on linux mandrake 7.0 and 7.1 systems
>using the linux-2.2.16-9mdk kernel source from the
>mandrake 7.1 update RPM kernel-2.2.16-9mdk.i586.rpm.
>
>--
>Todd Pfaff \  Email: pfaff at mcmaster dot ca
>Computing and Information Services  \ Voice: (905) 525-9140 x22920
>ABB 132  \  FAX: (905) 528-3773
>McMaster University   \
>Hamilton, Ontario, Canada  L8S 4M1 \
>
>
>
>-- [rtl] ---
>To unsubscribe:
>echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
>echo "unsubscribe rtl " | mail [EMAIL PROTECTED]
>---
>For more information on Real-Time Linux see:
>http://www.rtlinux.org/rtlinux/
> 

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




[rtl] linux-2.2.16 kernel patches and rtlinux-2.3-pre2 and 2.2

2000-07-09 Thread Todd Pfaff

I have uploaded updated kernel patches to
ftp.rtlinux.org:/pub/incoming/sample-code
for rtlinux-2.3-pre2 and rtlinux-2.2
that will apply cleanly to linux-2.2.16 kernel source.

I also uploaded some scripts for doing a complete build and install 
of an rtlinux 2.x kernel.

These have been tested on linux mandrake 7.0 and 7.1 systems
using the linux-2.2.16-9mdk kernel source from the
mandrake 7.1 update RPM kernel-2.2.16-9mdk.i586.rpm.

--
Todd Pfaff \  Email: pfaff at mcmaster dot ca
Computing and Information Services  \ Voice: (905) 525-9140 x22920
ABB 132  \  FAX: (905) 528-3773
McMaster University   \
Hamilton, Ontario, Canada  L8S 4M1 \



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




[rtl] Some news about Control Lib

2000-07-09 Thread Ivan Martinez

- It's not named Control Lib any longer, now it is Dynamic Systems
Library. Beta's release announce will be about "DSL v1.0.0 beta". Sorry
for the inconveniences.
- Web server is down quite often these days. Anyway, the site is in a
temporary location and will be moved somewhere in the pages of the
Engine Control Group of the Department of Automation, Technical
University of Denmark.
http://www.iau.dtu.dk/engine.html
I will post the new address here as soon as I know it.
- First beta will be realesed in one or two weeks.  
-- 
Ivan Martinez (Rodriguez)
BEng in Software Engineering - MEng student
http://www.student.dtu.dk/~u990873
"Got fabes?"
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl " | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/