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

@@ -1,3 +1,4 @@
[toolchain]
channel = "nightly"
targets = ["x86_64-unknown-none"]
components = ["llvm-tools-preview"]