banan-os/LibELF
Bananymous 42772611ce 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
..
LibELF Kernel: Add fast page to page table 2023-10-30 19:02:09 +02:00
include/LibELF Kernel: Check whether ELF address space can be loaded 2023-10-12 22:59:36 +03:00
CMakeLists.txt BuildSystem: use -a with rsync 2023-08-28 11:38:17 +03:00