From 450b69bbe5ba3859256aaf55de39597657e6fff2 Mon Sep 17 00:00:00 2001 From: Curi0 Date: Fri, 28 Apr 2023 18:38:55 +0530 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ed145b..7375b53 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

GitHub Actions ReBarDxe GitHub Actions ReBarState -Downloads +Downloads

A UEFI DXE driver to enable Resizable BAR on systems which don't support it officially. This provides performance benefits and is even required for Intel Arc GPUs to function optimally. @@ -20,7 +20,7 @@ Follow the wiki guide [Adding FFS module](https://github.com/xCuri0/ReBarUEFI/wi Once running the modified firmware make sure that **4G decoding is enabled and CSM is off**. -Next run **ReBarState** which can be found in [Releases](https://github.com/xCuri0/ReBarUEFI/releases) and set the Resizable BAR size. In most cases you should be able to use ```32``` (unlimited) without issues but you might need to use a smaller BAR size if ```32``` doesn't work +Next run **ReBarState** which can be found in [Releases](https://github.com/xCuri0/ReBarUEFI/releases) (if you're on Linux build with CMake) and set the Resizable BAR size. In most cases you should be able to use ```32``` (unlimited) without issues but you might need to use a smaller BAR size if ```32``` doesn't work **If Resizable BAR works for you reply to [List of working motherboards](https://github.com/xCuri0/ReBarUEFI/issues/11) so I can add it to the list.** Most firmware will accept unsigned/patched modules with Secure Boot on so you won't have any problems running certain games.