CloverBootloader/rEFIt_UEFI/Settings
Сергей Исаков e56b549dca implement tscsync
Signed-off-by: Сергей Исаков <slice@Sergejs-Mac-Pro.local>
2022-10-06 22:14:54 +03:00
..
ConfigPlist implement tscsync 2022-10-06 22:14:54 +03:00
ConfigManager.cpp take into account non-GOP gfx to be able to change properties in GUI 2022-07-20 20:33:57 +03:00
ConfigManager.h Rename MACHINE_TYPES enum to MacModel. 2021-10-18 21:06:19 +02:00
Readme.md New parser XML. New ConfigManager. A lot of refactoring... 2021-04-28 21:30:34 +03:00
Self.cpp redirect selfdir in the case of pseudo MS 2022-08-01 22:34:35 +03:00
Self.h wrong DEBUG usage, firmware version is 2 2022-01-23 15:19:15 +03:00
SelfOem.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
SelfOem.h Convert bool to XBool. 2021-09-28 16:54:31 +03: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.