mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
Added TODO statement so I don't forget to remove the change to VFSManager.cs.
This commit is contained in:
parent
e8d3017301
commit
f2dd5608ed
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ using Cosmos.Hardware.Storage;
|
|||
namespace Cosmos.Sys {
|
||||
public static class VFSManager {
|
||||
private static List<Filesystem> mFilesystems;
|
||||
//TODO: Remove when done with ext2 testing.
|
||||
public static List<Filesystem> Filesystems { get { return mFilesystems; } }
|
||||
|
||||
private static void DetectFilesystem(BlockDevice aDevice) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue