mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 16:05:08 +00:00
Rename:
VirtualFileSystem -> VFS VirtualFileSystem::Node -> Vnode
This commit is contained in:
parent
c735c56e4c
commit
457a5df7d5
13 changed files with 143 additions and 137 deletions
|
@ -22,9 +22,9 @@ int main(int c, char** v)
|
|||
if (c >= 2)
|
||||
filename = v[1];
|
||||
|
||||
VirtualFileSystem::initializeGlobals();
|
||||
VFS::initializeGlobals();
|
||||
|
||||
VirtualFileSystem vfs;
|
||||
VFS vfs;
|
||||
|
||||
auto zero = make<ZeroDevice>();
|
||||
vfs.registerCharacterDevice(*zero);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue