Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
awyl committed Nov 26, 2021
1 parent 41c9b11 commit 98da2e1
Show file tree
Hide file tree
Showing 4 changed files with 439 additions and 4 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Build PowerMonkey

These scripts are created to ease the so many steps to build [PowerMonkey](https://github.com/psyq321/PowerMonkey). If you do not understand what you are doing, you probably shouldn't be running this. Read about EFI and boot process. PowerMonkey github has a good explanation.

***
**All credit goes to respective developers of the software used.**
***
## <u>DISCLAIMER</u>
I merely provide you a script to build PowerMoney EFI because it is not the easiest task. Using these EFI binaries are potentially dangerous and could damage your computer. I am not responsible for any damages that might cause. Use at your own risk.

***

A [blog post](https://mreggtart.com/posts/undervolting-windows-11-powermonkey) is written for this repository.

These scripts are created to ease the so many steps to build [PowerMonkey](https://github.com/psyq321/PowerMonkey). If you do not understand what you are doing, you probably shouldn't be running this. Read about EFI and boot process. PowerMonkey github has a good explanation.


## Software Used
- https://github.com/tianocore/edk2 stable202108
- https://github.com/psyq321/PowerMonkey 0.14
Expand Down Expand Up @@ -46,5 +54,5 @@ Copy the content of `EFI` folder to the folder of same name in your EFI partitio

Reboot your computer and go into BIOS.
- Turn off `Secure Boot`
- Change the boot file to `EFI\shellx64.efi`.
- Change the boot file to `EFI\Boot\shellx64.efi`.

2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ set NASM_PREFIX=%cd%\nasm\
copy /y CONFIGURATION.c edk2\MdeModulePkg\Application\PowerMonkeyApp
cd edk2
build -m MdeModulePkg/Application/PowerMonkeyApp/PowerMonkey.inf
copy Build\MdeModule\RELEASE_VS2019\X64\PowerMonkey.efi ..\EFI
copy Build\MdeModule\RELEASE_VS2019\X64\PowerMonkey.efi ..\EFI\Boot

cd ..
Loading

0 comments on commit 98da2e1

Please sign in to comment.