├── .github └── workflows │ ├── Build.yml │ └── Custom.yml ├── .gitignore ├── LICENSE ├── README.md └── latest /.github/workflows/Build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wjz304/OpenCore_NO_ACPI_Build/HEAD/.github/workflows/Build.yml -------------------------------------------------------------------------------- /.github/workflows/Custom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wjz304/OpenCore_NO_ACPI_Build/HEAD/.github/workflows/Custom.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wjz304/OpenCore_NO_ACPI_Build/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wjz304/OpenCore_NO_ACPI_Build/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wjz304/OpenCore_NO_ACPI_Build/HEAD/README.md -------------------------------------------------------------------------------- /latest: -------------------------------------------------------------------------------- 1 | 1.0.7_f58a3d3 2 | --------------------------------------------------------------------------------