Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/CosmosOS/master'
Browse files Browse the repository at this point in the history
Conflicts fixed!
  • Loading branch information
fanoI committed Jan 14, 2016
1 parent ee11522 commit 1b7960c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion source/Cosmos.System/FileSystem/FAT/FatFileSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ internal void Read(ulong aFirstCluster, out byte[] aData, ulong aSize = 0, ulong

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;
Expand Down

0 comments on commit 1b7960c

Please sign in to comment.