Skip to content

Commit

Permalink
Merge pull request #3007 from Blackneeed/master
Browse files Browse the repository at this point in the history
Small VFS doc fix
  • Loading branch information
zarlo authored May 7, 2024
2 parents 7bd691b + 329cfe8 commit f634b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/articles/Kernel/VFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is essential for using the VFS.
We start with creating a global CosmosVFS, this line should appear outside of any function, and before the BeforeRun() function.

```C#
Sys.FileSystem.CosmosVFS fs = new Cosmos.FileSystem.CosmosVFS();
Sys.FileSystem.CosmosVFS fs = new Cosmos.System.FileSystem.CosmosVFS();
```

Next, we register our VFS at the VFS manager, this will initiate the VFS and make it usable, add this to your kernel's BeforeRun() function:
Expand Down

0 comments on commit f634b8b

Please sign in to comment.