1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

Kernel: Split the TmpFS core files into smaller components

This commit is contained in:
Liav A 2022-10-23 22:01:40 +03:00 committed by Andrew Kaster
parent f53149d5f6
commit 5e6101dd3e
7 changed files with 85 additions and 59 deletions

View file

@ -183,7 +183,8 @@ set(KERNEL_SOURCES
FileSystem/SysFS/Subsystems/Kernel/Variables/Directory.cpp
FileSystem/SysFS/Subsystems/Kernel/Variables/DumpKmallocStack.cpp
FileSystem/SysFS/Subsystems/Kernel/Variables/UBSANDeadly.cpp
FileSystem/TmpFS.cpp
FileSystem/TmpFS/FileSystem.cpp
FileSystem/TmpFS/Inode.cpp
FileSystem/VirtualFileSystem.cpp
Firmware/BIOS.cpp
Firmware/ACPI/Initialize.cpp