Create the disk image in a build script

This commit is contained in:
Philipp Oppermann
2023-05-01 13:23:37 +02:00
parent 51e0dc1b63
commit 34b1eb4741
3 changed files with 32 additions and 17 deletions

View File

@@ -7,5 +7,7 @@ edition = "2021"
members = ["kernel"]
[dependencies]
[build-dependencies]
kernel = { path = "kernel", artifact = "bin", target = "x86_64-unknown-none" }
bootloader = "0.11.3"