Cosmos/Docs/articles/Kernel/Startup.md
José Pedro 19b800b5fe
Use docfx for docs.
Docs cleanup.
2020-02-12 17:56:43 +00:00

270 B

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.