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
commit 358a7cc448
Notes: sideshowbarker 2024-07-18 09:21:19 +09:00
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();