mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:07:36 +00:00
Add a simple /proc/mounts that enumerates the current VFS mounts.
This commit is contained in:
parent
a447359916
commit
81627cf7d5
6 changed files with 46 additions and 17 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
class Console final : public CharacterDevice {
|
||||
public:
|
||||
static Console& the();
|
||||
static Console& the() PURE;
|
||||
|
||||
Console();
|
||||
virtual ~Console() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue