mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
17 lines
574 B
HTML
17 lines
574 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
|
|
<p>
|
|
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().</p>
|
|
<p>
|
|
Cosmos.System.Kernel is an abstract class that each project creates one
|
|
descendant of to create the operating system.</p>
|
|
|
|
</body>
|
|
</html>
|