[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] using shared memory in minirtl 2.3
> Hello everybody,
>
> I went thru the Shared Memory Howto and Frederick Proctor's paper
> on using shared mem in realtime linux. It worked out nicely on a
> standard PC running RTL 2.3. Then I tried to make it work on a
> MOPS PC104 running MiniRTL 2.3.
>
> Is there a way to reserve memory as a shared memory in MiniRTL 2.3
> or do I need a totally different approach when implementing a
> shared memory pool between a linux process and a rt linux process ?
>
if you want to reserver some memory at the top - you can do that by adding
this to the boot-comandline in /syslinux.cfg of the boot-media. but mbuff
is on the system so you can simply insmod mbuff.o and user
mbuff_alloc/mbuff_free to set it up.
hofrat