Files
RedBear-OS/src
4lDO2 1e670645e4 Bypass kernel heap for storing PageInfo.
Since these are stored in arrays that are typically 512 KiB each
(i.e. which in turn typically store metadata for 128 MiB), they will
certainly be a page-size multiple, and large contiguous allocations are
allowed at least at boot time. Not only is the linked-list allocator
less efficient for that, but this change will also help reduce TLB
overhead.
2023-08-01 11:22:42 +02:00
..
2023-07-28 13:23:44 +02:00
2022-08-26 08:24:04 -06:00
2023-07-27 19:05:33 +02:00
2023-07-06 13:03:21 +00:00
2019-06-21 12:12:01 +02:00
2023-07-06 13:03:21 +00:00
2022-11-11 13:19:14 -07:00
2023-07-04 19:14:36 +02:00