Questions tagged [cosmos]

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more! THIS TAG IS NOT FOR QUESTIONS ABOUT THE AZURE COSMOS DB DATABASE - for any questions related to Cosmos DB, please use the [azure-cosmosdb] tag.

141 questions
1
vote
0 answers

What could be the possible solution to golang ambigious import found package in multiple modules issue?

In the go.mod file of the project, I encountered an issue with one of the indirect imports. The error message I received states that there is an ambiguous import, indicating that the Go compiler is unsure about the source of the correct…
1
vote
0 answers

Keplr mobile handle the click event to select the amount of coins available and the amount of staking on pie chart

On mobile devices, when an account has an available coin and is staking pie chart will be displayed. Green for coins available and blue is for staking. I want to handle event when clicking on available coin or staking border on pie chart will show…
Thành Lê
  • 25
  • 3
1
vote
1 answer

Does 'msgMultiSend' of Cosmos coin, guarantee the order of input and output?

I am a coin wallet developer, and I am investigating Cosmos' transfer this time. Cosmos has msgMultiSend as well as msgSend. I know that MsgMultiSend sends several transfers using inputs and outputs in the form of an array. At this time, I wonder if…
PaperFrog
  • 155
  • 5
1
vote
1 answer

Cannot boot system on real hardware in COSMOS

I have recently made a C# Cosmos system. It is very simple, with a few commands. I can run this on VMware without any problems, but when I flash the ISO onto a USB stick with RUFUS and then boot it from my HP-Pavillion-360-Convertable with 4GB of…
RZ4
  • 31
  • 5
1
vote
1 answer

Creating installer for operating system Cosmos C#

I need to create an installer for my operating system in Cosmos kernel but I don't know where to start or how to create it. [See my Operating system] https://www.mediafire.com/file/3nr6pbjfg7p1gfq/GoPixelOS.iso/file I want to install the OS on the…
Isaac Vinícius
  • 21
  • 1
  • 11
1
vote
1 answer

How to change keyboard layout to qwertz in Cosmos OS?

I'm trying to make a little operating system in C#. I'm using the Cosmos SDK. I have come to the keyboard settings and want to change the keyboard layout. The default is QWERTY. How could the layout be changed to QWERTZ.
1
vote
0 answers

Cosmos User kit template not showing up in visual studio 2019

I recently installed cosmos user kit and it is not showing up in visual studio 2019. It doesn't even show up in the visual studio templates folder. I have tried reinstalling cosmos several times. It doesn't work. Some help required
1
vote
1 answer

C# shutdown function on Cosmos?

I've been doing simple OSdev with C# in cosmos, but I've found out that contradictory to the tutorials I've been following, there's no sys library so i'm unable to run shutdown and reboot functions. Does anyone know any alternate ways of solving my…
REDLIGHT
  • 11
  • 1
1
vote
0 answers

Trying to make a Clickable Home Button in my OS

So I'm making a GUI for my Cosmos OS. I made a little home button but I don't Know how to make it clickable. The code I tried (below) didn't work Because for example "Mouse doesn't have a Definition for Buttons". if (Mouse.Buttons ==…
user13324519
1
vote
2 answers

How to allow user to erase text that was already read by Console.ReadLine();

I am wondering how one can write a program to do something like: var text = Console.ReadLine(); and allow the user to later erase the text that got read. However, there is no clear way to do this. I know it can be done, since there are some text…
1
vote
0 answers

How to make a command line C# text editor?

Is it possible to make a C#-based text editor? I am working on an operating system with Cosmos. Can someone provide an code example please? The following code gives me runtime errors This is my code: public static void MEdit(String filename) …
A user
  • 94
  • 8
1
vote
0 answers

Is it possible to make a Clickable Text in c# (ConsoleApplication)

So, let me say... I have a C# Visual Studio CosmosOS Kernel: https://github.com/CosmosOS/Cosmos, I have a text: CLICK ME Is it possible to execute Code when i click the Text?
1
vote
1 answer

Cosmos re-indexing takes longer than expected

Cosmos re-indexing takes longer than expected. Is there any way i can check if re-indexing is still happening for partitioned collection. Even though I made the index policy to none and kept back consistent, the query is throwing an error.
pulkit arora
  • 43
  • 1
  • 7
1
vote
1 answer

Cosmos db - FeedResponse properties values missing

While executing below cosmos document db sdk code against non partitioned collection I am getting almost all properties of "Microsoft.Azure.Documents.Client.FeedResponse" as below But while executing below cosmos document db sdk code against…
191180rk
  • 735
  • 2
  • 12
  • 37
1
vote
1 answer

Azure Cosmos DB indexing for gremlin queries

I have gone through many documents where indices are created but the APIs used are SQL API for Azure cosmos but no example for Gremlin API. Any help would be appreciated. Thanks!!
Prajyot
  • 99
  • 1
  • 12
1 2
3
9 10