From: Philippe Gerum <rpm@xenomai.org>
To: Racconico Lambrati <racconico.lambrati@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] update from fusion 0.9.1 to xenomai 2.4.0
Date: Thu, 27 Dec 2007 21:30:18 +0100 [thread overview]
Message-ID: <47740B5A.7070601@domain.hid> (raw)
In-Reply-To: <8b3b30860712271035s24933c63wf981b32dcf5b4a7b@domain.hid>
Racconico Lambrati wrote:
>
> How can I run it in kernel space?
> The application is designed to be little and stable, and with fusion
> 0.9.1 run without problem
>
If your application based on 0.9.1 used to run in user-space, then it
must have been based on the UVM support. This support has been dismissed
since Xenomai v2.3-rc1, because it was a temporary hack allowing
user-space development until all skins have a real user-space interface,
which is now the case.
The services you mention are now only available from the kernel-based
interface, provided by the xeno_vxworks.ko module, because they do not
make sense from a userland perspective.
Userland applications based on the VxWorks API
(/usr/xenomai/lib/libvxworks.so) should not need them at all. If for
some reason they do, then you should consider splitting the application
in two parts, one kernel-based, the other one running in userland. The
point is that dealing with interrupts should most often remain a kernel
business, and this obviously also applies to interposing on the tick timer.
If your application was not based on the UVM, then it must have been
running embodied into a kernel module, in which case the issue is
already solved.
Rehashing what Gilles already told you: until you actually explain _why_
you need such services, nobody will be able to suggest any solution to
your problem, I'm afraid.
--
Philippe.
next prev parent reply other threads:[~2007-12-27 20:30 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-27 15:04 [Xenomai-help] update from fusion 0.9.1 to xenomai 2.4.0 Racconico Lambrati
2007-12-27 16:15 ` Gilles Chanteperdrix
2007-12-27 18:05 ` Racconico Lambrati
2007-12-27 18:13 ` Gilles Chanteperdrix
[not found] ` <8b3b30860712271028p12db5801mb156e6d58a01008f@domain.hid>
2007-12-27 18:35 ` Racconico Lambrati
2007-12-27 20:30 ` Philippe Gerum [this message]
[not found] ` <8b3b30860712271741q46bd1d7bx9c8548013affd024@domain.hid>
2007-12-28 1:47 ` Racconico Lambrati
-- strict thread matches above, loose matches on Subject: below --
2007-12-28 1:56 Racconico Lambrati
2007-12-28 14:30 ` Gilles Chanteperdrix
2007-12-30 20:17 ` Racconico Lambrati
2007-12-31 14:16 ` Gilles Chanteperdrix
2007-12-31 14:58 ` Racconico Lambrati
2007-12-31 15:04 ` Gilles Chanteperdrix
2007-12-31 15:23 ` Racconico Lambrati
2008-01-23 14:10 ` Gilles Chanteperdrix
2008-01-29 9:15 ` Racconico Lambrati
2008-01-29 15:05 ` Gilles Chanteperdrix
2008-01-31 8:10 ` Racconico Lambrati
2008-01-31 9:15 ` Gilles Chanteperdrix
2008-01-31 9:26 ` Gilles Chanteperdrix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47740B5A.7070601@domain.hid \
--to=rpm@xenomai.org \
--cc=racconico.lambrati@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.