bootloader
bootloader copied to clipboard
Support for multiple boot protocols
It will be great to have support for multiple boot protocols preferably stivale, stivale2 and mutliboot2. Other boot protocols also exist but these are the "cool" ones :D
Do you mean that we should support booting kernels using these protocols? Or that we should support to create disk images that can be booted by other bootloaders (e.g. GRUB2) via these protocols?
Support booting the kernel with these protocols.
Hmm, I'm not sure if this is worth the effort. It would require a lot of boilerplate to set up the various C-style structures that these protocols require (e.g. for the boot info). It would also make this crate much more complex because we would need to support all the machine states required by these protocols. For example, we would need to also support loading 32 bit ELF files into protected mode for multiboot2 support (we currently do everything in 64 bit).
Ah I see. Then I think chainloading will be great feature