From 1b0ab7e681dc4db65041665f7f40f3b08991bc90 Mon Sep 17 00:00:00 2001 From: James Stringer <38541878+jamesstringerparsec@users.noreply.github.com> Date: Sat, 13 Nov 2021 22:53:26 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6554e59..4c00cc2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Easy-GPU-P -A Project dedicated to making GPU Partitioning on Windows easier! +A Project dedicated to making GPU Partitioning on Windows Hyper-V easier! Also known as GPU Paravirtualization. +GPU-P allows you to partition your systems dedicated or integrated GPU and assign it to several Hyper-V VMs. + +Easy-GPU-P aims to make this easier by automating the steps required to get a GPU-P VM up and running. +Easy GPU P does the following... +1) Creates a VM of your choosing +2) Installs Windows 11 +3) Partitions your GPU of choice and copies the required driver files to the VM +4) Installs Parsec to the VM + WARNING: A work in progress...