SEGZIOMAXSIZE
} else if (size > SEGZIOMAXSIZE) {
size = SEGZIOMAXSIZE;
if (physmem_b > SEGZIOMAXSIZE) {
size += (physmem_b - SEGZIOMAXSIZE) / 2;