Analyse ELF.

This commit is contained in:
Yifan Wu 2020-12-04 17:53:14 +08:00
parent b6f4327a3f
commit d38b24a9cb
4 changed files with 43 additions and 3 deletions

View file

@ -12,6 +12,7 @@ lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
buddy_system_allocator = "0.6"
spin = "0.7.0"
bitflags = "1.2.1"
xmas-elf = "0.7.0"
[features]
board_qemu = []