CloverBootloader/rEFIt_UEFI/Settings
Slice 083b863ee6 prepare for sequoia
Signed-off-by: Slice <sergey.slice@gmail.com>
2024-06-10 22:50:11 +03:00
..
ConfigPlist prepare for sequoia 2024-06-10 22:50:11 +03:00
ConfigManager.cpp autofill SMBIOS in the case of manual change product 2024-06-05 22:15:32 +03:00
ConfigManager.h Change DiscoveredHdaProperties.controller_name to avoid a memory leak. 2023-11-11 14:36:33 +01:00
Readme.md
Self.cpp Remove Self::getCloverDirAndEfiFileName. 2024-01-08 11:05:52 +01:00
Self.h Remove Self::getCloverDirAndEfiFileName. 2024-01-08 11:05:52 +01:00
SelfOem.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
SelfOem.h Do not store the kext dir in the SIDELOAD_KEXT object. 2024-01-02 19:54:23 +01:00

Settings folder

In this folder is grouped all what deals with "settings". By settings, I mean :

  • user settings (for example plist files)
  • discovered charateristics (for example hardware, mac address, etc.)
  • live state (currently represented by GlobalConfig and scattered globals variables).

2021-04: work in progress. Not all are in there yet.