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:
parent
5ec3f5433e
commit
805319ed30
13 changed files with 165 additions and 165 deletions
|
@ -236,8 +236,8 @@ void init_stage2(void*)
|
|||
|
||||
USB::UHCIController::detect();
|
||||
|
||||
BIOSExposedFolder::initialize();
|
||||
ACPI::ExposedFolder::initialize();
|
||||
BIOSExposedDirectory::initialize();
|
||||
ACPI::ExposedDirectory::initialize();
|
||||
|
||||
VirtIO::detect();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue