Skip to content

Commit

Permalink
Update Directories.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zdimension committed Aug 6, 2015
1 parent a22395b commit a063152
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion Docs/Directories.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Contains various helpers and files for Cosmos.

This is the core assembly of cosmos. It contains code for managing CPU, IO groups, interrupts, etc.

#### \Source\Cosmos.Core.Plugs
##### \Source\Cosmos.Core.Plugs

This folder contains the low-level plugs for Cosmos.Core.

Expand Down Expand Up @@ -92,6 +92,26 @@ Contains the system-level code for Cosmos. It contains wrappers for Console, net

Contains the code for the integration with Visual Studio. Adds support for the Cosmos Kernel project type, and custom build steps.

##### \Source\Cosmos.VS.Debug

Contains the code for the Visual Studio debugger integration.

##### \Source\Cosmos.VS.Package

Contains the code for the Visual Studio package of Cosmos.

##### \Source\Cosmos.VS.Windows

Contains the Cosmos windows in VS, like the Registers window.

##### \Source\Cosmos.VS.Windows.Test

Contains the tests for Cosmos.VS.Windows.

##### \Source\Cosmos.VS.Wizards

Contains the project wizards of Cosmos.

#### \Source\Unused

This folder contains work-in-progress or deprecated features, like FAT, VGA and Networking.
Expand Down

0 comments on commit a063152

Please sign in to comment.