feat: Initialization multitasking

This commit is contained in:
ParrotXray 2025-10-18 18:10:17 +08:00
parent 2197f20134
commit 593713e1a9
2 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ pub mod tty;
pub mod kernel;
pub mod drivers;
pub mod shell;
pub mod task;
use hal::cpu;
const CONFIG: BootloaderConfig = {

0
kernel/src/task/mod.rs Normal file
View File