Cosmos/source2/Kernel/Debug/Cosmos.Debug.Kernel
mterwoord_cp 522b841c69 .
2014-07-07 16:07:20 +00:00
..
Properties unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
Cosmos.Debug.Kernel.csproj VS2013 Support 2013-11-06 21:01:49 +00:00
Cosmos.Debug.Kernel.csproj.vspscc renaming all, except vspackage 2010-09-04 19:07:11 +00:00
Cosmos.snk Cosmos.Debug.Kernel separation. 2010-08-20 00:01:09 +00:00
Debugger.cs . 2014-07-07 16:07:20 +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>