Ignore:
Timestamp:
09/24/98 13:46:27 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
32f3e34
Parents:
1fd26a5
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/i386ex/README

    r1fd26a5 r287e9584  
    33#
    44
    5 TBD
     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 TracChangeset for help on using the changeset viewer.