# DMA Card Setup (Main PC)

## Hardware Setup (Main PC)

#### 🔌 1. Power Down Your Game PC

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

***

#### 🧩 2. Insert the DMA Card

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

***

#### 🔗 3. Connect to 2nd PC

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

<div align="left"><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>

***

#### ⚙️ 4. 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).

***

#### 🚫 5. 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`

{% hint style="info" %}
**This Is Required if your using test firmware, if you want firmware that bypass this restriction you can** [**click here**](https://discord.gg/skydriftdma)
{% endhint %}

***

#### ⚠️ 6. 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.)*

***

#### 🧱 7. Disable Memory Integrity in Windows

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"**

> If this section won’t load, the setting may already be disabled or unsupported — no action needed.

📖 [Reference – Microsoft Guide](https://support.microsoft.com/en-us/windows/options-to-optimize-gaming-performance-in-windows-11-a255f612-2949-4373-a566-ff6f3f474613)

***

#### ✅ You're Done

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

> 🖥️ **Next Step:**\
> It is now **recommended to proceed with the second PC (2ndPC) setup** to complete the process. Refer to the [35t Driver Setup (2nd PC)](/skydrift-dma/dma-firmware/35t-firmware-flashing.md) or [75t Driver Setup (2nd PC)](/skydrift-dma/dma-firmware/75t-100t-firmware-flashing.md) for instructions.

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

***

#### 📩 Still Stuck? <a href="#still-stuck" id="still-stuck"></a>

If you still need help , please [**open a support ticket**](https://discord.gg/skydriftdma) with:

* A description of your issue
* A screenshot or full error log
* Your DMA card model and current setup details

We’re here to help.

***


---

# 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://skydrift-dma.gitbook.io/skydrift-dma/dma-card/dma-card-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.
