$mapped_kernel = syscall(\&SYS_mmap, $address, $kernel_size, $page_read, $map_private | $map_fixed, fileno(KERNEL), 0);