From 10924a7138a288f5f717404b49e01f840dcfbcf2 Mon Sep 17 00:00:00 2001 From: Vaze Date: Tue, 19 May 2026 16:47:52 +0200 Subject: Started kernel and bootloader project. Created a README --- bootloader/rust-toolchain.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bootloader/rust-toolchain.toml (limited to 'bootloader/rust-toolchain.toml') diff --git a/bootloader/rust-toolchain.toml b/bootloader/rust-toolchain.toml new file mode 100644 index 0000000..60d74b5 --- /dev/null +++ b/bootloader/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +targets = ["x86_64-unknown-uefi"] -- cgit v1.2.3