mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
Kernel: Move task-crash related code to the Tasks subdirectory
This commit is contained in:
parent
ee0ccdaebe
commit
f1cbfc5a6e
7 changed files with 6 additions and 6 deletions
|
@ -41,8 +41,6 @@ set(KERNEL_SOURCES
|
|||
Bus/VirtIO/Queue.cpp
|
||||
Bus/VirtIO/RNG.cpp
|
||||
CommandLine.cpp
|
||||
Coredump.cpp
|
||||
CrashHandler.cpp
|
||||
Devices/AsyncDeviceRequest.cpp
|
||||
Devices/Audio/AC97.cpp
|
||||
Devices/Audio/Channel.cpp
|
||||
|
@ -344,6 +342,8 @@ set(KERNEL_SOURCES
|
|||
TTY/SlavePTY.cpp
|
||||
TTY/TTY.cpp
|
||||
TTY/VirtualConsole.cpp
|
||||
Tasks/Coredump.cpp
|
||||
Tasks/CrashHandler.cpp
|
||||
Tasks/FinalizerTask.cpp
|
||||
Tasks/FutexQueue.cpp
|
||||
Tasks/Process.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue