Cosmos/source/Cosmos.Debug.Kernel
José Pedro 3db5ce43bb Compiler fixes.
Compiler fixes.
Updated project.json files.
Removed *.lock.json files and updated gitignore to ignore them.
Updated some Cosmos.Debug projects.
2017-01-08 14:54:29 +00:00
..
Properties Going with PCL for now to make P2P references easier. 2016-12-19 10:45:38 -06:00
.editorconfig Sending information to the Console window works now! 2014-12-31 17:49:53 +01:00
Cosmos.Debug.Kernel.csproj Progress on net core. 2017-01-03 15:31:21 -06:00
Cosmos.Debug.Kernel.xproj Compiler fixes. 2017-01-08 14:54:29 +00:00
Debugger.cs RAT progress 2016-08-26 07:02:18 -05:00
project.json Compiler fixes. 2017-01-08 14:54:29 +00:00
ReadMe.html Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +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>