mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
Kernel: Rename SystemExposedFolder => SysFSDirectory
"Folder" is a GUI concept, let's call this "Directory". Also, "System" is completely generic, so let's be more specific and call this "SysFS..."
This commit is contained in:
parent
517170a986
commit
60a7a9d523
10 changed files with 25 additions and 25 deletions
|
@ -135,7 +135,7 @@ OwnPtr<KBuffer> BIOSExposedFolder::smbios_structure_table() const
|
|||
}
|
||||
|
||||
UNMAP_AFTER_INIT BIOSExposedFolder::BIOSExposedFolder()
|
||||
: SystemExposedFolder("bios", SysFSComponentRegistry::the().root_folder())
|
||||
: SysFSDirectory("bios", SysFSComponentRegistry::the().root_folder())
|
||||
{
|
||||
auto entry_32bit = find_dmi_entry32bit_point();
|
||||
m_dmi_entry_point = entry_32bit.value();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue