> For the complete documentation index, see [llms.txt](https://mtwstudio.gitbook.io/ryzentosh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtwstudio.gitbook.io/ryzentosh/1-preparing/1-2-spec.md).

# 事前和硬體

## 硬體配備

本文以以下硬體設備為主進行教學，**理論上**可以向上兼容，不兼容也不要怪我阿 QQ

| #             | Model                                                                                              |
| ------------- | -------------------------------------------------------------------------------------------------- |
| CPU           | [AMD Ryzen 7 1700 ](https://www.amd.com/zh-hant/products/cpu/amd-ryzen-7-1700)                     |
| Motherboard   | [AB350 - Gaming 3 (Rev. 1.0)](https://www.gigabyte.com/tw/Motherboard/GA-AB350-Gaming-3-rev-1x#kf) |
| RAM           | Micron 8G DDR4-2400                                                                                |
| SSD (生灰塵用)    | [Kingston SSDNow UV400 120G](https://www.kingston.com/tw/ssd/consumer/suv400s3)                    |
| ~~SSD (窗戶用)~~ | ~~WD Green SSD 120G (別買，慘，已RMA)~~                                                                  |
| SSD (黑蘋果用)    | WD Blue 3D NAND 240G                                                                               |
| HDD (資料用)     | WD Blue 1TB (7200RPM)                                                                              |
| Graphics Card | [Gigabyte GeForce GTX 1050 D5 2G](https://www.gigabyte.com/tw/Graphics-Card/GV-N1050D5-2GD#kf)     |
| 安裝版本          | **macOS Sierra 10.12.6 (16G29)**                                                                   |

## 事前準備

* 恆心、毅力
* 英文能力
* 會使用 **Google**
* 8G隨身碟一隻 （筆者使用 USB2.0 的，似乎可以用上USB 3.0）
* **macOS Sierra DMG (SierraAMD V5)**
* 一台能用的 Windows 電腦


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mtwstudio.gitbook.io/ryzentosh/1-preparing/1-2-spec.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
