rust-osdev/bootloader

Question: how to boot the linux kernel with the bootloader?

Closed this issue · 2 comments

As stated in the title I’m making this issue/question as I would like to make my own distro without using grub two And from what I could find, there is no instructions in the repository. Could someone kindly give me a clue or tell me how to achieve this goal, thank you.

This crate uses it's own bootloader protocol that isn't supported by Linux.

Hypothetically you have to write a Rust wrapper for the Linux kernel