CloverBootloader/rEFIt_UEFI/Settings
2023-11-07 11:29:52 +01:00
..
ConfigPlist BlockSkywalk will be false by default 2023-09-05 19:54:23 +03:00
ConfigManager.cpp Remove unnecessary casts. 2023-11-07 11:29:52 +01:00
ConfigManager.h smbios automatic chooser 2023-06-17 00:44:39 +03:00
Readme.md
Self.cpp redirect selfdir in the case of pseudo MS 2022-08-01 22:34:35 +03:00
Self.h
SelfOem.cpp
SelfOem.h

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.