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

Add extra arguments to Global.Init() #2976

Closed 9xbt closed 9 months ago

9xbt commented 9 months ago

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