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.94k stars 552 forks source link

How do I use C-Sharp classes and code that I put in a file in a system folder in the virtual file system? Not an error. #2814

Closed FunnyDoggs closed 1 year ago

FunnyDoggs commented 1 year ago

I haven't created an operating system yet, but I would like to know how to do this before I start.

Area of Cosmos - What area of Cosmos are we dealing with?

File system

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

I would like to know how to do it in the User Kit.

FunnyDoggs commented 1 year ago

I want to know how to do this because a lot of tutorials say that it's possible to store code on the file system, but they never explain how to use the classes in them.