Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: rust-based kernel with asynchronous context switching (github.com/xiaoyang-sde)
1 point by xasiimov on March 31, 2023 | hide | past | favorite | 1 comment



`rust-kernel-riscv` is an open-source project that implements an operating system kernel on RISC-V architecture with Rust programming language. The kernel leverages Rust's asynchronous programming model to schedule threads in both the kernel and user space, which makes context switching more efficient and eliminates the need of allocating a separate kernel stack for each user process.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: