banan-os/kernel
Bananymous b0ec0f1a1a Kernel: We add FixedWidthAllocators on demand
On SYS_ALLOC we will add a new FixedWidthAllocator if the old ones
are already full or we don't have one with proper size. This allows
arbitary number of allocations as long as you have enough memory
available :)

Next I will be writing a general allocator for allocations larger
than 4096 bytes which should make SYS_ALLOC syscall complete :)
2023-05-07 23:57:01 +03:00
..
arch Kernel: GDT tss selector is now 16 bit value 2023-05-06 17:34:22 +03:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel: We add FixedWidthAllocators on demand 2023-05-07 23:57:01 +03:00
kernel Kernel: We add FixedWidthAllocators on demand 2023-05-07 23:57:01 +03:00
CMakeLists.txt BuildSystem: linker -O2 doesn't do anything? hopefully 2023-05-06 19:58:08 +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