aboutsummaryrefslogtreecommitdiff
path: root/src/kernel.rs
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-21 18:38:47 -0700
committerChristian Cunningham <cc@localhost>2022-08-21 18:38:47 -0700
commit3559291e555fffdbf2a890ca1db3cb790c2f6b9e (patch)
treeea43b9e29bf8d28d5525bc720ecb3e7db57fe319 /src/kernel.rs
parent60c867a49cd935e95b735edaace43606aca096e7 (diff)
Move queue structure to its own module
Diffstat (limited to 'src/kernel.rs')
-rw-r--r--src/kernel.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel.rs b/src/kernel.rs
index a848ce5..6ec67ae 100644
--- a/src/kernel.rs
+++ b/src/kernel.rs
@@ -29,6 +29,7 @@ mod panic_wait;
mod print;
mod sync;
mod uart;
+mod util;
use crate::console::console;
use crate::mem::alloc::alloc;