Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Update to newer bootimage
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlansneff committed Aug 6, 2018
1 parent 5e5382f commit 87fd845
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 1 deletion.
118 changes: 118 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ package-file = "initfs.tar"
memcpy = true

[package.metadata.bootimage.bootloader]
git = "https://github.com/nebulet/bootloader"
name = "bootloader"
target = "x86_64-bootloader.json"

[profile.release]
lto = true
Expand Down Expand Up @@ -56,6 +57,9 @@ jitter_entropy = []
rdrand_entropy = []

[dependencies]
# the actual bootloader
bootloader = { git = "https://github.com/nebulet/bootloader" }
# regular dependencies
spin = "0.4.6"
bitflags = "1.0"
bit_field = "0.9.0"
Expand Down

0 comments on commit 87fd845

Please sign in to comment.