A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
It is really hard to keep track of memory allocation with manual allocation and free mechanism; If a proper garbage collector is not implemented then It could lead to memory leaks.
It is really hard to keep track of memory allocation with manual allocation and free mechanism; If a proper garbage collector is not implemented then It could lead to memory leaks.