# Hardware

1. M1 不能算作 CPU，而是一个单片系统 （System on a Chip，简称 SoC），里面集成了中央处理器 CPU、图形处理器 GPU、机器学习芯片 NPU、安全芯片等等。 正是由于这么多组件做在一起，苹果才有办法，最大限度地优化电路，提高协同能力，节省电力。再加上，操作系统也是自家的，可以配合着修改底层，所以性能才能提高这么多。

   SoC 的盛行会带来一个后果，因为它把许多功能集成在一起，大量使用自定义的逻辑和接口，封装成一个黑箱，而且每家公司的设计都不一样，所以 SoC 不可能是一个开放的、兼容的系统，只可能是封闭的专有系统。 目前的手机硬件，就是这种状况。

   来自阮一峰老师141期科技周刊 \
   <http://www.ruanyifeng.com/blog/2021/01/weekly-issue-141.html>
2. 电脑硬件基本常识

   <https://segmentfault.com/a/1190000039076172>

   涉及到的点还挺多的，可以刷一下。
3. 分享篇文章: \
   深度：揭秘小米隔空充电背后技术 \
   <https://zhidx.com/p/255150.html>


---

# 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://thinking.simonaking.com/tags/hardware.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.
