Cosmos/source2/Kernel/Debug/Cosmos.Debug.Kernel
kudzu_cp 40d64afc97
2010-09-03 16:04:15 +00:00
..
Properties Cosmos.Debug.Kernel separation. 2010-08-20 00:01:09 +00:00
Cosmos.Debug.Kernel.csproj Bootstrap 2010-09-01 01:30:53 +00:00
Cosmos.Debug.Kernel.csproj.vspscc Cosmos.Debug.Kernel separation. 2010-08-20 00:01:09 +00:00
Cosmos.Debug.Kernel2010.csproj update csproj for vs2010, add debugable for vspackage in vs2010 2010-09-01 20:55:41 +00:00
Cosmos.Debug.Kernel2010.csproj.vspscc 2010-09-03 16:04:15 +00:00
Cosmos.snk Cosmos.Debug.Kernel separation. 2010-08-20 00:01:09 +00:00
Debugger.cs Cosmos.Debug.Kernel separation. 2010-08-20 00:01:09 +00:00
ReadMe.html Cosmos.Debug.Kernel separation. 2010-08-20 00:01:09 +00:00

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
		<title></title>
	</head>
	<body>
	
	    <p>
            Cosmos.Debug.Kernel is a special assembly and is not in any ring. It can also be 
            accessed from any ring. Special care must be kept to keep only debugging 
            functions in this assembly, and not to allow such ringless behaviour to be 
            implemented in other assemblies.</p>
        <p>
            Cosmos.Debug.Kernel must not contain any references to any kernel units. All 
            references from kernel units must be incoming only.</p>
	
	</body>
</html>