Files
ladybird/Kernel/VM
Andreas Kling bf5e4326ac Kernel: Fix bogus address calculation in initialize_physical_pages()
We were incorrectly using sizeof(PhysicalPageEntry) for some address
calculations instead of sizeof(PageTableEntry).

It still worked correctly because they happen to be the same size.
2021-07-13 23:08:45 +02:00
..
2021-06-24 00:38:23 +02:00
2021-07-11 18:52:27 +02:00