mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
270 B
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.