Cosmos/source/Cosmos.HAL/Drivers
Cyber 2557d78526 Revert "Tiny Changes"
This reverts commit 7a3b4f9df7.
2015-11-11 21:27:47 -05:00
..
PCI Fixed a bug in SVGA driver 2015-06-17 18:37:38 +02:00
USB Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
NewVGA.cs Did a lot of stuff 2015-09-17 19:30:12 -04: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
VBEDriver.cs Compleated the VBE driver 2015-07-24 08:08:27 +02:00
VGAScreen.cs Revert "Tiny Changes" 2015-11-11 21:27:47 -05: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>