Specify bootloader version as v0.9 (without patch version) in all posts

Cargo automatically chooses the latest patch version, but beginners might not know that. So this hopefully avoids some confusion.
This commit is contained in:
Philipp Oppermann
2024-02-16 13:24:48 +01:00
parent 3556211904
commit 1f6402f746
9 changed files with 9 additions and 9 deletions

View File

@@ -414,7 +414,7 @@ pub extern "C" fn _start() -> ! {
# in Cargo.toml
[dependencies]
bootloader = "0.9.23"
bootloader = "0.9"
```
افزودن بوت‌لودر به عنوان وابستگی برای ایجاد یک دیسک ایمیج قابل بوت کافی نیست. مشکل این است که ما باید هسته خود را با بوت لودر پیوند دهیم، اما کارگو از [اسکریپت های بعد از بیلد] پشتیبانی نمی‌کند.