mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
Initial plug move
This commit is contained in:
parent
5c99b1f02d
commit
9d3eb2b8cc
6 changed files with 6 additions and 9 deletions
|
|
@ -78,7 +78,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Build.Common", "sour
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Debug.Symbols", "source\Cosmos.Debug.Symbols\Cosmos.Debug.Symbols.csproj", "{4E9B8F31-AEA0-402D-9B3A-223100F2156D}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Debug.Symbols", "source\Cosmos.Debug.Symbols\Cosmos.Debug.Symbols.csproj", "{4E9B8F31-AEA0-402D-9B3A-223100F2156D}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.System_Plugs", "source\Kernel-X86\80-System\Cosmos.System_Plugs\Cosmos.System_Plugs.csproj", "{BEEDA0BE-0105-40BF-BD8D-7F6A2BC3B05C}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Plugs", "source\Kernel-X86\80-System\Cosmos.System_Plugs\Cosmos.Plugs.csproj", "{BEEDA0BE-0105-40BF-BD8D-7F6A2BC3B05C}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.CPU_Plugs", "source\Kernel-X86\00-CPU\Cosmos.CPU_Plugs\Cosmos.CPU_Plugs.csproj", "{365810FC-AFC2-4130-8A70-EF1F2C3FA5D6}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.CPU_Plugs", "source\Kernel-X86\00-CPU\Cosmos.CPU_Plugs\Cosmos.CPU_Plugs.csproj", "{365810FC-AFC2-4130-8A70-EF1F2C3FA5D6}"
|
||||||
EndProject
|
EndProject
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ cd ..\..
|
||||||
cd source\kernel-x86
|
cd source\kernel-x86
|
||||||
copy "00-CPU\Cosmos.CPU_Plugs\bin\Debug\netstandard1.5\Cosmos.CPU_Plugs.dll" "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Kernel\"
|
copy "00-CPU\Cosmos.CPU_Plugs\bin\Debug\netstandard1.5\Cosmos.CPU_Plugs.dll" "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Kernel\"
|
||||||
copy "00-CPU\Cosmos.CPU_Asm\bin\Debug\netstandard1.5\Cosmos.CPU_Asm.dll" "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Kernel\"
|
copy "00-CPU\Cosmos.CPU_Asm\bin\Debug\netstandard1.5\Cosmos.CPU_Asm.dll" "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Kernel\"
|
||||||
copy "80-System\Cosmos.System_Plugs\bin\Debug\netstandard1.5\Cosmos.System_Plugs.dll" "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Kernel\"
|
copy "80-System\Cosmos.System_Plugs\bin\Debug\netstandard1.5\Cosmos.Plugs.dll" "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Kernel\"
|
||||||
cd ..\..
|
cd ..\..
|
||||||
|
|
||||||
REM copy source\IL2CPU\bin\Debug\netcoreapp1.0 "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Build\IL2CPU"
|
REM copy source\IL2CPU\bin\Debug\netcoreapp1.0 "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Build\IL2CPU"
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
<ItemGroup Condition="$(KernelPkg) == 'X86G3'">
|
<ItemGroup Condition="$(KernelPkg) == 'X86G3'">
|
||||||
<Reference Include="Cosmos.CPU_Plugs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
|
<Reference Include="Cosmos.CPU_Plugs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
|
||||||
<Reference Include="Cosmos.CPU_Asm, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
|
<Reference Include="Cosmos.CPU_Asm, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
|
||||||
<Reference Include="Cosmos.System_Plugs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
|
<Reference Include="Cosmos.Plugs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
|
||||||
<Reference Include="Cosmos.Debug.Kernel.Plugs.Asm, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
|
<Reference Include="Cosmos.Debug.Kernel.Plugs.Asm, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
|
||||||
<Reference Remove="System.Core" />
|
<Reference Remove="System.Core" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
|
||||||
<Authors>Cosmos</Authors>
|
<Authors>Cosmos</Authors>
|
||||||
<Company>Cosmos</Company>
|
<Company>Cosmos</Company>
|
||||||
<RootNamespace>Cosmos.System_Plugs</RootNamespace>
|
<RootNamespace>Cosmos.Plugs</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using Cosmos.IL2CPU.API;
|
|
||||||
using Cosmos.IL2CPU.API.Attribs;
|
using Cosmos.IL2CPU.API.Attribs;
|
||||||
|
|
||||||
namespace Cosmos.System_Plugs.System {
|
namespace Cosmos.Plugs.System {
|
||||||
[Plug(Target = typeof(global::System.Console))]
|
[Plug(Target = typeof(global::System.Console))]
|
||||||
public static class ConsoleImpl {
|
public static class ConsoleImpl {
|
||||||
//private static ConsoleColor mForeground = ConsoleColor.White;
|
//private static ConsoleColor mForeground = ConsoleColor.White;
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
using System;
|
using System;
|
||||||
using Cosmos.IL2CPU.API;
|
|
||||||
using Cosmos.IL2CPU.API.Attribs;
|
using Cosmos.IL2CPU.API.Attribs;
|
||||||
|
|
||||||
namespace Cosmos.System_Plugs.System {
|
namespace Cosmos.Plugs.System {
|
||||||
[Plug(Target = typeof(Environment))]
|
[Plug(Target = typeof(Environment))]
|
||||||
public static class EnvironmentImpl {
|
public static class EnvironmentImpl {
|
||||||
// [PlugMethod(Signature = "System_Environment_OSName__System_Environment_get_OSInfo__")]
|
// [PlugMethod(Signature = "System_Environment_OSName__System_Environment_get_OSInfo__")]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue