Kernel: Create /proc/pid/cmdline to expose process arguments in procfs

In typical serenity style, they are just a JSON array
This commit is contained in:
Andrew Kaster 2022-06-12 23:04:35 -06:00 committed by Andreas Kling
commit 940be19259
Notes: sideshowbarker 2024-07-17 10:05:05 +09:00
5 changed files with 17 additions and 0 deletions

View file

@ -30,6 +30,7 @@ enum class MainProcessProperty {
CurrentWorkDirectoryLink = 5,
PerformanceEvents = 6,
VirtualMemoryStats = 7,
CommandLine = 8,
};
enum class ProcessSubDirectory {