mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +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
|
@ -37,7 +37,7 @@ bool copyToZone(Zone&, const void* data, size_t);
|
|||
|
||||
class MemoryManager {
|
||||
public:
|
||||
static MemoryManager& the();
|
||||
static MemoryManager& the() PURE;
|
||||
|
||||
PhysicalAddress pageDirectoryBase() const { return PhysicalAddress(reinterpret_cast<dword>(m_pageDirectory)); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue