Skip to content

Commit

Permalink
EnableGop: Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Oct 13, 2024
1 parent b6b7252 commit c8a5855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Staging/EnableGop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ To use the provided `vBiosInsert.sh` script:
- Locate an appropriate version of the `nvflash` tool (Nvidia) or `amdvbflash` tool (AMD) (both are available for
Linux and Windows), which can be used to read from and write to the GPU firmware.
- Use that tool to read a copy of the GPU firmware.
- Run `./vBiosInsertEfi.sh [-a|-n] {original}.rom EnableGop.efi {modified}.rom`, with `-a` for AMD and `-n` for Nvidia.
- Run `./vBiosInsert.sh [-a|-n] {original}.rom EnableGop.efi {modified}.rom`, with `-a` for AMD and `-n` for Nvidia.
- The new file `{modified}.rom` may be burnt to the GPU firmware.

In the case of AMD, considerably less space is normally available, due to a strict limit of 128k for legacy and EFI
Expand Down

0 comments on commit c8a5855

Please sign in to comment.