<HTML><BODY>In order to set aside more memory for my bootloader, I modified the linkcmds in powerpc/virtex/startup like this:<br>
<br>
  .text 0x810000:<br>
<br>
The original value was 0x10000, which I had changed over a year ago to 0x410000.  I have plenty of RAM (128 MBytes, or 0x08000000).<br>
<br>
Now, when I start the app, I get the following output:<br>
<blockquote>bsp_start called...<br>
  calling initialize_exceptions...<br>
Exception handling initialization done<br>
  calling BSP_rtems_irq_mng_init...<br>
opb_intc_init: mask = 0x1F<br>
leaving bsp_start...<br>
bsp_pretasking_hook called...<br>
PASS: 0 !block 7FFFF8 is out of heap<br>
PASS: 0 !last block address isn't equal to 'final' AA0000 7FFFF8<br>
PASS: 0 !last block's size isn't page_size (-2752520 != 8)<br>
PASS: 0 !block AA1868 is out of heap<br>
PASS: 0 !last block address isn't equal to 'final' AA0000 7FFFF8<br>
PASS: 0 !last block's size isn't page_size (6248 != 8)<br>
PASS: 0 !block AA1868 is out of heap<br>
PASS: 0 !last block address isn't equal to 'final' AA0000 7FFFF8<br>
PASS: 0 !last block's size isn't page_size (6248 != 8)<br>
PASS: 0 !block AA1868 is out of heap<br>
PASS: 0 !last block address isn't equal to 'final' AA0000 7FFFF8<br>
PASS: 0 !last block's size isn't page_size (6248 != 8)<br>
</blockquote>I am using RTEMS 4.9.0, BSP is powerpc/virtex, and everything has been working great for quite some time.<br>
<br>
I suspect I must be missing something, hopefully obvious to someone out there. :)<br>
<br>
Thanks,<br>
-Bob<br>
<br>
</BODY></HTML>