Cosmos/Docs/Kernel/Startup.md
2015-05-28 20:50:54 -04:00

3 lines
270 B
Markdown

On startup, there is some hand-coded assembly that runs before the Cosmos layer kicks in. From there, the C# entry point Cosmos.System.Kernel.Start() is called.
Cosmos.System.Kernel is an abstract class that forms the Cosmos framework upon which your OS is built upon.