Cosmos/source/Cosmos.Debug.Kernel
2016-03-13 12:27:58 -05:00
..
Properties Reading almost fixed. 2015-10-02 19:39:56 +02:00
.editorconfig Sending information to the Console window works now! 2014-12-31 17:49:53 +01:00
Cosmos.Debug.Kernel.csproj Updating solution config. 2016-03-13 12:27:58 -05:00
Cosmos.snk
Debugger.cs Filesystem work. 2016-03-02 15:57:53 -06:00
ReadMe.html

<!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>