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 args to Global.Init() #2975

Closed 9xbt closed 2 months ago

9xbt commented 2 months ago

I had to do this because I need to initialize just PCI and then I have to initialize something in my kernel and then I can initialize the rest

9xbt commented 2 months ago

Oh crap I messed it up, forgot to update some files