This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
### | |
# RaceConditionSim.sh | |
# A script to simulate a Race Condition | |
# | |
# Copyright (c) 2021 Dayo Akanji | |
# MIT License | |
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
### | |
# FixMacUpdates.sh | |
# A Script to Modify Updates for Installation on Unsupported Macs | |
# | |
# Copyright (c) 2020-2021 Dayo Akanji | |
# MIT License | |
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Install_USB_Maker.sh | |
# Copyright (c) 2020 - 2024 Dayo Akanji | |
# - [email protected] | |
# Portions Copyright (c) Jeff Geerling | |
# - https://github.com/geerlingguy/macos-virtualbox-vm/blob/master/LICENSE | |
# | |
# MIT License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Copyright (c) 2015 Finnbarr P. Murphy. All rights reserved. | |
// blog.fpmurphy.com/2015/05/check-available-text-and-graphics-modes-from-uefi-shell.html | |
// Display TEXT and GRAPHIC screen mode information in UEFI Environment | |
// License: BSD License | |
// | |
// The following code should work with any of the UDK (UEFI Development Kit) releases: | |
#include <Uefi.h> | |
#include <Library/UefiLib.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# myOC.tool | |
# A tool to patch and/or build OpenCore (v0.5.x onwards) | |
# | |
# (c) 2020-2022 Dayo Akanji <[email protected]> | |
# MIT License | |
# Script Params | |
# myOC.tool LBL_FIX GIT_TAG VARIANT RECURSE DEV_FLG NPT_VER |