From 20d919abea87ca42c9d13cb917f4db44bf3d882d Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Tue, 2 Aug 2022 10:45:48 -0500 Subject: [PATCH] BIOS Mod: Fix Image Path and Center Embedded Video --- docs/BIOS/modding-the-BIOS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/BIOS/modding-the-BIOS.md b/docs/BIOS/modding-the-BIOS.md index b16de24..0f978e0 100644 --- a/docs/BIOS/modding-the-BIOS.md +++ b/docs/BIOS/modding-the-BIOS.md @@ -6,7 +6,7 @@ A modded BIOS will allow for more optimizations to be made for macOS and will ov !!! recommendation - ![CH341a SPI Programmer and SOIC8 Clip](img/CH341a.png){ align=right } + ![CH341a SPI Programmer and SOIC8 Clip](/docs/img/CH341a.png){ align=right } The CH341a SPI Programmer and SOIC8 Clip are needed to dump, mod, and flash the BIOS chip. There are better and more profession alternative devices but I've found this one to be adequate for the job. @@ -29,7 +29,9 @@ Here are the steps to mod your BIOS (credits to `paranoidbashthot` and `\x`). At [@notthebee](https://github.com/notthebee) also has a useful video to follow: +

+

3. Remember to **dump the vanilla twice and use `diff` to make sure things were dumped properly**, store this backup somewhere safe.