Use version 0.8.0 of bootloader

This commit is contained in:
Philipp Oppermann
2019-09-11 10:55:29 +02:00
parent f124f2fc4d
commit c4546f1e30
2 changed files with 4 additions and 4 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.4"
bootloader = "0.8.0"
```
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].