Changeset cb4cf6a7 in rtems for cpukit/sapi/include/confdefs.h
- Timestamp:
- 11/18/97 22:30:51 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d54de3f
- Parents:
- a50148a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/include/confdefs.h
ra50148a rcb4cf6a7 412 412 413 413 #endif 414 415 #ifndef CONFIGURE_MEMORY_USER_OVERHEAD 416 #define CONFIGURE_MEMORY_USER_OVERHEAD (96 * 1024) 417 #endif 418 414 419 #define CONFIGURE_EXECUTIVE_RAM_SIZE \ 415 420 (( CONFIGURE_MEMORY_FOR_TASKS(CONFIGURE_MAXIMUM_TASKS) + \ … … 424 429 CONFIGURE_MEMORY_FOR_DEVICES(CONFIGURE_MAXIMUM_DEVICES) + \ 425 430 CONFIGURE_MEMORY_FOR_MP + \ 426 (96*1024)\431 CONFIGURE_MEMORY_USER_OVERHEAD \ 427 432 ) & 0xffff8000) 428 433 #endif
Note: See TracChangeset
for help on using the changeset viewer.