Update posts to bootloader 0.6.4

This commit is contained in:
Philipp Oppermann
2019-07-18 10:21:08 +02:00
parent f8afce46a1
commit 48974ec63e
2 changed files with 6 additions and 6 deletions

View File

@@ -361,7 +361,7 @@ Instead of writing our own bootloader, which is a project on its own, we use the
# in Cargo.toml
[dependencies]
bootloader = "0.6.0"
bootloader = "0.6.4"
```
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].