From ec991590e4e3b92e407060410ff33525dc740988 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Thu, 12 Sep 2024 18:14:13 -0500 Subject: Adds the start of a regular allocator, and some page table maintainence. --- crates/kernel/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/kernel/Cargo.toml') diff --git a/crates/kernel/Cargo.toml b/crates/kernel/Cargo.toml index 6fbabc1..cbdac2a 100644 --- a/crates/kernel/Cargo.toml +++ b/crates/kernel/Cargo.toml @@ -9,6 +9,7 @@ crate-type = ["staticlib"] [dependencies] cfg-if = { version = "1.0.0", default-features = false } contracts = { version = "0.6.3", default-features = false } +either = { version = "1.13.0", default-features = false } log = { version = "0.4.20", default-features = false } spin = { version = "0.9.8", default-features = false, features = ["fair_mutex", "use_ticket_mutex"] } vernos_alloc_buddy = { path = "../alloc_buddy" } -- cgit v1.2.3