mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
Rename:
VirtualFileSystem -> VFS VirtualFileSystem::Node -> Vnode
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user