This commit is contained in:
kudzu_cp 2010-08-08 17:59:48 +00:00
parent db0b7dcf3e
commit 7536fed2ce
4 changed files with 2 additions and 73 deletions

View file

@ -1,36 +0,0 @@
using System;
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Package Name")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Company")]
[assembly: AssemblyProduct("Package Name")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: NeutralResourcesLanguage("en-US")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View file

@ -42,14 +42,6 @@
</TraceMode>
<VMWareFlavor>Workstation</VMWareFlavor>
</PropertyGroup>
<ItemGroup>
<None Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</None>
<None Include="Program.cs">
<SubType>Code</SubType>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Breakpoints.cgdb">
<SubType>Content</SubType>

View file

@ -1,28 +0,0 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Cosmos.User.Kernel {
public class Program {
public static void Init() {
Main();
}
static void Main() {
Cosmos.Sys.Boot xBoot = new Cosmos.Sys.Boot();
xBoot.Execute();
Console.WriteLine("Test");
Console.WriteLine("3 Cosmos booted successfully. Type a line of text to get it echoed back.");
Console.WriteLine("Test");
while (true) {
Console.Write("Input: ");
string xResult = Console.ReadLine();
Console.Write("Text typed: ");
Console.WriteLine(xResult);
//Cosmos.Debug.Debugger.Send(xResult);
}
}
}
}

View file

@ -17,8 +17,9 @@
<h3>
Matthijs</h3>
<ul>
<li>ISO</li>
<li>File - new - creates both projects</li>
<li>Express</li>
<li>ISO</li>
<li>Ask on forums: How to debug the vsdebug pkg?<ul>
<li>http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/6a9a307a-19fa-4c06-8728-303c1f4dd0bc/</li>
</ul>