From 568711e27ddd8dac89e2e8caaeb8c7c2153efa28 Mon Sep 17 00:00:00 2001 From: FantasyPvP <80643031+FantasyPvP@users.noreply.github.com> Date: Thu, 30 Nov 2023 19:54:03 +0000 Subject: [PATCH] Update main.rs --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index d50bcd4..6f3de3a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,6 +30,7 @@ entry_point!(main); fn main(boot_info: &'static BootInfo) -> ! { CrystalOS::start(boot_info); + // runs the 'mainloop' of the OS; let mut executor = Executor::new(); executor.spawn(Task::new(shell::command_handler())); loop {