diff --git a/source/Kernel/Cosmos.System/Cosmos.System3.csproj b/source/Kernel/Cosmos.System/Cosmos.System3.csproj index 010c00884..29639ee17 100644 --- a/source/Kernel/Cosmos.System/Cosmos.System3.csproj +++ b/source/Kernel/Cosmos.System/Cosmos.System3.csproj @@ -6,7 +6,6 @@ - diff --git a/source/Kernel/Cosmos.System/FileSystem.cs b/source/Kernel/Cosmos.System/FileSystem.cs index bc61a4d81..a1c14a29e 100644 --- a/source/Kernel/Cosmos.System/FileSystem.cs +++ b/source/Kernel/Cosmos.System/FileSystem.cs @@ -5,7 +5,7 @@ namespace Cosmos.System { public string GetFileSomething() { // Need to change to dynamic load to prevent compile time access // and then call init. - Cosmos.Platform.TempHack.Init(); + //Cosmos.Platform.TempHack.Init(); var x = Cosmos.HAL.SATA.New(); return x.GetSomethingNonPlatform() + " via FileSystem";