Update to version 0.6.0 of bootloader

This commit is contained in:
Philipp Oppermann
2019-04-26 11:17:50 +02:00
parent dce7adb210
commit 74783de318
2 changed files with 6 additions and 6 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.5.1"
bootloader = "0.6.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].