Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyujie2002 committed Nov 21, 2023
1 parent 5e9712d commit 50051e8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
[![Stars](https://img.shields.io/github/stars/hanyujie2002/docs-linux-kernel-labs-zh-cn.svg)](https://github.com/hanyujie2002/docs-linux-kernel-labs-zh-cn/stargazers)
[![Forks](https://img.shields.io/github/forks/hanyujie2002/docs-linux-kernel-labs-zh-cn.svg)](https://github.com/hanyujie2002/docs-linux-kernel-labs-zh-cn/network/members)
[![Watchers](https://img.shields.io/github/watchers/hanyujie2002/docs-linux-kernel-labs-zh-cn.svg)](https://github.com/hanyujie2002/docs-linux-kernel-labs-zh-cn/watchers)
[![Stars](https://img.shields.io/github/stars/linux-kernel-labs-zh/docs-linux-kernel-labs-zh-cn.svg)](https://github.com/linux-kernel-labs-zh/docs-linux-kernel-labs-zh-cn/stargazers)
[![Forks](https://img.shields.io/github/forks/linux-kernel-labs-zh/docs-linux-kernel-labs-zh-cn.svg)](https://github.com/linux-kernel-labs-zh/docs-linux-kernel-labs-zh-cn/network/members)
[![Watchers](https://img.shields.io/github/watchers/linux-kernel-labs-zh/docs-linux-kernel-labs-zh-cn.svg)](https://github.com/linux-kernel-labs-zh/docs-linux-kernel-labs-zh-cn/watchers)

# Linux 内核实验室中文教程

这是 linux kernel labs ([linux-kernel-labs/linux-kernel-labs.github.io](https://linux-kernel-labs.github.io/refs/heads/master/)) 教程的中文翻译版本,翻译后的版本托管在 Github pages 上,网址为 https://hanyujie2002.github.io/linux-kernel-labs-zh-cn/
这是 linux kernel labs ([linux-kernel-labs/linux-kernel-labs.github.io](https://linux-kernel-labs.github.io/refs/heads/master/)) 教程的中文翻译版本,翻译后的版本托管在 Github pages 上,网址为 https://linux-kernel-labs-zh.vercel.app/

## 介绍

这是一系列关于 Linux 内核主题的课程和实验。课程侧重于理论和 Linux 内核探索。

实验侧重于设备驱动程序主题,文档风格类似“howto”。每个主题分两部分:

主题概述,包含概述、主要抽象概念、简单示例和 API的指引
主题概述,包含概述、主要抽象概念、简单示例和 API 的指引
实践部分,包含几个应由学生解决的练习;为了使学生专注于当下的主题,学生会得到一个起始编码框架和深入的技巧提示来解决练习。
这些内容基于布加勒斯特理工大学自动控制与计算机学院计算机科学与工程系的“操作系统 2”<http://ocw.cs.pub.ro/courses/so2>`_ 课程。
这些内容基于布加勒斯特理工大学自动控制与计算机学院计算机科学与工程系的[“操作系统 2”](http://ocw.cs.pub.ro/courses/so2)课程。

这个仓库包含了该教程的中文翻译版本。

## 翻译进度

[看板](https://github.com/hanyujie2002/docs-linux-kernel-labs-zh-cn/issues/6)
[看板](https://github.com/linux-kernel-labs-zh/docs-linux-kernel-labs-zh-cn/issues/1)

## 项目结构介绍:

- 本仓库是最*上游*的文档仓库,大家贡献提交请在这里完成
- 提交之后会自动通过 Github action 把文档放到 [linux-zh](https://github.com/hanyujie2002/linux-zh) 这个*中游*仓库里,这个仓库负责用文档生成网站
- 网站生成之后,会通过 Github action 把生成的静态网页内容托管在 [linux-kernel-labs-zh-cn](https://github.com/hanyujie2002/linux-kernel-labs-zh-cn) 这个*下游*仓库里,之后就可以在 https://hanyujie2002.github.io/linux-kernel-labs-zh-cn/ 看到自己提交的改动了
- 提交之后会自动通过 Github action 把文档放到 [linux-zh](https://github.com/linux-kernel-labs-zh/linux-zh) 这个*中游*仓库里,这个仓库负责用文档生成网站
- 网站生成之后,会通过 Github action 把生成的静态网页内容托管在 [linux-kernel-labs-zh.github.io](https://github.com/linux-kernel-labs-zh/linux-kernel-labs-zh.github.io) 这个*下游*仓库里,之后同步到 vercel 就可以在 https://linux-kernel-labs-zh.vercel.app 看到自己提交的改动了

## 贡献指南

Expand All @@ -46,6 +46,6 @@
如果有任何问题,欢迎通过以下方式联系我:

- Github Issue
- Email: yujiehan2002@outlook.com
- Email: linux-kernel-labs-zh@hotmail.com

欢迎大家的贡献和反馈!

0 comments on commit 50051e8

Please sign in to comment.