URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i386/] [i386ex/] [README] - Rev 1782
Compare with Previous | Blame | View Log
## README,v 1.3 1998/09/24 13:46:27 joel Exp#This board support package works with the uti386ex, designed and built inhouse at the University of Toronto. It should also be compatible the anIntel Evaluation board.There are no decisions to be made at link time. The BSP reserves ALLavailable space between the end of the bss section and the start of theRTEMS Workspace for the heap. If you wish to add network support, thenyou will not need to modify the heap size.See startup/linkcmds and bsp_start.c for details.The clock is generated from an internal i386ex timer counter. The consoleuses COMM2 -- configured as 9600 n,8,1. COMM1 is available, alsoconfigured as 9600,n,8,1.In general, all modification needed to support another i386ex basedplatform should be restricted to start.s. Since there is no real-timeclock on the Intel eval board, if RTclock support is required, then addingrtclock driver support is necessary.Hope this helps!
