On 18/5/18 4:09 am, Matthew J Fletcher wrote:
>
>> The IMFS uses malloc for disk blocks so that might have to be addressed for
> your use cases.
>
> Is there any way to pass in / override the block allocator ?
>
Not that I know of with the IMFS.
Another way to have a RAM disk in a specific are
Hi,
Thanks for that information.
> The IMFS uses malloc for disk blocks so that might have to be addressed
for your use cases.
Is there any way to pass in / override the block allocator ?
On Thu, 17 May 2018, 15:58 Joel Sherrill, wrote:
>
>
> On Thu, May 17, 2018, 9:51 AM Matthew J Fletcher
On Thu, May 17, 2018, 9:51 AM Matthew J Fletcher wrote:
> Hi,
>
> I've not been able to find a clear guide on how to setup/use an IMFS
> filesystem. I wish to mount this to use a separate volatile memory area,
> not as a root filesystem.
>
>
> There is some incomplete documentation here, https://
Hi,
I've not been able to find a clear guide on how to setup/use an IMFS
filesystem. I wish to mount this to use a separate volatile memory area,
not as a root filesystem.
There is some incomplete documentation here,
https://docs.rtems.org/branches/master/filesystem/in-memory.html and the
imfs.h