KERNEL_KVA_START
base = mmap((void*)KERNEL_KVA_START, KERNEL_KVA_SIZE,
MemImageFd, (off_t)KERNEL_KVA_START);