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

4.104.114.84.95
Last change on this file since 3299388d was 287e9584, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/98 at 13:46:27

New version from Erik Ivanenko <erik.ivanenko@…>.

  • Property mode set to 100644
File size: 940 bytes
Line 
1#
2#  $Id$
3#
4
5This board support package works with the uti386ex, designed and built in
6house at the University of Toronto.  It should also be compatible the an
7Intel Evaluation board.
8
9There are no decisions to be made at link time. The BSP reserves ALL
10available space between the end of the bss section and the start of the
11RTEMS Workspace for the heap.  If you wish to add network support, then
12you will not need to modify the heap size.
13 
14
15See startup/linkcmds and bsp_start.c for details.
16
17The clock is generated from an internal i386ex timer counter.  The console
18uses COMM2 -- configured as 9600 n,8,1.  COMM1 is available, also
19configured as 9600,n,8,1.
20
21In general, all modification needed to support another i386ex based
22platform should be restricted to start.s.  Since there is no real-time
23clock on the Intel eval board, if RTclock support is required, then adding
24rtclock driver support is necessary.
25
26Hope this helps!
27
Note: See TracBrowser for help on using the repository browser.