···11#include "kernel/memory.h"
22#include "kernel/atag.h"
33#include "common/stdlib.h"
44+#include "kernel/kerio.h"
45#include <stdint.h>
56#include <stddef.h>
67···41424243 // Get the total number of pages
4344 mem_size = get_mem_size(atags);
4545+4446 num_pages = mem_size / PAGE_SIZE;
45474648 // Allocate space for all those pages' metadata. Start this block just after the kernel image is finished