Just in case.. I made an error in the commit message, I said: >- nkpde is calculated as: > > min(NKPDE_MAX, NKPDE_BASE + (biosextmem >> 10) * NKPDE_SCALE) The correct wording is: nkpde is calculated as: NKPDE_BASE + (biosextmem >> 10) * NKPDE_SCALE with a maximum of NKPDE_MAX. - Frank