1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 01:37:35 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Andreas Kling
d384c7815f Kernel: Make it possible to have kmalloc() dump call stacks.
This can be enabled at any time using a sysctl:

    sysctl kmalloc_stacks=1

The stacks will go to the debugger output only.
2019-04-15 23:58:48 +02:00
Andreas Kling
f9864940eb Kernel: Move FS-related files into Kernel/FileSystem/ 2019-04-03 12:25:24 +02:00
Renamed from Kernel/ProcFS.h (Browse further)