Use bootloader crate to create bootable disk images

This commit is contained in:
Philipp Oppermann
2023-04-30 16:52:24 +02:00
parent 913d5189c9
commit e2dca79d0d
4 changed files with 931 additions and 2 deletions

View File

@@ -8,3 +8,4 @@ members = ["kernel"]
[dependencies]
kernel = { path = "kernel", artifact = "bin", target = "x86_64-unknown-none" }
bootloader = "0.11.3"