Skip to content

Commit

Permalink
Build modules from source instead of including binaries, build disk i…
Browse files Browse the repository at this point in the history
…mage
  • Loading branch information
thenickdude committed Apr 24, 2020
1 parent 60864a9 commit bec2c19
Show file tree
Hide file tree
Showing 23 changed files with 261 additions and 11,948 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Files that will be built from source
EFI/BOOT/BOOTx64.efi
EFI/OC/Drivers/VBoxHfs.efi
EFI/OC/Drivers/OpenRuntime.efi
EFI/OC/Drivers/OpenCanopy.efi
EFI/OC/Kexts/Lilu.kext
EFI/OC/Kexts/AppleALC.kext
EFI/OC/Kexts/WhateverGreen.kext
EFI/OC/Kexts/VirtualSMC.kext
EFI/OC/Tools/Shell.efi
EFI/OC/Tools/ResetSystem.efi
EFI/OC/Resources
EFI/OC/OpenCore.efi
OpenCore-Image/
OpenCore.dmg
OpenCore.dmg.gz

# Prerequisites
*.d

Expand Down
21 changes: 21 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[submodule "src/WhateverGreen"]
path = src/WhateverGreen
url = https://github.com/acidanthera/WhateverGreen.git
[submodule "src/OpenCorePkg"]
path = src/OpenCorePkg
url = https://github.com/acidanthera/OpenCorePkg.git
[submodule "src/AppleSupportPkg"]
path = src/AppleSupportPkg
url = https://github.com/acidanthera/AppleSupportPkg.git
[submodule "src/AppleALC"]
path = src/AppleALC
url = https://github.com/acidanthera/AppleALC.git
[submodule "src/Lilu"]
path = src/Lilu
url = https://github.com/acidanthera/Lilu.git
[submodule "src/VirtualSMC"]
path = src/VirtualSMC
url = https://github.com/acidanthera/VirtualSMC.git
[submodule "src/OcBinaryData"]
path = src/OcBinaryData
url = https://github.com/acidanthera/OcBinaryData.git
Binary file removed EFI/BOOT/BOOTx64.efi
Binary file not shown.
Binary file removed EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
Binary file removed EFI/OC/Drivers/VBoxHfs.efi
Binary file not shown.
Loading

0 comments on commit bec2c19

Please sign in to comment.