Files
banan-os/kernel/include/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
..
2023-05-28 18:08:49 +03:00
2023-02-09 23:05:26 +02:00
2023-02-16 17:53:25 +02:00
2023-06-12 14:16:48 +03:00
2023-05-26 22:31:21 +03:00
2023-05-31 20:56:29 +03:00