using System; using System.Collections.Generic; using System.Text; namespace Cosmos.HAL { static public class Boot { // [BootEntry(30)] static public void Init() { } } }