[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom ["Basham, Richard R" <Richard.Basham@PSS.Boeing.com>] (fwd)
- To: rtl@rtlinux.org
- Subject: BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom ["Basham, Richard R" <Richard.Basham@PSS.Boeing.com>] (fwd)
- From: Der Herr Hofrat <der.herr@hofr.at>
- Date: Fri, 18 May 2001 06:33:31 +0200 (CEST)
>From owner-rtl Thu May 17 19:04:55 2001
Received: from blv-smtpout-01.boeing.com (blv-smtpout-01.boeing.com [192.161.36.5])
by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f4I14sr22977
for <rtl@fsmlabs.com>; Thu, 17 May 2001 19:04:55 -0600
Received: from blv-av-02.boeing.com ([192.54.3.92])
by blv-smtpout-01.boeing.com (8.9.2/8.8.5-M2) with ESMTP id SAA07982
for <rtl@fsmlabs.com>; Thu, 17 May 2001 18:00:14 -0700 (PDT)
Received: from blv-hub-01.boeing.com (localhost [127.0.0.1])
by blv-av-02.boeing.com (8.9.3/8.9.2/MBS-AV-01) with ESMTP id SAA21167
for <rtl@fsmlabs.com>; Thu, 17 May 2001 18:00:14 -0700 (PDT)
Received: from xch-pssbh-01.nw.nos.boeing.com by blv-hub-01.boeing.com with ESMTP; Thu, 17 May 2001 18:00:00 -0700
Received: by xch-pssbh-01.nw.nos.boeing.com with Internet Mail Service (5.5.2650.21)
id <K1TGHFC3>; Thu, 17 May 2001 18:00:00 -0700
Message-Id: <949ACC17102DD045AAB154CEB75A7EC402B10BCE@xch-nw-21.nw.nos.boeing.com>
From: "Basham, Richard R" <Richard.Basham@PSS.Boeing.com>
To: "'rtl@fsmlabs.com'" <rtl@fsmlabs.com>
Cc: Patrick VIGOT <pvigot@garbarini.com>
Subject: RE: [rtl] Shared memory with Lilo and __va()
Date: Thu, 17 May 2001 17:59:59 -0700
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain
Unless you need to have dma access to the memory it is a whole lot easier to use mbuff. It comes packaged with RTL and there are examples of how to use it.
-----Original Message-----
From: Marc LE DOUARAIN [mailto:mledouarain@garbarini.com]
Sent: Thursday, May 17, 2001 9:02 AM
To: rtl@fsmlabs.com
Cc: Patrick VIGOT
Subject: [rtl] Shared memory with Lilo and __va()
Hello,
I've tried sharing memory on RTLinux as explained in the Shared Memory HOWTO :
I've 64Megs RAM on the computer...
With Lilo, I set to use only 31m with append="mem=31m"
I do the following define :
#define ADDRESS (31*0x100000)
In the real-time module , I have the following :
my_structure * Params = ADDRESS;
And when I insmod the real-time module, I get the following error :
"Unable to handle kernel paging request"
Any idea?
I've tried the same code on another computer (128Megs RAM) using also 31m with Lilo, and all is working perfectly...
I've tried on the first computer with incorrect #define ADDRESS (5*0x100000), strange, I've no more the error, but datas seems not to be shared...
Many Thanks.
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/