Skip to content

Commit f4af2f5

Browse files
committed
feat: Done the homepage
Signed-off-by: Chen Miao <[email protected]>
1 parent b88c378 commit f4af2f5

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

book.toml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
[book]
22
authors = ["Chen Miao <[email protected]>"]
3-
language = "en"
3+
language = "zh"
44
src = "src"
55
title = "Rust for Linux Insides"
66

77
[output.html]
8+
git-repository-url = "https://github.com/hust-open-atom-club/rust-for-linux-insides"
9+
git-repository-icon = "fa-github"
810
mathjax-support = true
11+
12+
[rust]
13+
edition = "2021"
14+
15+
[output.html.playground]
16+
editable = true
17+
copyable = true
18+
copy-js = true
19+
line-numbers = true
20+
runnable = true
21+
22+
[output.html.print]
23+
enable = true
24+
page-break = true
25+
26+

ci/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ libunwind
295295
lifecycle
296296
LimitTracker
297297
linter
298+
linux
298299
LLVM
299300
lobally
300301
locators

src/introduce.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# 欢迎来到Rust for Linux Insides!
22

3-
Rust for Linux Insides 是华中科技大学开放原子开源俱乐部发起的技术文档项目,聚焦 Rust 语言与 Linux 的深度结合,旨在通过系列技术博客、代码示例、原理解析,帮助开发者理解 Linux 内部机制,并掌握用 Rust 开发 Linux 内核驱动、优化 Linux 内核模块的方法。​
3+
Rust for Linux Insides 是华中科技大学开放原子开源俱乐部发起的技术文档项目,聚焦 Rust 语言与 Linux 的深度结合,旨在通过系列技术博客、代码示例、原理解析,帮助开发者理解 Rust for Linux 内部机制,并掌握用 Rust 开发 Linux 内核驱动、优化 Linux 内核模块的方法。​
44

5-
无论是 Linux 内核初学者、Rust 技术实践者,还是开源爱好者,都能从本项目中获取 Linux 底层原理的清晰解读与 Rust 落地实践的参考案例。
5+
无论是 Linux 内核初学者、Rust 技术实践者,还是开源爱好者,都能从本项目中获取 Rust for Linux 底层原理的清晰解读与 Rust 落地实践的参考案例。
6+
7+
在本项目中,你可以查阅如下三个模块分别获得对应的帮助:
8+
9+
- [Rust for Linux Wiki](wiki/wiki_index.md)
10+
- 旨在帮助读者能够更快上手 Rust for Linux 开发,对 Rust for Linux的源码进行详细解释
11+
- [Rust for Linux 博客](blog/blog_index.md)
12+
- 本项目会接收任何爱好者投递的博客(通过Pull Request)的方式,在通过评审后会合并到主线中
13+
- [Rust for Linux 上游新闻](news/news_index.md)
14+
- 旨在跟踪上游 Rust for Linux 社区的开发路线,并且会对一些功能性 PATCH 或 讨论进行解读
15+
16+
- 参考链接
17+
- [Rust for Linux Github Repo](https://github.com/Rust-for-Linux/linux)
18+
- [Rust for Linux Mailing List](https://lore.kernel.org/rust-for-linux/)
19+
- [Rust for Linux Patch Work](https://patchwork.kernel.org/project/rust-for-linux/list/)
20+
- [Rust for Linux Document](https://rust-for-linux.com/)
21+
22+
> 订阅上游最新消息:[mailto:[email protected]](mailto:[email protected])

0 commit comments

Comments
 (0)