Re: [rtl] Passing numbers from RT thread to Linux thread

2001-08-20 Thread Stephane List
I think that the best way is to use union, it's nice and fast. Stephane On Fri, Aug 17, 2001 at 03:24:36PM +0200, David Olofson wrote : On Friday 17 August 2001 01:29, Calin Culianu wrote: On Thu, 16 Aug 2001, Victor Yodaiken wrote: On Thu, Aug 16, 2001 at 04:17:48PM -0400, Calin Culianu

Re: [rtl] ANNOUNCE: xenodaptor

2001-08-21 Thread Stephane List
On Mon, Aug 20, 2001 at 07:22:52PM +0200, Philippe Gerum wrote : Hi everyone, FYI, aside of CarbonKernel (for the few who are aware of its existence :o) I've just started a new free software project (GPL) called XENODAPTOR. It is an attempt to facilitate the migration of applications

Re: [rtl] user space program hangs

2001-08-22 Thread Stephane List
If u use SDL, you'll use X ! Why don't try OpenGL too for 3D graphism; ;-) The best way is to have a realtime PC without X, and to connect to it with an other PC through ssh for example. Or through rtcom(for RTAI, or the equivalent for rtlinux) will be better but less confortable. On Tue,

Re: [rtl] How do I unload a crashed module?

2001-09-06 Thread Stephane List
Th easiest way is to rebuild your module, change is name and try again.. I reboot only when it crashes. On Wed, Sep 05, 2001 at 03:58:05PM +0930, Thamm, Russell wrote : Hi, I apparently have an error in init_module() and I get an exception message: /usr/bin/rtlinux: line 161: 3155

Re: [rtl] Making my rtlinux modules load faster

2001-09-18 Thread Stephane List
You just have to write the name of your module in /etc/modules. On Sun, Sep 16, 2001 at 12:58:02AM -0600, Daniel Haglund wrote : Hi. I am planning to use rtlinux for an embedded project where the time from power on to fully functional is crucial. How can I load my rtlinux modules as

Re: [rtl] Recommend a Kernel

2001-10-01 Thread Stephane List
Take a look at www.rtai.org With LXRT, it's quite better than rtlinux, and doesn't suffer from the fsmlabs patent. Stephane On Wed, Sep 26, 2001 at 07:24:54PM -0400, TJMEAR wrote : Hi, I have convinced my company to allow a small team of us to develop a test bed capability using RTLinux

Re: [rtl] Interrupts with RTL

2001-09-26 Thread Stephane List
Don't use SMP in your kernel and your module if you've got only one processor (and no APIC). I don't know how it works for rtlinux, but for RTAI, you have a function called rt_pend_linux_irq to forward an irq to linux, and many other features to share interrupts with linux. 1) Non shared IRQ