diff --git a/source/Cosmos.System2/Global.cs b/source/Cosmos.System2/Global.cs
index 73b7c3889..2ada03ce0 100644
--- a/source/Cosmos.System2/Global.cs
+++ b/source/Cosmos.System2/Global.cs
@@ -17,6 +17,9 @@ namespace Cosmos.System
///
public static class Global
{
+ ///
+ /// Create new inctanse of the class.
+ ///
static Global()
{
@@ -64,6 +67,7 @@ namespace Cosmos.System
set { KeyboardManager.ScrollLock = value; }
}
+ // TODO: continue adding exceptions to the list, as HAL and Core would be documented.
///
/// Init console, screen and keyboard.
///