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

Add extra arguments to Global.Init() #2976

Closed 9xbt closed 2 months ago

9xbt commented 2 months ago

This way users can split the initialization in different parts (I needed it in my kernel)