> For the complete documentation index, see [llms.txt](https://docs.ssz.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ssz.gg/dma-guides/dma-introduction/dma-guides/hardware-setup-main-pc.md).

# Hardware Setup (Main PC)

<a href="https://mega.nz/folder/X0ZGXJbD#ViwAOHthSnhKXs-KEWgpqw" class="button primary" data-icon="desktop-arrow-down">Download SSZ.GG DMA Tool</a>

{% stepper %}
{% step %}

### Power Down Your Game PC

Completely shut down your **main PC (Game PC)** before inserting the DMA card.
{% endstep %}

{% step %}

### Insert the DMA Card

Plug your DMA card into **any available PCI-e slot** on your Game PC.
{% endstep %}

{% step %}

### Connect to the 2nd PC

Use the included **USB data cable** to connect the **JTAG Port** on the DMA card to your **2nd PC** (second PC).

<figure><img src="/files/TO2fL7ULXX3pK7AGjRJf" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter BIOS on Game PC

Power on your Game PC and **enter BIOS/UEFI setup**:

* Usually done by pressing `DEL`, `F2`, or `ESC` during boot (varies by motherboard).
  {% endstep %}

{% step %}

### Disable Virtualization (Required)

Virtualization interferes with DMA memory access and **must be disabled**.

**Intel CPUs — disable:**

* `VT-d`
* `Intel Virtualization Technology`
* `IOMMU` (if available)

**AMD CPUs — disable:**

* `SVM`
* `IOMMU`
* `NX-Mode`
  {% endstep %}

{% step %}

### Optional (If Available)

* **Disable NX-Bit / Execute Disable Bit** *(Only if listed in your BIOS. If not, skip this step.)*
* **Set PCIe Slot to Gen1** *(Recommended for maximum compatibility. Found under `Advanced > PCI Settings` or similar.)*
  {% endstep %}

{% step %}

### Disable Memory Integrity

On your **Game PC**, do the following:

1. Open **Windows Security**
2. Navigate to: `Device Security > Core Isolation > Core Isolation Details`
3. **Turn off "Memory Integrity"**

<figure><img src="/files/KbJFfBnRCttnVYVx5kLU" alt=""><figcaption></figcaption></figure>

If this section won't load, the setting may already be disabled or unsupported — no action needed.
{% endstep %}
{% endstepper %}

***

## You're Done

Your DMA card is now installed and your Game PC is properly configured.

It is now recommended to proceed with the second PC setup to complete the process. Refer to the [**JTAG Driver Setup (2nd PC)**](/dma-guides/dma-introduction/dma-guides/jtag-driver-setup-2nd-pc.md) for instructions.

If you run into issues, double-check that virtualization is fully disabled and all hardware connections are secure.


---

# 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:

```
GET https://docs.ssz.gg/dma-guides/dma-introduction/dma-guides/hardware-setup-main-pc.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.
