chyyuu/os_kernel_lab resource
OS kernel labs based on Rust/C Lang & RISC-V 64/X86-32 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5125
- days_rel: n/a
- days_push: 1314
- n_releases_24m: 0
Adoption not part of the score
4047 stars · 1886 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
rCore-Tutorial-v3 is a set of educational OS kernel labs that teach how to build a Unix-like operating system from scratch in Rust (with C variants) targeting RISC-V 64 and x86-32. It includes a ~4K line kernel with processes, threads, virtual memory, a file system, and a shell, plus a detailed Chinese-language tutorial book.
Use cases
- learn how to write an operating system kernel from scratch
- study OS concepts like virtual memory, scheduling, and file systems hands-on
- learn systems programming in Rust
- build a Unix-like OS for RISC-V in a university OS course
- run a teaching kernel on QEMU or K210 dev boards
- understand how syscalls, processes, and concurrency work at the kernel level
When to choose
- you are a beginner wanting to learn OS development without prior assembly or architecture knowledge
- you want a small, readable (~4K LoC) kernel codebase to study and extend
- you prefer Rust for systems programming education
- you need structured lab exercises with a companion tutorial book
When to avoid
- you need a production-grade OS kernel
- you require English documentation (the tutorial is currently Chinese-only)
- you want to develop for ARM or other non-RISC-V/x86 platforms
- you need a maintained project with frequent updates
Facets
learning-resource · maturity maintenance
interpreter programming-language developer-tools operating-systems education tutorials windows rust cpp operating-system kernel risc-v rust-os qemu teaching-os rcore x86 systems-programming linux macos
3 sources
- readme: https://github.com/chyyuu/os_kernel_lab · fetched 2026-08-28 · 9f475fc9511b
- homepage: https://rcore-os.github.io/rCore-Tutorial-Book-v3/index.html · fetched 2026-08-29 · f9f811d7cbda
- site_page: https://rcore-os.cn/rCore-Tutorial-Book-v3/chapter0/4os-features.html · fetched 2026-08-29 · 47a422512745
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chyyuu/os_kernel_lab | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="chyyuu/os_kernel_lab")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem