Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Godones committed Sep 2, 2024
1 parent 3238e02 commit 32710dc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Welcome to the Alien OS blog, where Alien OS maintainers announce development an

## Posts from 2024

**2024/9** [模块列表](./modules.md)

**2024/2** [ext文件系统支持](./ext.md)

**2024/1** [子系统划分](./subsystem.md)
Expand Down
23 changes: 23 additions & 0 deletions docs/modules.md
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 |

0 comments on commit 32710dc

Please sign in to comment.