mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
g3
This commit is contained in:
parent
636c575949
commit
ddbbd7ff39
2 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Cosmos.HAL\Cosmos.HAL.csproj" />
|
<ProjectReference Include="..\Cosmos.HAL\Cosmos.HAL.csproj" />
|
||||||
<ProjectReference Include="..\Cosmos.Platform\Cosmos.Platform.csproj" />
|
|
||||||
<ProjectReference Include="..\Cosmos.Shared\Cosmos.Shared.csproj" />
|
<ProjectReference Include="..\Cosmos.Shared\Cosmos.Shared.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ namespace Cosmos.System {
|
||||||
public string GetFileSomething() {
|
public string GetFileSomething() {
|
||||||
// Need to change to dynamic load to prevent compile time access
|
// Need to change to dynamic load to prevent compile time access
|
||||||
// and then call init.
|
// and then call init.
|
||||||
Cosmos.Platform.TempHack.Init();
|
//Cosmos.Platform.TempHack.Init();
|
||||||
|
|
||||||
var x = Cosmos.HAL.SATA.New();
|
var x = Cosmos.HAL.SATA.New();
|
||||||
return x.GetSomethingNonPlatform() + " via FileSystem";
|
return x.GetSomethingNonPlatform() + " via FileSystem";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue