Skip to content

Commit

Permalink
Revert "Restored Files that should not be changed"
Browse files Browse the repository at this point in the history
This reverts commit 4606bc8.
  • Loading branch information
fanoI committed Jan 14, 2016
1 parent 102b535 commit 093e677
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions Demos/Guess/GuessOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ 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>False</DebugEnabled>
<DebugEnabled>True</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>False</Bochs_DebugEnabled>
<Bochs_DebugEnabled>True</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 093e677

Please sign in to comment.