Pinned Repositories
rCore-Tutorial-Book-v3
A book about how to write OS kernels in Rust easily.
rCore-Tutorial-v3
Let's write an OS which can run on RISC-V in Rust from scratch!
rCore_tutorial
Tutorial for rCore OS step by step (2nd edition)
rustsbi
RISC-V Supervisor Binary Interface (RISC-V SBI) library in Rust; runs on M or HS mode; good support for embedded Rust ecosystem. For binary download see https://github.com/rustsbi/prototyper.
CS-Awesome-Courses
计算机的优秀课程
k210-hal
Rust's hardware abstract layer (HAL) for K210 chip, a dual RV64GC SoC with hardware accelerated AI peripherals. Contributions welcomed!
k210-soc
From k210-sdk-stuff, enhansed version of k210-hal.
osnotes
Some notes or translations about operating system or programming language.
rCore-Tutorial
Tutorial for rCore OS step by step (3rd edition)
rustsbi-qemu
QEMU platform SBI support implementation, using RustSBI
wyfcyx's Repositories
wyfcyx/osnotes
Some notes or translations about operating system or programming language.
wyfcyx/rCore-Tutorial
Tutorial for rCore OS step by step (3rd edition)
wyfcyx/CS-Awesome-Courses
计算机的优秀课程
wyfcyx/k210-soc
From k210-sdk-stuff, enhansed version of k210-hal.
wyfcyx/k210-hal
Rust's hardware abstract layer (HAL) for K210 chip, a dual RV64GC SoC with hardware accelerated AI peripherals. Contributions welcomed!
wyfcyx/rustsbi-qemu
QEMU platform SBI support implementation, using RustSBI
wyfcyx/k210-pac
Peripheral access API crate (PAC) for K210 SoC, generated by svd2rust
wyfcyx/k210os-helper
Some tips about running operating system on Kendryte K210 platform, including Maix series board from Sipeed.
wyfcyx/async_modules
Modules communicate with each other using asynchronous calls. Rust Implementation.
wyfcyx/cs110l-spr-2020-starter-code
Stanford CS 110L Spring 2020 assignment starter code
wyfcyx/rustsbi
RISC-V Supervisor Binary Interface implementation in Rust; runs on M-mode; good support for embedded Rust ecosystem
wyfcyx/wyfcyx
Hello!
wyfcyx/zCore
Async-modules extension of zCore. See the async-modules branch.
wyfcyx/algorithm-blog-archive
2014-2016算法博客的归档。
wyfcyx/example-coroutine-and-thread
wyfcyx/k210-sdk-stuff
Kendryte K210 / MaixGo stuff
wyfcyx/kendryte-standalone-sdk
Standalone SDK for kendryte K210
wyfcyx/kernel-sync
OS Kernel Synchronization Implemention
wyfcyx/MScAdvancedComputing
MSc Advanced Computing Programme @Imperial College London
wyfcyx/pci-rs
A platform-agnostic PCI bus management and configuration access library.
wyfcyx/PreemptiveScheduler
Rust Preemptive Future Scheduler
wyfcyx/proc-macro-workshop
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
wyfcyx/rboot
The x86_64 UEFI bootloader for rCore
wyfcyx/rCore
Rust version of THU uCore OS. Linux compatible.
wyfcyx/riscv
Low level access to RISCV processors
wyfcyx/riscv-lab-access
Access bookkeeping for RISC-V Lab
wyfcyx/rustsbi-k210
Kendryte K210 SBI support using RustSBI, provides privileged spec 1.12 environment by emulating it using 1.9.1
wyfcyx/trapframe-rs
Handle TrapFrame across kernel and user space on multiple ISAs.
wyfcyx/two-level-os-lab
wyfcyx/virtio-drivers
VirtIO guest drivers in Rust.