source: rtems/c/src/lib/libbsp/i386/ts_386ex/startup/README @ 3299388d

4.104.114.84.95
Last change on this file since 3299388d was 16a384cf, checked in by Joel Sherrill <joel.sherrill@…>, on 04/23/99 at 16:35:11

New BSP from Tony R. Ambardar <tonya@…> from the
University of British Columbia. The BSP is for:

Yes, this is the "entry model" of a series of boards from Technologic
Systems. Costs <$200 I believe. They have a WWW page at www.t-systems.com.
I am letting them know about the availability of this BSP too.

  • 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.