Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
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
We should create an exception when RAM is full and the memory manager tries to allocate new objects. Now it just timeout without errors.