Skip to content

Commit

Permalink
📝 Docs: Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbings committed May 27, 2024
1 parent 73ecd02 commit fbad1b2
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,30 @@ $ cargo build --bin canicula-efi --target aarch-unknown-uefi

## 📦 博客

> [!WARNING]
> 本人还并不是很熟悉 Rust 语言并且这份文档只是作为学习操作系统的知识的记录,还会存在很多错误的地方,仅供参考。
> 还请多多指教!
[0 - 基本开发环境](docs/dev-environment.md)

[1 - 引导](docs/bootloader.md)

[2 - ELF 文件格式(WIP)](docs/efi.md)
[2 - 内存管理(WIP)](docs/mm.md)

[3 - 进程调度(WIP)](docs/process.md)

[4 - 文件系统(WIP)](bdocs/fs.md)

[3 - 内存管理(WIP)](docs/mm.md)
[5 - 线程、线程通信(WIP)](docs/thread.md)

[4 - 进程调度(WIP)](docs/process.md)
[6 - 多核(WIP)](docs/muilt-core.md)

[5 - CaFS 文件系统(WIP)](bdocs/fs.md)
[7 - 外部接口:USB、网卡与显卡(WIP)](docs/extend-interface.md)

[6 - 线程、线程通信(WIP)](docs/thread.md)
[8 - 显存映射与图形化(WIP)](docs/graphics.md)

[7 - 多核(WIP)](docs/muilt-core.md)
[Ext - 模块化设计(WIP)](docs/design.md)

[8 - 外部接口:USB、网卡与显卡(WIP)](docs/extend-interface.md)
[Ext - ELF 文件格式(WIP)](docs/efi.md)

[9 - 显存映射与图形化(WIP)](docs/graphics.md)
[Ext - ext4 文件系统(WIP)](docs/ext4.md)

0 comments on commit fbad1b2

Please sign in to comment.