source: rtems/c/src/lib/libbsp/i386/i386ex/startup/README @ 5c7f274

4.104.114.84.95
Last change on this file since 5c7f274 was 33442772, checked in by Joel Sherrill <joel.sherrill@…>, on 03/30/98 at 13:42:13

Update from "erik.ivanenko" <erik.ivanenko@…>.

Also removed bsp_postdriver_hook() from every bsp possible and moved
to shared version.

  • Property mode set to 100644
File size: 564 bytes
Line 
1#
2#  $Id$
3#
4
5
6The requirements for this BSP are only that the GAS used supports the
7.code16 directive.  The GAS released with any GCC version 2.8.0 or better
8is required.  The BSP was built with an egcs snapshot pre-1.0.2 and
9post-1.0.1.  However, any egcs should work.
10
11
12The only "real" differences are in bspstart.c, where the initialization now
13configures all available RAM, (after setting up the Workspaces) as heap.
14The location of the stack was changed so that the heap was not trapped
15between low memory and the stack; the stack comes before the heap.
16
17
Note: See TracBrowser for help on using the repository browser.