-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Modules | ||
|
||
| Name | Description | Authors | Repo URL | | ||
| ------------------------------------ | --------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------------- | | ||
| vfscore | VFS define | [email protected] | https://github.com/os-module/rvfs.git | | ||
| syscall-table | Unify system call definitions | [email protected] | https://github.com/os-module/syscall-table.git | | ||
| smpscheduler | Task scheduler | [email protected] | https://github.com/os-module/smpscheduler.git | | ||
| page-table | RISCV Page Table | [email protected] | https://github.com/os-module/page-table.git | | ||
| netcore | NIC interface | [email protected] | https://github.com/os-module/simple-net | | ||
| small-index | Index Allocator | [email protected] | https://github.com/os-module/small-index | | ||
| pconst | Linux constant and data structure definitions | [email protected] | https://github.com/os-module/pconst.git | | ||
| rtc | GoldFish Rtc Driver | [email protected] | https://github.com/os-module/rtc.git | | ||
| uart8250 | uart8250 | [duskmoon](https://github.com/duskmoon314/uart-rs)<br />[email protected] | https://github.com/os-module/uart-rs.git | | ||
| loopback | Loopback device | [email protected] | https://github.com/os-module/simple-net | | ||
| virtio-net | Virtio-net device | [email protected] | https://github.com/os-module/simple-net | | ||
| visionfive2-sd | StarFive2 board SD card driver | [email protected] | https://github.com/os-module/visionfive2-sd.git | | ||
| plic | RISCV PLIC | [email protected] | https://github.com/os-module/plic | | ||
| kernel-sync | Kernel lock implementation | [email protected] | https://github.com/os-module/kernel-sync.git | | ||
| pager | Physical Page Allocator | [email protected] | https://github.com/os-module/pager | | ||
| tracer | Kernel call stack trace | [email protected] | https://github.com/os-module/tracer | | ||
| devfs/dynfs/ramfs/fat-vfs/lwext4-vfs | File system implementation | [email protected] | https://github.com/os-module/rvfs | | ||
| lwext4-rs | Rust bindings for lwext4 | [email protected] | https://github.com/os-module/lwext4 | | ||
|