Cosmos/source/Cosmos.HAL/Drivers
2016-12-31 01:59:13 +00:00
..
PCI Fixed a bug in SVGA driver 2015-06-17 18:37:38 +02:00
USB
ReadMe.html
VBEDriver.cs Update VBEDriver.cs 2016-12-31 01:59:13 +00:00
VGAScreen.cs Fixed string split and compare ordinal. Made some chnages to debug nessages to showmring and section. 2016-01-06 22:07:30 -06:00

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
		<title></title>
	</head>
	<body>
	
	    <p>
            Dynamically loaded drivers are contained in this folder. In the future they may 
            be in different assemblies which are loaded on demand. The drivers in the root 
            folder are not dynamic, and are drivers that are required for all systems, or 
            are common bases used by dynamic drivers. For example, ATA exists in the root, 
            but actual ATA chipsets should exist in this directory.</p>
	
	</body>
</html>