bootloader
vs. bootloader_api
#1384
Answered
by
bjorn3
ViktorPopp
asked this question in
Questions
-
the 3rd edition uses the one with |
Beta Was this translation helpful? Give feedback.
Answered by
bjorn3
Jan 28, 2025
Replies: 1 comment 6 replies
-
You need bootloader in your build, and bootloader_api in the kernel. They are two different things. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The second edition uses bootloader 0.9 where the kernel indeed directly depends on the bootloader crate and uses the external bootimage program to build the disk image. The third edition uses bootloader 0.11 however where the kernel needs to use bootloader_api while the bootloader crate exclusively handles building a disk image from the kernel.