<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style></head>
<body>
<body><p dir="ltr">Is there a LD linker script "include next" or include file but may not be present?, if so, the generic linker script might be able to include a custom extension.</p><p dir="ltr">Random thought and probably not a great one but finding a way to support this use case without duplicating the entire linkcmds set would be good.</p><p dir="ltr">--joel</p><div class="quote">On Dec 1, 2013 7:29 PM, Mohammed Khoory <mkhoory@eiast.ae> wrote:<br type="attribution"></div></body>
<font size="2"><div class="PlainText">I see, thanks. This makes sense.<br>
<br>
I assume in order to make sure that ramdisk_buffer is located in the memory<br>
region that I need, I would have to modify the linker script. Time to<br>
research that I suppose. <br>
<br>
>-----Original Message-----<br>
>From: Sebastian Huber [<a href="mailto:sebastian.huber@embedded-brains.de">mailto:sebastian.huber@embedded-brains.de</a>]<br>
>Sent: Friday, November 29, 2013 6:17 PM<br>
>To: Mohammed Khoory<br>
>Cc: rtems-users@rtems.org<br>
>Subject: Re: Limiting program RAM addresses<br>
><br>
>This doesn't work, but you can use this:<br>
><br>
>static char ramdisk_buffer[12288][512];<br>
><br>
>rtems_ramdisk_config rtems_ramdisk_configuration[] = {<br>
>       {<br>
>               sizeof(ramdisk_buffer[0]),<br>
>               sizeof(ramdisk_buffer) / sizeof(ramdisk_buffer[0]),<br>
>               &ramdisk_buffer[0][0]<br>
>       }<br>
>};<br>
><br>
<br>
_______________________________________________<br>
rtems-users mailing list<br>
rtems-users@rtems.org<br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-users">http://www.rtems.org/mailman/listinfo/rtems-users</a><br>
</div></font>
</body>
</html>