Kernel should not have an identity mapped address space
Closed this issue · 1 comments
gamozolabs commented
Currently we map in the first 4 GiB of physical memory, directly into the kernel's virtual address space at 0-4 GiB. This means that null page is mapped in, and other low addresses in general can be clobbered. This can lead to some unsound code.
gamozolabs commented
Fixed in 15e7520