Closed
Description
Some use cases require additional files to boot.
These can be anything from driver modules, to microkernel early boot services.
The traditional way, and the way things like grub handle this is to load a file and pass it to the kernel.
The bootloader does not interact directly with parsing the file.
I propose we implement this.