mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-31 21:30:19 +00:00
8 lines
276 B
Markdown
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.
|
|
|