CloverBootloader/rEFIt_UEFI/Settings
2021-10-17 13:20:36 +02:00
..
ConfigPlist Fix access to undefined SlotCount. 2021-10-17 13:20:36 +02:00
ConfigManager.cpp block warning about ProductName 2021-10-10 20:08:20 +03:00
ConfigManager.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00
Readme.md New parser XML. New ConfigManager. A lot of refactoring... 2021-04-28 21:30:34 +03:00
Self.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
Self.h Convert bool to XBool. 2021-09-28 16:54:31 +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.