using System; using System.Collections.Generic; using System.Text; using Cosmos.System; namespace BreakpointsKernel { public class BreakpointsOS : Cosmos.System.Kernel { protected override void Run() { } } }