Files
ladybird/Kernel
Andreas Kling ae2d72377d Kernel: Enable the x86 WP bit to catch invalid memory writes in ring 0
Setting this bit will cause the CPU to generate a page fault when
writing to read-only memory, even if we're executing in the kernel.

Seemingly the only change needed to make this work was to have the
inode-backed page fault handler use a temporary mapping for writing
the read-from-disk data into the newly-allocated physical page.
2019-12-21 16:21:13 +01:00
..
2019-07-13 08:00:24 +02:00
2019-12-20 22:59:11 +01:00
2019-12-20 23:55:08 +01:00
2019-09-28 13:59:49 +02:00
2019-08-11 16:30:43 +02:00