gamozolabs/chocolate_milk

Kernel should not have an identity mapped address space

Closed this issue · 1 comments

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.

Fixed in 15e7520