banan-os/LibELF/LibELF
Bananymous 3bac19e518 Kernel: Add fast page to page table
Add "fast page" to KERNEL_OFFSET. This is always present in page
tables and only requires changing the page table entry to map. This
requires no interrupts since it should only be for very operations
like memcpy.

I used to map all temporary mappings to vaddr 0, but this is much
better. C++ standard always says that nullptr access is undefined
and this gets rid of it.

Fixed some bugs I found along the way
2023-10-30 19:02:09 +02:00
..
ELF.cpp All: Clear lines with only whitspace in them 2023-09-10 00:31:42 +03:00
LoadableELF.cpp Kernel: Add fast page to page table 2023-10-30 19:02:09 +02:00