Few cosmetic details:

the tar archive should probably consist of a single directory compressed
like RTlinux-2.0.36-9J/...

why the modules do not have .o extension ?

insmod rtl_fifo
insmod rtl_sched
insmod rtl_nfifo
./rtl_nfifo: init_module: Device or resource busy
lsmod

OOPS:
kernel: Unable to handle kernel paging request at virtual address c48331b8
kernel: current->tss.cr3 = 03417000, pr3 = 03417000
kernel: *pde = 00001067
kernel: *pte = 00000000
kernel: Oops: 0000
kernel: CPU:    0
kernel: EIP:    0010:[make_request+250/1148]
kernel: EFLAGS: 00010206
kernel: eax: 00164000   ebx: 048331b8   ecx: 00000007   edx: 048331b8
kernel: esi: 03f75f00   edi: 00000007   ebp: 034d9006   esp: 03466ec4
kernel: ds: 0018   es: 0018   fs: 002b   gs: 002b ss: 0018
kernel: Process lsmod (pid: 366, process nr: 25, stackpage=03466000)
kernel: Stack: 03f75f00 00000007 0016d9fc 00000007 034d9006 048331b8 00000007
034d9006

etc. I may investigate it further if there is such wish.


examples/measurements/  :  make test   tries to open /dev/rtf0  which is not
created. Works after mknod    -   min=3  max=(15-19) (K6-2 333MHz)

examples/sound make test does not work and disables speaker completely, even
after unloading the sound module normal beeps are disabled. Motherboard
MSI-5169

May be the kernel patch should have the standard form :
linux/......   not r/......     ?

The modules in examples/paralel are still compiled against 2.0.35, and
moreover "make clean" does not remove them - those binaries should not be in
the distribution at all.

This was my first test of RT-Linux, general impression - good engine, needs
some polish. May be some meta-howto should be included in the distribution,
containing the list of available resources.

And general questions:  if I have an RT interrupt handler or periodic task
writing something to RT-FIFO can I read from those RT-FIFO in kernel space
(other RT or normal kernel process)? 

Why do RT message queues support only fixed size messages ? What is the most
efficient interface to send packets of data between RT processes and the
rest of the kernel?

Is waking up kernel BH handlers by RT-tasks permitted ? 


Regards,
--
Tomasz Motylewski

--- [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