banan-os/kernel
Bananymous 9a7b2587af Kernel: kmalloc has now somewhat dynamic storage
Allocations bigger than PAGE_SIZE and those not forced to be identity
mapped are now done on a GeneralAllocator. This allows us to use kmalloc
for big allocations; bigger than the fixed 1 MiB storage.

This is still a hack and the whole kmalloc will have to be rewritten at
some point, but for now this does the job :D
2023-06-18 23:27:00 +03:00
..
arch Kernel: kmalloc has now somewhat dynamic storage 2023-06-18 23:27:00 +03:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel: kmalloc has now somewhat dynamic storage 2023-06-18 23:27:00 +03:00
kernel Kernel: kmalloc has now somewhat dynamic storage 2023-06-18 23:27:00 +03:00
CMakeLists.txt Kernel: Remove Shell from kernel 2023-06-12 02:04:52 +03:00
icxxabi.cpp Kernel: Add some more cxxabi functionality 2023-02-02 15:50:26 +02:00
ubsan.cpp Kernel: Add ubsan 2023-03-06 23:38:05 +02:00