ladybird/Kernel/Arch
Tom 87dc4c3d2c Kernel: Move PhysicalPage classes out of the heap into an array
By moving the PhysicalPage classes out of the kernel heap into a static
array, one for each physical page, we can avoid the added overhead and
easily find them by indexing into an array.

This also wraps the PhysicalPage into a PhysicalPageEntry, which allows
us to re-use each slot with information where to find the next free
page.
2021-07-08 11:43:34 +02:00
..
PC Kernel: Introduce the new SysFS 2021-06-29 20:53:59 +02:00
x86 Kernel: Move PhysicalPage classes out of the heap into an array 2021-07-08 11:43:34 +02:00