tiny_os/kernel/src
2024-09-05 19:56:33 +08:00
..
arch feat: kernel/plat/irq: wire up dispatch 2024-08-23 20:52:39 +08:00
drivers fix: kernel: correct plic driver and enable external interrupt on trap init 2024-08-23 19:26:28 +08:00
objects fix: kernel/objects/endpoint: bug fix 2024-09-05 19:56:33 +08:00
plat feat: kernel/objects/endpoint: wire up syscall 2024-09-04 20:51:10 +08:00
vspace feat: arch: riscv: allow to get current pagetable 2024-06-15 19:58:41 +08:00
entry.rs feat: kernel/entry: wire up intc setup 2024-08-23 11:11:22 +08:00
lang.rs fix: sync with latest Rust 2024-06-14 14:29:46 +08:00
logging.rs chore: logging: make clippy happy 2024-06-16 22:29:58 +08:00
main.rs feat: kernel/objects: drop mdb link 2024-09-04 10:30:29 +08:00
root.rs fix: kernel/root: only idle thread could me marked as ThreadState::Idle 2024-09-02 13:55:37 +08:00
scheduler.rs feat: kernel/scheduler: skip idle thread if there are any other threads available to run 2024-08-29 20:41:34 +08:00
syscall.rs fix: kernel/objects/endpoint: bug fix 2024-09-05 19:56:33 +08:00
test_runner.rs feat: use workspace 2024-02-16 19:22:06 +08:00