# Hardware Setup (Main PC)

{% embed url="<https://youtu.be/wVi4NgpvDq0?t=134>" %}

{% 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.

<div data-with-frame="true"><figure><img src="https://3431908052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIYId8chK5X4hf9NjSeQv%2Fuploads%2FIc9SnNetEMSvn60gdBBI%2FInstall.gif?alt=media&#x26;token=ef1f3b1a-51a1-475f-b469-48d2f87c48ec" alt=""><figcaption></figcaption></figure></div>
{% 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).

<div align="left" data-with-frame="true"><figure><img src="https://3431908052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIYId8chK5X4hf9NjSeQv%2Fuploads%2FTgc9N3uGzuurQ03LqaRf%2FDMA.png?alt=media&#x26;token=fa312c0a-d0e5-4389-97b1-8412c48784e6" alt=""><figcaption></figcaption></figure></div>
{% 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`
    {% endstep %}

{% step %}

### Optional (If Available)

* **Disable NX-Bit / Execute Disable Bit**\
  \&#xNAN;*(Only if listed in your BIOS. If not, skip this step.)*
* **Set PCIe Slot to Gen1**\
  \&#xNAN;*(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"**

<div align="left" data-with-frame="true"><figure><img src="/files/tBuhK6K8gvJvWPhpEaKq" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
If this section won’t load, the setting may already be disabled or unsupported — no action needed.
{% endhint %}
{% endstep %}
{% endstepper %}

***

### ✅ You're Done

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

{% hint style="info" %}
It is now recommended to proceed with the second PC setup to complete the process. Refer to the [**JTAG Driver Setup (2nd PC)**](https://docs.ducks-services.com/dma/dma-card/jtag-driver-setup-2nd-pc) for instructions.
{% endhint %}

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


---

# 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://docs.ducks-services.com/dma/dma-card/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.
