Skip to content

Commit

Permalink
Restored Files that should not be changed
Browse files Browse the repository at this point in the history
  • Loading branch information
fanoI committed Jan 14, 2016
1 parent 1b7960c commit 4606bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
15 changes: 0 additions & 15 deletions Demos/Guess/GuessOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@ public GuessOS()
protected override void BeforeRun()
{
//Cosmos.Core.HMI.Init();
Console.WriteLine("Cursor size is " + Console.CursorSize);
//Console.CursorSize = 75;
#if false
try {
Console.CursorSize = 101;
}
catch (Exception e)
{
Console.WriteLine("Excpeption caugt: " + e.Message);
}
#endif

//Console.CursorVisible = false;
Console.WriteLine("The cursor is " + ((Console.CursorVisible == true) ? "visible" : "not visible"));
Console.WriteLine("Guess Demo");
Console.WriteLine("Please guess a number from 1 to 100.");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- Looks like this was a mispelled attribute. Replaced by DebugEnabled below.
<DebugEnable>true</DebugEnable>
-->
<DebugEnabled>True</DebugEnabled>
<DebugEnabled>False</DebugEnabled>
<DebugMode>Source</DebugMode>
<TraceMode>User</TraceMode>
<EnableGDB>False</EnableGDB>
Expand All @@ -41,7 +41,7 @@
<Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
<Bochs_Deployment>ISO</Bochs_Deployment>
<Bochs_Launch>Bochs</Bochs_Launch>
<Bochs_DebugEnabled>True</Bochs_DebugEnabled>
<Bochs_DebugEnabled>False</Bochs_DebugEnabled>
<Bochs_DebugMode>Source</Bochs_DebugMode>
<Bochs_VisualStudioDebugPort>Pipe: Cosmos\Serial</Bochs_VisualStudioDebugPort>
<Bochs_VMwareEdition>Player</Bochs_VMwareEdition>
Expand Down

0 comments on commit 4606bc8

Please sign in to comment.