CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2019/01/20 23:18:37
Modified files: sys/arch/amd64/amd64: machdep.c pmap.c sys/arch/amd64/include: pmap.h Log message: Support 2TB phys mem This change expands the direct map to 4 slots (512GB each), to support machines with up to 2TB physical memory. Should further expansion be required, this change provides the means to do that with a single #define change. with help from and ok guenther