bSchnepp / Feral

A 64-bit operating system kernel for PCs
Boost Software License 1.0
9 stars 1 forks source link

No kmalloc() function #6

Open bSchnepp opened 5 years ago

bSchnepp commented 5 years ago

Unable to dynamically allocate and deallocate memory

bSchnepp commented 4 years ago

MmKernelMalloc does this function now. However, there is no MmKernelFree yet.