-
===================
Check Prerequisites
===================
Check if User Kit Installer is already running.
Check if Visual Studio is running.
Check if Builder is running.
Check for .NET Core
…
-
VB.NET Try Catch blocks do not work.
`Imports System
Imports Cosmos.System.Graphics
Namespace CosmosKernel2
Public Class Kernel
Inherits Cosmos.System.Kernel
Dim canv…
-
I want to add a calculator to my system. And getting IL2CPU error! HEEEEEEEELP! PLEASE!
There non working code:
using System;
using System.Collections.Generic;
using System.Text;
using Sys = Cosm…
-
Hello. It is possible to use network in CosmosOS.
Could anyone give an example of how to create the network interface.
What is the type of Tcp protocol, Udp.
-
Not sure if I did something weird, but I was creating the GUI for CosmosOS, and read the tutorials on how to do so. As I have wrote it similar to how it was described by Myvar, I figured it would work…
-
#### Area of Cosmos - What area of Cosmos are we dealing with?
Adding Ring 2
#### Expected Behaviour - What do you think that should happen?
No errors
#### Actual Behaviour - What unexpectedly…
-
I have VS2017. Now I had installed cosomos but as soon as I create a new C# OS - I get several errors including - System.Console not found & a hundred similar ones.
-
#### Area of Cosmos - What area of Cosmos are we dealing with?
Installing
#### Expected Behaviour - What do you think that should happen?
It installs
#### Actual Behaviour - What unexpectedly …
-
Currently we don't handle generic methods on arrays.
Example:
```csharp
IEnumerable xEnumerable;
string[] xArray = new string[] { "a", "b", "c" };
xEnumerable = xArray;
xEnumerable.GetEnumerator…
-
I am having trouble with downloading the vs2017 version and I cant seem to figure out why. I installed everything I needed.
===================
Check Prerequisites
===================
Check …