diff --git a/source2/Users/Kudzu/Breakpoints/AssemblyInfo.cs b/source2/Users/Kudzu/Breakpoints/AssemblyInfo.cs deleted file mode 100644 index 8c251fe82..000000000 --- a/source2/Users/Kudzu/Breakpoints/AssemblyInfo.cs +++ /dev/null @@ -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")] - - - diff --git a/source2/Users/Kudzu/Breakpoints/Breakpoints.Cosmos b/source2/Users/Kudzu/Breakpoints/Breakpoints.Cosmos index 99f609fa3..dbdb43c61 100644 --- a/source2/Users/Kudzu/Breakpoints/Breakpoints.Cosmos +++ b/source2/Users/Kudzu/Breakpoints/Breakpoints.Cosmos @@ -42,14 +42,6 @@ Workstation - - - Code - - - Code - - Content diff --git a/source2/Users/Kudzu/Breakpoints/Program.cs b/source2/Users/Kudzu/Breakpoints/Program.cs deleted file mode 100644 index 1ba0793cb..000000000 --- a/source2/Users/Kudzu/Breakpoints/Program.cs +++ /dev/null @@ -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); - } - } - - } -} diff --git a/source2/Users/Kudzu/Notes.html b/source2/Users/Kudzu/Notes.html index b080305cd..2920ceea0 100644 --- a/source2/Users/Kudzu/Notes.html +++ b/source2/Users/Kudzu/Notes.html @@ -17,8 +17,9 @@

Matthijs