You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: