xv6 topic
List
xv6 repositories
core-os-riscv
284
Stars
23
Forks
Watchers
🖥️ An xv6-like operating system on RISC-V with multi-core support. Documentation available online.
MIT6.828_OS
972
Stars
189
Forks
Watchers
MIT 6.828 Operating System Lab https://pdos.csail.mit.edu/6.828/2018/schedule.html
xv6-book-chinese
317
Stars
137
Forks
Watchers
MIT操作系统工程的教学操作系统Xv6的源码剖析中文翻译项目,使用ANSI标准C重新在riscv架构上实现Unix v6;
rvemu-for-book
342
Stars
27
Forks
Watchers
Reference implementation for the book "Writing a RISC-V Emulator in Rust".
OperatingSystem
169
Stars
45
Forks
Watchers
PKU OS course project and notes based on Nachos and XV6
semu
247
Stars
46
Forks
Watchers
A minimalist RISC-V system emulator capable of running Linux kernel
xv7
97
Stars
3
Forks
Watchers
🦀️ Operating System in 100% Pure Rust