Cosmos/Docs/Kernel/Startup.htm
kudzu_cp 06e96d09e5
2012-01-16 04:56:51 +00:00

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>