Cosmos/Docs/Kernel/Startup.md

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.