# 后记

本项目开始于 2020 年 4 月。因 [COVID-19](https://en.wikipedia.org/wiki/Coronavirus_disease_2019) 疫情，整个春天基本上除了蹲在家里哪儿也去不了。蹲在家里并不意味着没有事情干，从二月上旬开始，我已经在家中恢复了科研状态，另也有一些项目在忙。但是看到 [第九届“中国软件杯”](http://www.cnsoftbei.com/) 的这道题目后，我们开了一个小时的钉钉会议，决定要把它做出来。

在过去的一年里，我已经阅读了不少 Linux 内核代码。心里一直有个小小的愿望：读了这么些代码，也得写一点内核代码了。通过这个项目，算是小小地满足了心里的那点 *意难平*。本科一年级以后，我已经很久没有写过这么多 C 代码了。Happy kernel hacking! :man\_technologist:&#x20;

这个项目只是窥探了 Linux 内核中极微小的一部分，功能也不算很底层很核心，其规模也就与一个简单的设备驱动程序相当。2020 年初，Linux 内核代码量已经达到了 [2780 万行](https://www.linux.com/news/linux-in-2020-27-8-million-lines-of-code-in-the-kernel-1-3-million-in-systemd/)。近年来，西方发达国家亡我之心不死，前有中兴芯片事件，后有华为被禁用 Android [GMS](https://en.wikipedia.org/wiki/Google_mobile_services) 服务，近日又有中国高校和科研单位被禁用 [MATLAB](https://en.wikipedia.org/wiki/MATLAB)。可以说，目前中国在世界科技环境中的形式很严峻。无论是国产芯片、国产 CPU，还是国产操作系统、国产基础应用软件，我们都还有很长很长的路要走。

希望国家也好、企业也好、个人也好，能有越来越多的人关注这些相对冷门的领域。争夺 AI、5G、物联网的主动权固然重要，但 **自主可控的核心** 才是我国免遭别国卡脖子的底牌。

张靖棠 ([@mrdrivingduck](https://github.com/mrdrivingduck))

2020 年 6 月 20 日 于南京


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mrdrivingduck.gitbook.io/linux-elf-sv/group-5-backscript/backscript.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
