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 {