Changeset e0d83f69 in rtems
- Timestamp:
- Dec 11, 2009, 8:53:03 PM (11 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 0a7fb3c
- Parents:
- fa62f19
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
rfa62f19 re0d83f69 1 2009-12-11 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * startup/bspgetworkarea.c: Make bsp_mem_size available for page table 4 initialization. 5 1 6 2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
c/src/lib/libbsp/i386/pc386/startup/bspgetworkarea.c
rfa62f19 re0d83f69 50 50 * Board's memory size easily be overridden by application. 51 51 */ 52 staticuint32_t bsp_mem_size = 0;52 uint32_t bsp_mem_size = 0; 53 53 54 54 /* Size of stack used during initialization. Defined in 'start.s'. */ … … 119 119 } 120 120 121 121 122 bsp_mem_size = topAddr; 122 123 }
Note: See TracChangeset
for help on using the changeset viewer.