# 2024-0910 内核开发

- [字符设备驱动程序教程](https://book.bsdcn.org/qi-kan/20240910-nei-he-kai-fa/character.md)
- [VPP 移植到了 FreeBSD：基础用法](https://book.bsdcn.org/qi-kan/20240910-nei-he-kai-fa/vpp.md)
- [利用 Kyua 的 Jail 功能提升 FreeBSD 测试套件的并行效率](https://book.bsdcn.org/qi-kan/20240910-nei-he-kai-fa/enhancing.md)
- [FreeBSD 上的 Valgrind](https://book.bsdcn.org/qi-kan/20240910-nei-he-kai-fa/valgrind.md)
- [嵌入式 FreeBSD：探索 bhyve](https://book.bsdcn.org/qi-kan/20240910-nei-he-kai-fa/embedded.md)
- [TCP/IP 历险记：FreeBSD TCP 协议栈中的 Pacing](https://book.bsdcn.org/qi-kan/20240910-nei-he-kai-fa/tcp.md)
- [实用软件：实现无纸化（Paperless）](https://book.bsdcn.org/qi-kan/20240910-nei-he-kai-fa/go.md)


---

# 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://book.bsdcn.org/qi-kan/20240910-nei-he-kai-fa.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.
