Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex committed Apr 8, 2024
1 parent 71a9574 commit a5ae23d
Show file tree
Hide file tree
Showing 614 changed files with 448 additions and 96 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.0.0]

- Remove built-in UMAF tools
- Remove ELAN Fingerprint for power saving and prevent some random wake up
- Rework themes
- Remap ATKD keyboard
- Fix ACPI patch
- Add TRIM patch
- Add BT delay
### This update brings a native Mac experience
## [1.9.0]

- Fix USB issues
Expand Down
Binary file removed EFI/DisplayEngine
Binary file not shown.
Binary file modified EFI/OC/ACPI/SSDT-ATKD.aml
Binary file not shown.
83 changes: 83 additions & 0 deletions EFI/OC/Kexts/AutoPkgInstaller.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G531</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>AutoPkgInstaller</string>
<key>CFBundleIdentifier</key>
<string>com.khronokernel.AutoPkgInstaller</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>AutoPkgInstaller</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.3</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13F100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1341</string>
<key>DTXcodeBuild</key>
<string>13F100</string>
<key>IOKitPersonalities</key>
<dict>
<key>AutoPkgInstaller</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.khronokernel.AutoPkgInstaller</string>
<key>IOClass</key>
<string>AutoPkgInstaller</string>
<key>IOMatchCategory</key>
<string>AutoPkgInstaller</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2022 Khronokernel. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>as.vit9696.Lilu</key>
<string>1.4.7</string>
<key>com.apple.kpi.bsd</key>
<string>12.0.0</string>
<key>com.apple.kpi.dsep</key>
<string>12.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>12.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>12.0.0</string>
<key>com.apple.kpi.mach</key>
<string>12.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>12.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>
Binary file not shown.
109 changes: 109 additions & 0 deletions EFI/OC/Kexts/GenericCardReaderFriend.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21H1123</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>GenericCardReaderFriend</string>
<key>CFBundleIdentifier</key>
<string>science.firewolf.gcrf</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>GenericCardReaderFriend</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.4</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13F100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1341</string>
<key>DTXcodeBuild</key>
<string>13F100</string>
<key>IOKitPersonalities</key>
<dict>
<key>GenericCardReaderFriend</key>
<dict>
<key>CFBundleIdentifier</key>
<string>science.firewolf.gcrf</string>
<key>IOClass</key>
<string>GenericCardReaderFriend</string>
<key>IOMatchCategory</key>
<string>GenericCardReaderFriend</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
</dict>
<key>GenericUSBCardReaderController</key>
<dict>
<key>CFBundleIdentifier</key>
<string>science.firewolf.gcrf</string>
<key>IOClass</key>
<string>GenericUSBCardReaderController</string>
<key>IOMatchCategory</key>
<string>GenericUSBCardReaderController</string>
<key>IOProbeScore</key>
<integer>1000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>Physical Interconnect Location</key>
<string>External</string>
<key>Protocol Characteristics</key>
<dict>
<key>Physical Interconnect</key>
<string>USB</string>
</dict>
<key>idProduct</key>
<integer>25446</integer>
<key>idVendor</key>
<integer>1423</integer>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2021 FireWolf. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>as.vit9696.Lilu</key>
<string>1.4.7</string>
<key>com.apple.iokit.IOUSBHostFamily</key>
<string>1.2</string>
<key>com.apple.kpi.bsd</key>
<string>12.0.0</string>
<key>com.apple.kpi.dsep</key>
<string>12.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>12.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>12.0.0</string>
<key>com.apple.kpi.mach</key>
<string>12.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>12.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BSD 3-Clause License

Copyright (c) 2021, FireWolf @ FireWolf Pl.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion EFI/OC/Kexts/NootedRed.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21H1015</string>
<string>21H1123</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Binary file modified EFI/OC/Kexts/NootedRed.kext/Contents/MacOS/NootedRed
Binary file not shown.
93 changes: 93 additions & 0 deletions EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G531</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>SMCSuperIO</string>
<key>CFBundleIdentifier</key>
<string>ru.joedm.SMCSuperIO</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>SMCSuperIO</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.3.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13F100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1341</string>
<key>DTXcodeBuild</key>
<string>13F100</string>
<key>IOKitPersonalities</key>
<dict>
<key>ru.joedm.SMCSuperIO</key>
<dict>
<key>CFBundleIdentifier</key>
<string>ru.joedm.SMCSuperIO</string>
<key>IOClass</key>
<string>SMCSuperIO</string>
<key>IOMatchCategory</key>
<string>SMCSuperIO</string>
<key>IOPCIClassMatch</key>
<string>0x06010000&amp;0xffff0000</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOResourceMatch</key>
<string>ACPI</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 joedm. All rights reserved.</string>
<key>OSBundleCompatibleVersion</key>
<string>1.0</string>
<key>OSBundleLibraries</key>
<dict>
<key>as.vit9696.Lilu</key>
<string>1.2.0</string>
<key>as.vit9696.VirtualSMC</key>
<string>1.0.0</string>
<key>com.apple.iokit.IOACPIFamily</key>
<string>1.0.0d1</string>
<key>com.apple.kpi.bsd</key>
<string>10.0.0</string>
<key>com.apple.kpi.dsep</key>
<string>10.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>10.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>10.0.0</string>
<key>com.apple.kpi.mach</key>
<string>10.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>10.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>
Binary file not shown.
9 changes: 0 additions & 9 deletions EFI/OC/Kexts/USBMap.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,6 @@
AwAAAA==
</data>
</dict>
<key>HS04</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<key>port</key>
<data>
BAAAAA==
</data>
</dict>
<key>SS01</key>
<dict>
<key>UsbConnector</key>
Expand Down
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_Beep.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_Click.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_ar_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_ar_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_ca_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_ca_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_cs_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_cs_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_da_Password.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_de_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_el_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_el_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_en_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_es_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_es_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_fi_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_fi_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_fr_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_fr_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_he_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_he_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_hi_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_hi_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_hu_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_hu_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_id_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_id_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_it_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_it_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_ja_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_ja_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_ko_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_ko_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_nl_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_no_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_no_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_pl_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_pl_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_pt_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_pt_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_ro_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_ro_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_ru_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_ru_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_sk_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_sk_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_sv_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_sv_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_th_Password.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_th_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/AXEFIAudio_tr_Username.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_1.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_2.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_3.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_4.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_5.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_6.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_7.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_8.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_9.mp3
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_ChooseOS.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_Default.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_External.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterA.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterB.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterC.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterD.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterE.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterF.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterG.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterH.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterI.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterJ.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterK.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterL.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterM.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterN.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterO.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterP.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterQ.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterR.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterS.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterT.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterU.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterV.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterW.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterX.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterY.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_LetterZ.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_Loading.mp3
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_OtherOS.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_Restart.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_Selected.mp3
Binary file not shown.
Binary file not shown.
Binary file added EFI/OC/Resources/Audio/OCEFIAudio_en_Shutdown.mp3
Binary file not shown.
Loading

0 comments on commit a5ae23d

Please sign in to comment.