Loading the image into RAM

The IPL code must locate the boot image (made with the mkifs utility) and copy part or all of it into memory.

The loader uses information in the header to copy the header and startup into RAM. The loader would be responsible for copying the entire image into RAM if the image weren't located in linearly addressable memory.