mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 16:07:49 +00:00
Create the disk image in a build script
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user