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