Build modules from source instead of including binaries, build disk image

This commit is contained in:
Nicholas Sherlock
2020-04-21 12:29:07 +12:00
parent 60864a9ec9
commit bec2c19cdb
23 changed files with 261 additions and 11948 deletions

21
.gitmodules vendored Normal file
View File

@@ -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