mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 22:09:12 +00:00
Revert "Revert "Merge remote-tracking branch 'refs/remotes/CosmosOS/master'""
This reverts commit 40db33bb9b.
This commit is contained in:
parent
40db33bb9b
commit
19520aed94
2 changed files with 3 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<VMware_Description>Use VMware Player or Workstation to deploy and debug.</VMware_Description>
|
||||
<VMware_Deployment>ISO</VMware_Deployment>
|
||||
<VMware_Launch>VMware</VMware_Launch>
|
||||
<VMware_DebugEnabled>False</VMware_DebugEnabled>
|
||||
<VMware_DebugEnabled>True</VMware_DebugEnabled>
|
||||
<VMware_DebugMode>Source</VMware_DebugMode>
|
||||
<VMware_VisualStudioDebugPort>Pipe: Cosmos\Serial</VMware_VisualStudioDebugPort>
|
||||
<VMware_VMwareEdition>Player</VMware_VMwareEdition>
|
||||
|
|
@ -77,6 +77,7 @@
|
|||
<VMware_StartBochsDebugGui>False</VMware_StartBochsDebugGui>
|
||||
<StackCorruptionDetectionLevel>MethodFooters</StackCorruptionDetectionLevel>
|
||||
<Bochs_StackCorruptionDetectionLevel>MethodFooters</Bochs_StackCorruptionDetectionLevel>
|
||||
<VMware_StackCorruptionDetectionLevel>MethodFooters</VMware_StackCorruptionDetectionLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\source\Cosmos.Core.Plugs\Cosmos.Core.Plugs.csproj">
|
||||
|
|
|
|||
|
|
@ -414,7 +414,7 @@ namespace Cosmos.System.FileSystem.FAT
|
|||
|
||||
internal void Write(ulong aFirstCluster, byte[] aData, ulong aSize = 0, ulong aOffset = 0)
|
||||
{
|
||||
FileSystemHelpers.Debug("low level Write() called");
|
||||
Global.mFileSystemDebugger.SendInternal("low level Write() called");
|
||||
if (aSize == 0)
|
||||
{
|
||||
aSize = BytesPerCluster;
|
||||
|
|
|
|||
Loading…
Reference in a new issue