PHYS_MEM_SIZE
memory_block.base = malloc(PHYS_MEM_SIZE);
memset(memory_block.base, 1, PHYS_MEM_SIZE);