1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:38:11 +00:00

Kernel: Rename SysFS related classes in BIOS code

Give them names that sound related to SysFS.
This commit is contained in:
Andreas Kling 2021-07-11 01:38:01 +02:00
parent 84ae2b6f00
commit 358a7cc448
3 changed files with 26 additions and 26 deletions

View file

@ -236,7 +236,7 @@ void init_stage2(void*)
USB::UHCIController::detect();
BIOSExposedDirectory::initialize();
BIOSSysFSDirectory::initialize();
ACPI::ACPISysFSDirectory::initialize();
VirtIO::detect();