mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:38:10 +00:00
Generate a basic /proc/summary file with some info about all tasks.
This commit is contained in:
parent
ed2422d7af
commit
63e253bac9
5 changed files with 35 additions and 5 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue