Replace bootimage with local builder executable

This commit is contained in:
Philipp Oppermann
2020-08-23 18:35:08 +02:00
parent a3d58588a2
commit fe23af5b3e
10 changed files with 361 additions and 17 deletions

View File

@@ -4,14 +4,19 @@ version = "0.1.0"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
edition = "2018"
[workspace]
members = [
"disk_image",
]
[[test]]
name = "should_panic"
harness = false
[dependencies]
bootloader = "0.9.8"
bootloader = { path = "../../uefi-test"}
rlibc = "1.0.0"
volatile = "0.2.6"
volatile = "0.4.0-alpha"
spin = "0.5.2"
x86_64 = "0.11.0"
uart_16550 = "0.2.0"