Skip to content

Commit

Permalink
Merge pull request #88 from hawkw/multiboot-refactor
Browse files Browse the repository at this point in the history
A bunch of ELF improvements
  • Loading branch information
hawkw authored Mar 11, 2017
2 parents cc21292 + f3548d6 commit 6dc0816
Show file tree
Hide file tree
Showing 7 changed files with 555 additions and 116 deletions.
5 changes: 5 additions & 0 deletions elf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ panic = "abort"
[dependencies]
bitflags = "0.7"
memory = { path = "../memory" }

[dependencies.macro-attr]
git = "https://github.com/DanielKeep/rust-custom-derive.git"
version = "0.2.1"
default-features = false
Loading

0 comments on commit 6dc0816

Please sign in to comment.