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/] [startup/] [README] - Rev 1782
Compare with Previous | Blame | View Log
## README,v 1.4 1998/03/30 13:42:13 joel Exp#The requirements for this BSP are only that the GAS used supports the.code16 directive. The GAS released with any GCC version 2.8.0 or betteris required. The BSP was built with an egcs snapshot pre-1.0.2 andpost-1.0.1. However, any egcs should work.The only "real" differences are in bspstart.c, where the initialization nowconfigures all available RAM, (after setting up the Workspaces) as heap.The location of the stack was changed so that the heap was not trappedbetween low memory and the stack; the stack comes before the heap.
