summaryrefslogtreecommitdiff
path: root/bootloader/Cargo.toml
diff options
context:
space:
mode:
authorVaze <vaze@vaze.dev>2026-05-27 13:18:52 +0200
committerVaze <vaze@vaze.dev>2026-05-27 13:18:52 +0200
commit407d34ca790ea224c79e17a5cbe33976bf02a6fc (patch)
tree19aa48b8e6a3c5c5d38e20f2696948a093f8e695 /bootloader/Cargo.toml
parent816f9b7cb300a7f3979b5f29b3677e84a3c28880 (diff)
Removed bootloader sub-project. ZenOS will focus on the kernel from now on. BOOTBOOT will be used as the only supported bootloader for now. Development of a custom bootloader might resume at a much later date.HEADmaster
Diffstat (limited to 'bootloader/Cargo.toml')
-rw-r--r--bootloader/Cargo.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/bootloader/Cargo.toml b/bootloader/Cargo.toml
deleted file mode 100644
index 88b8fa5..0000000
--- a/bootloader/Cargo.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-[package]
-name = "bootloader"
-version = "0.1.0"
-edition = "2024"
-
-[dependencies]
-log = "0.4.29"
-uefi = { version = "0.37.0", features = ["logger", "panic_handler", "alloc", "global_allocator"] }