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

Message when RAM is full #2781

Closed valentinbreiz closed 1 year ago

valentinbreiz commented 1 year ago

We should create an exception when RAM is full and the memory manager tries to allocate new objects. Now it just timeout without errors.

zarlo commented 1 year ago

i think this is covered by https://github.com/CosmosOS/Cosmos/issues/2373

valentinbreiz commented 1 year ago

Indeed