CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.85k stars 536 forks source link

Kernel panic whenever trying to do any thing that has something to do with disk #2987

Closed WaltuhTabsDev closed 2 months ago

WaltuhTabsDev commented 2 months ago

Screenshot 2024-03-12 093040 Screenshot 2024-03-12 092946 Screenshot 2024-03-12 092910

Expected Behaviour - What do you think that should happen?

To do the command just fine without any error

Actual Behaviour - What unexpectedly happens?

Kernel panic

Reproduction - How did you get this error to appear?

Whenever trying to do anything that involves disk

Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?

User kit

9xbt commented 2 months ago

Can you actually give us code, maybe you didn't init the vfs (really common beginner mistake)

WaltuhTabsDev commented 2 months ago

Just checked , and I didn't init the vfs , thanks for help, It works now