Cosmos/Docs/Kernel/Startup.md
2014-12-10 14:04:51 -08:00

8 lines
276 B
Markdown

There is some basic hand coded assembly which is the first entry point of
Cosmos. From there the first C# entry point is Cosmos.System.Kernel.Start().
Cosmos.System.Kernel is an abstract class that each project creates one
descendant of to create the operating system.