- t2ex
- t2ex_source/kernel/extension/memory/t2ex/memmgr.c - 15.3KB - 590 lines
542: /* Acquire system configuration definition information */
543: ercd = _tk_get_cfn(SCTAG_REALMEMEND, (INT*)&memend, 1);
544: if ( ercd < 1 || (UINT)memend > (UINT)lowmem_limit ) {
- t2ex_source/kernel/extension/memory/t2ex/sysdepend/em1d/excmgr.c - 10.3KB - 383 lines
331: /* Maximum number of simultaneous page faults allowed */
332: ercd = _tk_get_cfn((UB*)"MaxPageFault", (INT*)&MaxMemFault, 1);
333: if ( ercd <= 0 || MaxMemFault <= 0 )
- t2ex_source/kernel/extension/memory/t2ex/sysdepend/em1d/space.c - 27.5KB - 830 lines
725: /* Get the physical memory address boundary managed by the segment manager */
726: ercd = _tk_get_cfn(SCTAG_REALMEMEND, (INT*)&SysRamLimit, 1);
727: if ( ercd < 1 || SysRamLimit > (UINT)lowmem_limit ) {