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/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/Cargo.toml') diff --git a/crates/Cargo.toml b/crates/Cargo.toml index dd1f42a..10aeec4 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = ["alloc_buddy", "alloc_physmem_free_list", "device_tree", "driver_riscv_timer", "kernel", "utils"] +members = ["alloc_buddy", "alloc_genmalloc", "alloc_physmem_free_list", "device_tree", "driver_riscv_timer", "kernel", "utils"] resolver = "2" [profile.release] -- cgit v1.2.3