mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
Generate a basic /proc/summary file with some info about all tasks.
This commit is contained in:
@@ -138,7 +138,7 @@ static void init_stage2()
|
||||
vfs->mount(procfs.copyRef(), "/proc");
|
||||
|
||||
{
|
||||
auto motdFile = vfs->open("/motd.txt");
|
||||
auto motdFile = vfs->open("/proc/summary");
|
||||
ASSERT(motdFile);
|
||||
auto motdData = motdFile->readEntireFile();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user