Changeset 5c491aef in rtems for c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
- Timestamp:
- 12/20/95 15:39:19 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c64e4ed4
- Parents:
- 4442d21c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
r4442d21c r5c491aef 10 10 * OUTPUT: NONE 11 11 * 12 * Author: Andrew Bray <andy@i-cubed. demon.co.uk>12 * Author: Andrew Bray <andy@i-cubed.co.uk> 13 13 * 14 14 * COPYRIGHT (c) 1995 by i-cubed ltd. … … 167 167 } 168 168 169 int main(169 int bsp_start( 170 170 int argc, 171 171 char **argv, … … 226 226 */ 227 227 228 /*BSP_Configuration.work_space_size *= 4;*/229 230 228 BSP_Configuration.work_space_start = (void *) 231 229 RAM_END - BSP_Configuration.work_space_size;
Note: See TracChangeset
for help on using the changeset viewer.