All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Henry Bausley <hbausley@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] shared memory mlockall error w/ mono	interpreter?
Date: Tue, 02 Dec 2008 20:15:03 +0100	[thread overview]
Message-ID: <49358937.5040707@domain.hid> (raw)
In-Reply-To: <1228242306.29066.5.camel@domain.hid>

Henry Bausley wrote:
> The mono application doesn't need realtime services.  But it does need
> access to DPRAM.

So, maybe you can create a small character device driver and implement
the mmap method for this driver, this will allow you to share a piece of
memory between kernel and user-space without resorting to Xenomai
services. There are examples of this sort of things in the "Linux
devices drivers" book.

> 
> It crashes with the message:
> Xenomai: process memory not locked (missing mlockall?)

Ok. Got it now. So, mono probably calls munlockall. Another solution is
to look for this munlockall in mono sources and recompile mono without it.

-- 
                                                 Gilles.


  reply	other threads:[~2008-12-02 19:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-21  0:16 [Xenomai-help] shared memory mlockall error w/ mono interpreter? Henry Bausley
2008-11-21  9:55 ` Gilles Chanteperdrix
2008-12-02 18:25   ` Henry Bausley
2008-12-02 19:15     ` Gilles Chanteperdrix [this message]
2008-12-04 16:43     ` Henry Bausley
2008-12-04 17:41       ` 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=49358937.5040707@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=hbausley@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.