mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
更新Cosmos+弃用UEFI
弃用UEFI原因: UEFI不支持VGA Text Mode
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -56,3 +56,5 @@ coverage/
|
|||||||
|
|
||||||
# Release files
|
# Release files
|
||||||
*.release
|
*.release
|
||||||
|
|
||||||
|
main.map
|
||||||
@@ -1 +1 @@
|
|||||||
2026-02-25 16:45:43
|
2026-02-25 18:46:09
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
@@ -20,15 +20,17 @@
|
|||||||
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
|
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
|
||||||
<PxeInterface>192.168.0.8</PxeInterface>
|
<PxeInterface>192.168.0.8</PxeInterface>
|
||||||
<CompressionType>Gzip</CompressionType>
|
<CompressionType>Gzip</CompressionType>
|
||||||
<BinFormat>Elf</BinFormat>
|
<BinFormat>Bin</BinFormat>
|
||||||
<DebugEnabled>False</DebugEnabled>
|
<DebugEnabled>False</DebugEnabled>
|
||||||
<CompileVBEMultiboot>False</CompileVBEMultiboot>
|
<CompileVBEMultiboot>False</CompileVBEMultiboot>
|
||||||
<RemoveBootDebugOutput>False</RemoveBootDebugOutput>
|
<RemoveBootDebugOutput>True</RemoveBootDebugOutput>
|
||||||
<CosmosDisableDebugger>true</CosmosDisableDebugger>
|
<CosmosDisableDebugger>true</CosmosDisableDebugger>
|
||||||
<CosmosDebugLevel>None</CosmosDebugLevel>
|
<CosmosDebugLevel>None</CosmosDebugLevel>
|
||||||
<OptimizationLevel>2</OptimizationLevel>
|
<OptimizationLevel>2</OptimizationLevel>
|
||||||
<VBEResolution>800x600x32</VBEResolution>
|
<VBEResolution>800x600x32</VBEResolution>
|
||||||
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
||||||
|
<Timeout>1</Timeout>
|
||||||
|
<UseUEFI>False</UseUEFI>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
@@ -89,7 +91,7 @@
|
|||||||
<PackageReference Include="Cosmos.System2_Plugs" Version="0.1.0-localbuild20260201071815" />
|
<PackageReference Include="Cosmos.System2_Plugs" Version="0.1.0-localbuild20260201071815" />
|
||||||
<PackageReference Include="CosmosFtpServer" Version="1.0.9" />
|
<PackageReference Include="CosmosFtpServer" Version="1.0.9" />
|
||||||
<PackageReference Include="CosmosHttp" Version="1.0.4" />
|
<PackageReference Include="CosmosHttp" Version="1.0.4" />
|
||||||
<PackageReference Include="IL2CPU.API" Version="0.1.0-localbuild20260203125852" />
|
<PackageReference Include="IL2CPU.API" Version="0.1.0-localbuild20260225062300" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
87d30be
|
0724502
|
||||||
Reference in New Issue
Block a user