This commit is contained in:
kudzu_cp 2010-08-20 00:09:28 +00:00
parent e8033746e8
commit aff8bf7f6a
2 changed files with 0 additions and 12 deletions

View file

@ -43,8 +43,6 @@
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Device.cs" />
@ -55,10 +53,6 @@
<Compile Include="TextScreen.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\source\Cosmos\Cosmos.Hardware\Cosmos.Hardware2.csproj">
<Project>{CE50FE98-9AC4-4B4D-ADC7-31F6DCD28755}</Project>
<Name>Cosmos.Hardware2</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\source\Cosmos\Cosmos.Kernel\Cosmos.Kernel.csproj">
<Project>{A1F83D9F-2D44-4264-A08B-416797123018}</Project>
<Name>Cosmos.Kernel</Name>

View file

@ -12,13 +12,7 @@ namespace Cosmos.Hardware {
static public TextScreen TextScreen = new TextScreen();
static public void Init() {
Global.Dbg.Send("Cosmos.Hardware.Global.Init");
// Temp
Cosmos.Hardware2.Global2.Init();
Global.Dbg.Send("Before Cosmos.Core.Global.Init");
// End Temp
Cosmos.Core.Global.Init();
}