Skip to content

gdanmac/OpenCorePkg

This branch is 2116 commits behind acidanthera/OpenCorePkg:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 14, 2020
Oct 12, 2020
Aug 28, 2020
Oct 15, 2020
Oct 14, 2020
Oct 12, 2020
Oct 15, 2020
May 17, 2020
Aug 1, 2020
Oct 12, 2020
Aug 17, 2020
May 28, 2020
Sep 28, 2020
Oct 7, 2020
May 17, 2020
Oct 3, 2020
May 9, 2020
Oct 7, 2020
Oct 15, 2020
May 6, 2020
Feb 29, 2020
Aug 30, 2020
Oct 12, 2020
May 17, 2020
May 31, 2020
May 18, 2020
Oct 13, 2020
Oct 1, 2020
Oct 11, 2020
Mar 7, 2020

Repository files navigation

Build Status Scan Status

OpenCore bootloader with development SDK.

Discussion

Libraries

This repository also contains additional UEFI support common libraries shared by other projects in Acidanthera. The primary purpose of the library set is to provide supplemental functionality for Apple-specific UEFI drivers. Key features:

  • Apple disk image loading support
  • Apple keyboard input aggregation
  • Apple PE image signature verification
  • Apple UEFI secure boot supplemental code
  • Audio management with screen reading support
  • Basic ACPI and SMBIOS manipulation
  • CPU information gathering with timer support
  • Cryptographic primitives (SHA-256, RSA, etc.)
  • Decompression primitives (zlib, lzss, lzvn, etc.)
  • Helper code for ACPI reads and modifications
  • Higher level abstractions for files, strings, UEFI variables
  • Overflow checking arithmetics
  • PE image loading with no UEFI Secure Boot conflict
  • Plist configuration format parsing
  • PNG image manipulation
  • Text output and graphics output implementations
  • XNU kernel driver injection and patch engine

Early history of the codebase could be found in AppleSupportPkg and PicoLib library set by The HermitCrabs Lab.

OcGuardLib

This library implements basic safety features recommended for the use within the project. It implements fast safe integral arithmetics mapping on compiler builtins, type alignment checking, and UBSan runtime, based on NetBSD implementation.

The use of UBSan runtime requires the use of Clang compiler and -fsanitize=undefined argument. Refer to Clang documentation for more details.

Credits

About

OpenCore bootloader

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 77.7%
  • C++ 14.0%
  • Objective-C 5.0%
  • Assembly 1.7%
  • Python 1.0%
  • Shell 0.4%
  • Makefile 0.2%