Changeset 287e9584 in rtems for c/src/lib/libbsp/i386/i386ex/README
- Timestamp:
- 09/24/98 13:46:27 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 32f3e34
- Parents:
- 1fd26a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/i386ex/README
r1fd26a5 r287e9584 3 3 # 4 4 5 TBD 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 TracChangeset
for help on using the changeset viewer.