Update bootloader to v0.9.3

This commit is contained in:
Philipp Oppermann
2020-05-20 14:16:43 +02:00
parent a79cea1cd6
commit 70b2f07694
2 changed files with 3 additions and 3 deletions

View File

@@ -363,7 +363,7 @@ Instead of writing our own bootloader, which is a project on its own, we use the
# in Cargo.toml
[dependencies]
bootloader = "0.8.0"
bootloader = "0.9.3"
```
Adding the bootloader as dependency is not enough to actually create a bootable disk image. The problem is that we need to link our kernel with the bootloader after compilation, but cargo has no support for [post-build scripts].