Revert "Revert "Merge remote-tracking branch 'refs/remotes/CosmosOS/master'""

This reverts commit 40db33bb9b.
This commit is contained in:
fanoI 2016-01-15 00:33:50 +01:00
parent 40db33bb9b
commit 19520aed94
2 changed files with 3 additions and 2 deletions

View file

@ -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">

View file

@ -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;