Module kernel

Module kernel 

Source
Expand description

内核模块

包含任务调度、系统调用等功能 以及与 CPU 相关的操作 实现内核的核心功能

Re-exports§

pub use cpu::*;
pub use scheduler::*;
pub use task::*;
pub use timer::*;

Modules§

cpu 🔒
CPU 相关模块
scheduler 🔒
syscall
系统调用模块
task 🔒
任务模块
time
时间相关功能
timer 🔒
定时器队列模块