mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
This commit is contained in:
parent
db0b7dcf3e
commit
7536fed2ce
4 changed files with 2 additions and 73 deletions
|
|
@ -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")]
|
||||
|
||||
|
||||
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue