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

Kernel: Replace "Folder" => "Directory" everywhere

Folders are a GUI concept, file systems have directories. :^)
This commit is contained in:
Andreas Kling 2021-07-11 01:33:40 +02:00
parent 5ec3f5433e
commit 805319ed30
13 changed files with 165 additions and 165 deletions

View file

@ -236,8 +236,8 @@ void init_stage2(void*)
USB::UHCIController::detect();
BIOSExposedFolder::initialize();
ACPI::ExposedFolder::initialize();
BIOSExposedDirectory::initialize();
ACPI::ExposedDirectory::initialize();
VirtIO::detect();